|
13 | 13 | <email>kguest@php.net</email>
|
14 | 14 | <active>yes</active>
|
15 | 15 | </lead>
|
16 |
| - <date>2018-02-22</date> |
| 16 | + <date>2019-05-28</date> |
17 | 17 | <time>23:14:59</time>
|
18 | 18 | <version>
|
19 |
| - <release>1.0.0RC1</release> |
| 19 | + <release>1.0.0RC2</release> |
20 | 20 | <api>0.5.0</api>
|
21 | 21 | </version>
|
22 | 22 | <stability>
|
|
25 | 25 | </stability>
|
26 | 26 | <license uri="http://www.opensource.org/licenses/bsd-license.html">BSD License</license>
|
27 | 27 | <notes>
|
28 |
| - * Bug #23738/Issue #18: Change openstreetmap.org URLs to use https - thanks to grischard for reporting this requirement. |
29 |
| - * Copyright year updates - thanks to Nolwennig. |
30 |
| - * Include property "addressdetails" into query builder - thanks to FireLizard |
31 |
| - * Include setter/getter for property "addressdetails" - thanks to FireLizard |
32 |
| - * Possibility to get further addressdetails on looking for a place - thanks to FireLizard |
33 |
| - * Some refactoring and PHP 7 Compatibility work. |
34 |
| - * Various dependency updates - thanks to FireLizard. |
| 28 | + * Minimum version of PHP raised to PHP 7.1 |
| 29 | + * Should be compatible with PHP 7.2 |
| 30 | + * Retrieval of notes via search endpoint added (thanks to LiamBailey) |
| 31 | + * Some key/value checks for max length 255 (thanks to LiamBailey) |
| 32 | + * Documentation broken out to separate files (thanks to franciscollanquipichun) |
| 33 | + * SSL Options can be configured (Issue #32) |
| 34 | + * Support for Wildcard Search has been added (Issue #22) |
| 35 | + * Support for OAuth has been added (thanks to khvalov) |
| 36 | + * Support for variable times around sunset/sunrise has been added. |
35 | 37 | </notes>
|
36 | 38 | <contents>
|
37 | 39 | <dir baseinstalldir="/" name="/">
|
|
147 | 149 | <file name="Notes.php" role="php">
|
148 | 150 | <tasks:replace from="@PEAR-VER@" to="version" type="package-info" />
|
149 | 151 | </file>
|
| 152 | + <file name="OAuthHelper.php" role="php"> |
| 153 | + <tasks:replace from="@PEAR-VER@" to="version" type="package-info" /> |
| 154 | + </file> |
150 | 155 | <file name="Object.php" role="php">
|
151 | 156 | <tasks:replace from="@PEAR-VER@" to="version" type="package-info" />
|
152 | 157 | </file>
|
|
481 | 486 | <dependencies>
|
482 | 487 | <required>
|
483 | 488 | <php>
|
484 |
| - <min>5.4.0</min> |
| 489 | + <min>7.1.0</min> |
485 | 490 | </php>
|
486 | 491 | <pearinstaller>
|
487 | 492 | <min>1.10.1</min>
|
|
0 commit comments