Skip to content

Commit 5897103

Browse files
authored
Merge pull request #631 from udx/latest
Version 3.2.0
2 parents 8f6ac06 + a64718b commit 5897103

File tree

5,259 files changed

+604869
-57687
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

5,259 files changed

+604869
-57687
lines changed

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
== Changelog ==
2+
= 3.2.0 =
3+
* ENHANCEMENT - Upgraded `wpmetabox` library.
4+
* ENHANCEMENT - Updated Client library for Google APIs.
5+
* ENHANCEMENT - Updated Guzzle library to version 7.
6+
* ENHANCEMENT - Updated JWT library.
7+
* ENHANCEMENT - Updated `license` functionality, removed `update checker`.
8+
* FIX - Fixed vulnerability issues.
9+
* FIX - Fixed erros and warnings on PHP 8.
10+
* FIX - problem after the upgrade [#628](https://github.com/udx/wp-stateless/issues/628).
11+
* FIX - image_downsize() PHP8 Required parameter $id follows optional parameter $false [#619](https://github.com/udx/wp-stateless/issues/619).
12+
113
== Changelog ==
214
= 3.1.1 =
315
* ENHANCEMENT - Notification for the administrator about finished synchronization. GitHub issue [#576](https://github.com/udx/wp-stateless/issues/576).

changes.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
#### 3.2.0
2+
3+
- ENHANCEMENT - Upgraded `wpmetabox` library.
4+
- ENHANCEMENT - Updated Client library for Google APIs.
5+
- ENHANCEMENT - Updated Guzzle library to version 7.
6+
- ENHANCEMENT - Updated JWT library.
7+
- ENHANCEMENT - Updated `license` functionality, removed `update checker`.
8+
- FIX - Fixed vulnerability issues.
9+
- FIX - Fixed erros and warnings on PHP 8.
10+
- FIX - problem after the upgrade [#628](https://github.com/udx/wp-stateless/issues/628).
11+
- FIX - image_downsize() PHP8 Required parameter $id follows optional parameter $false [#619](https://github.com/udx/wp-stateless/issues/619).
12+
113
#### 3.1.1
214

315
- ENHANCEMENT - Notification for the administrator about finished synchronization. GitHub issue [#576](https://github.com/udx/wp-stateless/issues/576).

composer.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,14 @@
33
"description": "WP-Stateless WordPress plugin",
44
"type": "wordpress-plugin",
55
"minimum-stability": "stable",
6-
"homepage": "https://usabilitydynamics.com",
6+
"homepage": "https://udx.io",
77
"authors": [
88
{
9-
"name": "UsabilityDynamics, Inc.",
10-
"homepage": "https://usabilitydynamics.com"
9+
"name": "UDX",
10+
"homepage": "https://udx.io"
1111
}
1212
],
1313
"repositories": [
14-
{
15-
"type": "composer",
16-
"url": "https://repository.usabilitydynamics.com"
17-
},
1814
{
1915
"type": "git",
2016
"url": "https://github.com/wpCloud/wp-stateless.git"
@@ -27,8 +23,8 @@
2723
"udx/lib-wp-bootstrap": "~1.3",
2824
"udx/lib-ud-api-client": "~1.2",
2925
"ccampbell/chromephp": "^4.1",
30-
"firebase/php-jwt": "^5.2",
31-
"wpmetabox/meta-box": "5.2.3"
26+
"firebase/php-jwt": "^6.1.2",
27+
"wpmetabox/meta-box": "5.6.3"
3228
},
3329
"autoload": {
3430
"classmap": [

0 commit comments

Comments
 (0)