-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
27 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,10 +13,10 @@ | |
<email>[email protected]</email> | ||
<active>yes</active> | ||
</lead> | ||
<date>2019-05-28</date> | ||
<time>23:14:59</time> | ||
<date>2023-10-04</date> | ||
<time>22:43:59</time> | ||
<version> | ||
<release>1.0.0RC2</release> | ||
<release>1.0.0RC3</release> | ||
<api>0.5.0</api> | ||
</version> | ||
<stability> | ||
|
@@ -25,15 +25,7 @@ | |
</stability> | ||
<license uri="http://www.opensource.org/licenses/bsd-license.html">BSD License</license> | ||
<notes> | ||
* Minimum version of PHP raised to PHP 7.1 | ||
* Should be compatible with PHP 7.2 | ||
* Retrieval of notes via search endpoint added (thanks to LiamBailey) | ||
* Some key/value checks for max length 255 (thanks to LiamBailey) | ||
* Documentation broken out to separate files (thanks to franciscollanquipichun) | ||
* SSL Options can be configured (Issue #32) | ||
* Support for Wildcard Search has been added (Issue #22) | ||
* Support for OAuth has been added (thanks to khvalov) | ||
* Support for variable times around sunset/sunrise has been added. | ||
* New methods to add custom tags to changeset | ||
</notes> | ||
<contents> | ||
<dir baseinstalldir="/" name="/"> | ||
|
@@ -654,5 +646,28 @@ This release supports parsing of opening_hours values. | |
* Various dependency updates - thanks to FireLizard. | ||
</notes> | ||
</release> | ||
<release> | ||
<version> | ||
<release>1.0.0RC2</release> | ||
<api>0.5.0</api> | ||
</version> | ||
<stability> | ||
<release>beta</release> | ||
<api>beta</api> | ||
</stability> | ||
<date>2019-05-28</date> | ||
<license uri="http://www.opensource.org/licenses/bsd-license.html">BSD License</license> | ||
<notes> | ||
* Minimum version of PHP raised to PHP 7.1 | ||
* Should be compatible with PHP 7.2 | ||
* Retrieval of notes via search endpoint added (thanks to LiamBailey) | ||
* Some key/value checks for max length 255 (thanks to LiamBailey) | ||
* Documentation broken out to separate files (thanks to franciscollanquipichun) | ||
* SSL Options can be configured (Issue #32) | ||
* Support for Wildcard Search has been added (Issue #22) | ||
* Support for OAuth has been added (thanks to khvalov) | ||
* Support for variable times around sunset/sunrise has been added. | ||
</notes> | ||
</release> | ||
</changelog> | ||
</package> |