File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11QueryPath Changelog
22===========================
33
4+ # 3.2.2
5+
6+ - Add PHP 8.2 Support
7+
48# 3.2.1
9+
510- Fix QueryPath\QueryPathIterator::current() deprecation notice in PHP8.1
611
712# 3.2.0
Original file line number Diff line number Diff line change 11{
22 "name" : " gravitypdf/querypath" ,
33 "type" : " library" ,
4- "description" : " PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.1 support" ,
4+ "description" : " PHP library for HTML(5)/XML querying (CSS 4 or XPath) and processing (like jQuery) with PHP8.2 support" ,
55 "homepage" : " https://github.com/gravitypdf/querypath" ,
66 "license" : " MIT" ,
77 "keywords" : [
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ class QueryPath
110110 *
111111 * @since 2.0
112112 */
113- public const VERSION = '3.0.x ' ;
113+ public const VERSION = '3.2.2 ' ;
114114
115115 /**
116116 * Major version number.
You can’t perform that action at this time.
0 commit comments