Skip to content

Commit 2f3984f

Browse files
authored
Merge pull request #431 from acinader/release-1.5.1
prep for release 1.5.1
2 parents b1c6c8a + d7e42c9 commit 2f3984f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
## Parse PHP SDK Changelog
22

33
### master
4-
[Full Changelog](https://github.com/parse-community/parse-php-sdk/compare/1.5.0...master)
4+
[Full Changelog](https://github.com/parse-community/parse-php-sdk/compare/1.5.1...master)
5+
6+
### 1.5.1
7+
[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)
8+
9+
No changes from 1.5.0. Creating release to fix mis deployed 1.5.0.
510

611
### 1.5.0
712
[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)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ from your PHP app or script. Designed to work with the self-hosted Parse Server
99
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).
1010

1111
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.
12-
- [1.5.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.5.0/README.md)
12+
- [1.5.1 README](https://github.com/parse-community/parse-php-sdk/blob/1.5.1/README.md)
1313
- [1.4.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.4.0/README.md)
1414
- [1.3.0 README](https://github.com/parse-community/parse-php-sdk/blob/1.3.0/README.md)
1515

src/Parse/ParseClient.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ final class ParseClient
111111
private static $caFile;
112112

113113
/**
114-
* Constant for version string to include with requests. Currently 1.5.0.
114+
* Constant for version string to include with requests. Currently 1.5.1.
115115
*
116116
* @var string
117117
*/
118-
const VERSION_STRING = 'php1.5.0';
118+
const VERSION_STRING = 'php1.5.1';
119119

120120
/**
121121
* Parse\Client::initialize, must be called before using Parse features.

0 commit comments

Comments
 (0)