Skip to content

Commit 945dc6a

Browse files
authored
Merge pull request #668 from udx/latest
3.2.3
2 parents b685a67 + 30dc942 commit 945dc6a

File tree

1,115 files changed

+45858
-9087
lines changed

Some content is hidden

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

1,115 files changed

+45858
-9087
lines changed

changelog.txt

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,19 @@
11
== Changelog ==
2+
= 3.2.3 =
3+
* ENHANCEMENT - Updated Client library for Google APIs.
4+
* ENHANCEMENT - Updated Monolog library to version 3.
5+
* ENHANCEMENT - Updated JWT library.
6+
* FIX - Fixed vulnerability issues.
7+
* FIX - Fixed an errors and warnings on PHP 8.1.
8+
* FIX - Fixed an error that occured when WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE is set.
9+
210
= 3.2.2 =
311
* FIX - Folder setting can't be saved from the settings page [#639](https://github.com/udx/wp-stateless/issues/639).
412

5-
== Changelog ==
613
= 3.2.1 =
714
* FIX - Updated requirments.
815
* FIX - WP-Stateless 3.2.0 doesn’t upload docs, only images [#638](https://github.com/udx/wp-stateless/issues/638).
916

10-
== Changelog ==
1117
= 3.2.0 =
1218
* ENHANCEMENT - Upgraded `wpmetabox` library.
1319
* ENHANCEMENT - Updated Client library for Google APIs.
@@ -19,7 +25,6 @@
1925
* FIX - problem after the upgrade [#628](https://github.com/udx/wp-stateless/issues/628).
2026
* FIX - image_downsize() PHP8 Required parameter $id follows optional parameter $false [#619](https://github.com/udx/wp-stateless/issues/619).
2127

22-
== Changelog ==
2328
= 3.1.1 =
2429
* ENHANCEMENT - Notification for the administrator about finished synchronization. GitHub issue [#576](https://github.com/udx/wp-stateless/issues/576).
2530
* FIX - Fixed an issue with PDF thumbnails. GitHub issue [#577](https://github.com/udx/wp-stateless/issues/577).

changes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
#### 3.2.3
2+
3+
- ENHANCEMENT - Updated Client library for Google APIs.
4+
- ENHANCEMENT - Updated Monolog library to version 3.
5+
- ENHANCEMENT - Updated JWT library.
6+
- FIX - Fixed vulnerability issues.
7+
- FIX - Fixed an errors and warnings on PHP 8.1.
8+
- FIX - Fixed an error that occured when WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE is set.
9+
110
#### 3.2.2
211

312
- FIX - Folder setting can't be saved from the settings page [#639](https://github.com/udx/wp-stateless/issues/639).

composer.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
}
1212
],
1313
"repositories": [
14+
{
15+
"type": "composer",
16+
"url": "https://repository.usabilitydynamics.com"
17+
},
1418
{
1519
"type": "git",
1620
"url": "https://github.com/wpCloud/wp-stateless.git"
@@ -86,7 +90,7 @@
8690
}
8791
},
8892
"require-dev": {
89-
"coenjacobs/mozart": "0.6.0-beta-3",
93+
"coenjacobs/mozart": "0.7.1",
9094
"deliciousbrains/wp-background-processing": "^1.0"
9195
}
9296
}

0 commit comments

Comments
 (0)