Skip to content

Commit

Permalink
Merge pull request #175 from supermetrics-public/release/2.0.0
Browse files Browse the repository at this point in the history
Publish version 2.0.0
  • Loading branch information
crocodele committed Dec 19, 2023
2 parents 92ac471 + c62b8d3 commit 66fe60a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 12 deletions.
34 changes: 23 additions & 11 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,19 @@
<email/>
<active>yes</active>
</lead>
<date>2023-12-14</date>
<date>2023-12-19</date>
<version>
<release>1.0.1</release>
<api>1.0.0</api>
<release>2.0.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>
* Issue #164 - refactor string unescaping by @mkaminski1988 in https://github.com/supermetrics-public/pecl-jsonpath/pull/165
* Update benchmark chart with benchmarks from latest software versions and run in PHP 8.1 by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/166
* Remove release-drafter workflow. by @dawitnida in https://github.com/supermetrics-public/pecl-jsonpath/pull/167
* Add PHP 8.3 nightly on Linux and PHP 8.2 on Windows to builds to run tests on by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/168
* relax test for 8.3 by @remicollet in https://github.com/supermetrics-public/pecl-jsonpath/pull/169
* Add exception catching to usage section in README by @crocodele in https://github.com/supermetrics-public/pecl-jsonpath/pull/170
* 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
</notes>
<contents>
<dir name="/">
Expand All @@ -41,7 +37,6 @@
<file name="jsonpath.c" role="src"/>
<file name="jsonpath.stub.php" role="src"/>
<file name="jsonpath_arginfo.h" role="src"/>
<file name="jsonpath_legacy_arginfo.h" role="src"/>
<file name="LICENSE" role="doc"/>
<file name="php_jsonpath.h" role="src"/>
<file name="README.md" role="doc"/>
Expand Down Expand Up @@ -403,7 +398,7 @@
<dependencies>
<required>
<php>
<min>7.4.0</min>
<min>8.0.0</min>
</php>
<pearinstaller>
<min>1.10.0</min>
Expand All @@ -413,6 +408,23 @@
<providesextension>jsonpath</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2023-12-19</date>
<time>00:00:29</time>
<version>
<release>2.0.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>
* 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
</notes>
</release>
<release>
<date>2023-12-14</date>
<time>13:31:31</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 "1.0.1"
#define PHP_JSONPATH_VERSION "2.0.0"

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

0 comments on commit 66fe60a

Please sign in to comment.