Skip to content

Commit

Permalink
Merge pull request #431 from acinader/release-1.5.1
Browse files Browse the repository at this point in the history
prep for release 1.5.1
  • Loading branch information
acinader authored Jan 30, 2019
2 parents b1c6c8a + d7e42c9 commit 2f3984f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
## Parse PHP SDK Changelog

### master
[Full Changelog](https://github.com/parse-community/parse-php-sdk/compare/1.5.0...master)
[Full Changelog](https://github.com/parse-community/parse-php-sdk/compare/1.5.1...master)

### 1.5.1
[See the diff between 1.5.0 and 1.5.1](https://github.com/parse-community/parse-php-sdk/compare/1.5.0...1.5.1)

No changes from 1.5.0. Creating release to fix mis deployed 1.5.0.

### 1.5.0
[See the diff between 1.4.0 and 1.5.0](https://github.com/parse-community/parse-php-sdk/compare/1.4.0...1.5.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ from your PHP app or script. Designed to work with the self-hosted Parse Server
For more information on Parse and its features, see [the website](http://parseplatform.org), [the PHP guide](https://docs.parseplatform.org/php/guide/) or [API Reference](http://parseplatform.org/parse-php-sdk/namespaces/Parse.html).

Please note that this documentation contains the latest changes that may as of yet be unreleased. To see the README for your release please use the list below.
- [1.5.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.5.0/README.md)
- [1.5.1 README](https://github.com/parse-community/parse-php-sdk/blob/1.5.1/README.md)
- [1.4.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.4.0/README.md)
- [1.3.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.3.0/README.md)

Expand Down
4 changes: 2 additions & 2 deletions src/Parse/ParseClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,11 @@ final class ParseClient
private static $caFile;

/**
* Constant for version string to include with requests. Currently 1.5.0.
* Constant for version string to include with requests. Currently 1.5.1.
*
* @var string
*/
const VERSION_STRING = 'php1.5.0';
const VERSION_STRING = 'php1.5.1';

/**
* Parse\Client::initialize, must be called before using Parse features.
Expand Down

0 comments on commit 2f3984f

Please sign in to comment.