Skip to content

Commit

Permalink
Merge pull request #114 from Kentico/prepare-v5
Browse files Browse the repository at this point in the history
Prepare v5 release
  • Loading branch information
Simply007 authored Feb 11, 2022
2 parents 3635bbf + 65af862 commit 5118f36
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build & Test & Report

on:
push:
branches: [ '*' ]
branches: [ master ]
pull_request:
branches: [ master ]

Expand Down
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,23 @@ composer.phar
# You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file
composer.lock
/.vs

# Created by https://www.toptal.com/developers/gitignore/api/phpunit
# Edit at https://www.toptal.com/developers/gitignore?templates=phpunit

### PHPUnit ###
# Covers PHPUnit
# Reference: https://phpunit.de/

# Generated files
.phpunit.result.cache
.phpunit.cache

# PHPUnit
/app/phpunit.xml
/phpunit.xml

# Build data
/build/

# End of https://www.toptal.com/developers/gitignore/api/phpunit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

## Summary

The Kontent Delivery PHP SDK is a client library used for retrieving content from Kontent by Kentico. The best way to use the SDK is to consume it in the form of a [Packagist package](https://packagist.org/packages/kentico/kontent-delivery-sdk-php). The library currently supports only PHP 7 and above.
The Kontent Delivery PHP SDK is a client library used for retrieving content from Kontent by Kentico. The best way to use the SDK is to consume it in the form of a [Packagist package](https://packagist.org/packages/kentico/kontent-delivery-sdk-php). The library currently supports only PHP 8 and above.

## Sample site

Expand Down
2 changes: 1 addition & 1 deletion src/Kentico/Kontent/Delivery/DeliveryClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
class DeliveryClient
{
private $sdkVersion = '4.0.0';
private $sdkVersion = '5.0.0';

private $urlBuilder = null;
private $previewMode = false;
Expand Down

0 comments on commit 5118f36

Please sign in to comment.