summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-01-09 08:09:50 +0100
committerRemi Collet <remi@php.net>2024-01-09 08:09:50 +0100
commit442454c95edd0db5cad293cec52aa2226bc1a2bd (patch)
tree4cbc339ab09f4e6311c562a0cebb3e0b50512b82
parent63cf7693a03a3a3cfb1d1c6faa8c0b9c332000fe (diff)
update to 2.1.0HEADmaster
-rw-r--r--PHPINFO2
-rw-r--r--REFLECTION2
-rw-r--r--php-pecl-jsonpath.spec7
3 files changed, 7 insertions, 4 deletions
diff --git a/PHPINFO b/PHPINFO
index e8d3413..933e543 100644
--- a/PHPINFO
+++ b/PHPINFO
@@ -2,4 +2,4 @@
jsonpath
jsonpath support => enabled
-jsonpath version => 2.0.0
+jsonpath version => 2.1.0
diff --git a/REFLECTION b/REFLECTION
index 097af5f..d4d0919 100644
--- a/REFLECTION
+++ b/REFLECTION
@@ -1,4 +1,4 @@
-Extension [ <persistent> extension #75 jsonpath version 2.0.0 ] {
+Extension [ <persistent> extension #77 jsonpath version 2.1.0 ] {
- Classes [2] {
Class [ <internal:jsonpath> class JsonPath\JsonPath ] {
diff --git a/php-pecl-jsonpath.spec b/php-pecl-jsonpath.spec
index c6bdbb0..b8d8fc4 100644
--- a/php-pecl-jsonpath.spec
+++ b/php-pecl-jsonpath.spec
@@ -1,6 +1,6 @@
# remirepo spec file for php-pecl-jsonpath
#
-# Copyright (c) 2021-2023 Remi Collet
+# Copyright (c) 2021-2024 Remi Collet
# License: CC-BY-SA-4.0
# http://creativecommons.org/licenses/by-sa/4.0/
#
@@ -19,7 +19,7 @@
Summary: Extract data using JSONPath notation
Name: %{?scl_prefix}php-pecl-jsonpath
-Version: 2.0.0
+Version: 2.1.0
Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
License: PHP-3.01
URL: https://pecl.php.net/package/%{pecl_name}
@@ -177,6 +177,9 @@ TEST_PHP_ARGS="-n -d extension=$PWD/../NTS/modules/%{pecl_name}.so" \
%changelog
+* Tue Jan 9 2024 Remi Collet <remi@remirepo.net> - 2.1.0-1
+- update to 2.1.0
+
* Tue Dec 19 2023 Remi Collet <remi@remirepo.net> - 2.0.0-1
- update to 2.0.0
- drop support for PHP 7.4