Skip to content

Commit

Permalink
Merge pull request #179 from supermetrics-public/release/2.1.0
Browse files Browse the repository at this point in the history
Publish version 2.1.0
  • Loading branch information
crocodele committed Jan 8, 2024
2 parents c5f7830 + 69d9174 commit 04b5568
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 15 deletions.
40 changes: 26 additions & 14 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
<email/>
<active>yes</active>
</lead>
<date>2023-12-19</date>
<date>2024-01-08</date>
<version>
<release>2.0.0</release>
<release>2.1.0</release>
<api>2.0.0</api>
</version>
<stability>
Expand All @@ -27,8 +27,8 @@
</stability>
<license uri="https://www.php.net/license/3_01.txt">PHP License</license>
<notes>
* Drop support for PHP 7.4 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/172
* Test with PHP 8.3 on Windows, unify naming and formatting in workflow files by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/173
* Add support for PHP 8.4 (nightly) and run tests also on PHP 8.4 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/176
* Remove some tests specific to PHP 7 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/177
</notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -139,8 +139,7 @@
<file name="011.phpt" role="test"/>
<file name="012.phpt" role="test"/>
<file name="013.phpt" role="test"/>
<file name="014_php7.phpt" role="test"/>
<file name="014_php8.phpt" role="test"/>
<file name="014.phpt" role="test"/>
<file name="015.phpt" role="test"/>
<file name="016.phpt" role="test"/>
<file name="017.phpt" role="test"/>
Expand Down Expand Up @@ -221,8 +220,7 @@
<file name="044.phpt" role="test"/>
<file name="045.phpt" role="test"/>
<file name="046.phpt" role="test"/>
<file name="047_php7.phpt" role="test"/>
<file name="047_php8.phpt" role="test"/>
<file name="047.phpt" role="test"/>
<file name="048.phpt" role="test"/>
<file name="049.phpt" role="test"/>
<file name="050.phpt" role="test"/>
Expand Down Expand Up @@ -315,12 +313,9 @@
</dir>
<dir name="comparison_root">
<file name="001.phpt" role="test"/>
<file name="002_php7.phpt" role="test"/>
<file name="002_php8.phpt" role="test"/>
<file name="003_php7.phpt" role="test"/>
<file name="003_php8.phpt" role="test"/>
<file name="004_php7.phpt" role="test"/>
<file name="004_php8.phpt" role="test"/>
<file name="002.phpt" role="test"/>
<file name="003.phpt" role="test"/>
<file name="004.phpt" role="test"/>
</dir>
<dir name="comparison_union">
<file name="001.phpt" role="test"/>
Expand Down Expand Up @@ -408,6 +403,23 @@
<providesextension>jsonpath</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2024-01-08</date>
<time>17:31:07</time>
<version>
<release>2.1.0</release>
<api>2.0.0</api>
</version>
<stability>
<release>stable</release>
<api>stable</api>
</stability>
<license uri="https://www.php.net/license/3_01.txt">PHP License</license>
<notes>
* Add support for PHP 8.4 (nightly) and run tests also on PHP 8.4 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/176
* Remove some tests specific to PHP 7 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/177
</notes>
</release>
<release>
<date>2023-12-19</date>
<time>00:00:29</time>
Expand Down
2 changes: 1 addition & 1 deletion php_jsonpath.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
extern zend_module_entry jsonpath_module_entry;
#define phpext_jsonpath_ptr &jsonpath_module_entry

#define PHP_JSONPATH_VERSION "2.0.0"
#define PHP_JSONPATH_VERSION "2.1.0"

#ifdef PHP_WIN32
#define PHP_JSONPATH_API __declspec(dllexport)
Expand Down

0 comments on commit 04b5568

Please sign in to comment.