Skip to content

Commit 7732d88

Browse files
authored
Merge pull request #38 from GravityPDF/3.2.2-release
Prepare 3.2.2 release
2 parents 7f99a26 + 216442e commit 7732d88

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
QueryPath 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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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": [

src/QueryPath.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)