Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
== Changelog ==
= 4.2.1 =
* **WP-Stateless 4.2.1 requires PHP 8.1 or higher, in accordance with the requirements of the official Google API PHP Client Library.**
* ENHANCEMENT - Updated Client library for Google APIs from 2.18.3 to 2.18.4.
* ENHANCEMENT - updated `wpmetabox/meta-box` library from 5.10.11 to 5.10.15.
* FIX - correctly loads text domain to prevent PHP notices.
* FIX - `udx/lib-ud-api-client` package correctly loads text domain to prevent PHP notices.

= 4.2.0 =
* ENHANCEMENT - Updated Client library for Google APIs from 2.18.2 to 2.18.3.
* ENHANCEMENT - updated `firebase/php-jwt` library from 6.10.2 to 6.11.1.
Expand Down
7 changes: 7 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#### 4.2.1
* **WP-Stateless 4.2.1 requires PHP 8.1 or higher, in accordance with the requirements of the official Google API PHP Client Library.**
* ENHANCEMENT - Updated Client library for Google APIs from 2.18.3 to 2.18.4.
* ENHANCEMENT - updated `wpmetabox/meta-box` library from 5.10.11 to 5.10.15.
* FIX - correctly loads text domain to prevent PHP notices.
* FIX - `udx/lib-ud-api-client` package correctly loads text domain to prevent PHP notices.

#### 4.2.0
* ENHANCEMENT - Updated Client library for Google APIs from 2.18.2 to 2.18.3.
* ENHANCEMENT - updated `firebase/php-jwt` library from 6.10.2 to 6.11.1.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
],
"require": {
"php": ">=5.6.20",
"php": "^8.1",
"composer/installers": "~2.3",
"ccampbell/chromephp": "^4.1",
"firebase/php-jwt": "^6.1.2",
Expand Down
Loading
Loading