Skip to content

Commit 97a68f6

Browse files
committed
Preparing for new release (Services_OpenStreetMap-1.0.0RC2)
1 parent dbf087e commit 97a68f6

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

package.xml

+15-10
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<email>kguest@php.net</email>
1414
<active>yes</active>
1515
</lead>
16-
<date>2018-02-22</date>
16+
<date>2019-05-28</date>
1717
<time>23:14:59</time>
1818
<version>
19-
<release>1.0.0RC1</release>
19+
<release>1.0.0RC2</release>
2020
<api>0.5.0</api>
2121
</version>
2222
<stability>
@@ -25,13 +25,15 @@
2525
</stability>
2626
<license uri="http://www.opensource.org/licenses/bsd-license.html">BSD License</license>
2727
<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.
3537
</notes>
3638
<contents>
3739
<dir baseinstalldir="/" name="/">
@@ -147,6 +149,9 @@
147149
<file name="Notes.php" role="php">
148150
<tasks:replace from="@PEAR-VER@" to="version" type="package-info" />
149151
</file>
152+
<file name="OAuthHelper.php" role="php">
153+
<tasks:replace from="@PEAR-VER@" to="version" type="package-info" />
154+
</file>
150155
<file name="Object.php" role="php">
151156
<tasks:replace from="@PEAR-VER@" to="version" type="package-info" />
152157
</file>
@@ -481,7 +486,7 @@
481486
<dependencies>
482487
<required>
483488
<php>
484-
<min>5.4.0</min>
489+
<min>7.1.0</min>
485490
</php>
486491
<pearinstaller>
487492
<min>1.10.1</min>

0 commit comments

Comments
 (0)