parse-community / parse-php-sdk

The PHP SDK for Parse Platform
https://parseplatform.org/
Other
811 stars 346 forks source link

Release 1.4.0 🐘 #381

Closed montymxb closed 6 years ago

montymxb commented 6 years ago

Preparatory changes for release 1.4.0.

montymxb commented 6 years ago

CI issue noted running against parse server 2.7.1. I'll address that separately and merge into this before pushing this release.

dplewis commented 6 years ago

Update the Readme to 1.4.*

{
    "require": {
        "parse/php-sdk" : "1.3.*"
    }
}

Update ParseInstallationTest.php don't know if this is important $parseVersion = '1.3.0';

montymxb commented 6 years ago

@dplewis thanks for catching the README, almost missed that. As for the test that's not really needed, but it's nice to just keep it in track with the current sdk version. I went ahead and set it to use the version # from VERSION_STRING in ParseClient.php.

dplewis commented 6 years ago

Sorry, I'm going to steal this from you :octocat: approved

montymxb commented 6 years ago

Just to note I'll rectify w/e is going on with the CI here so we I can finish this release out tonight.