Skip to content

Commit aa4d54b

Browse files
committed
version bump 3.0.1
1 parent 577cf2e commit aa4d54b

File tree

5 files changed

+15
-4
lines changed

5 files changed

+15
-4
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
== Changelog ==
2+
= 3.0.1 =
3+
* FIX - Fatal Error in Stateless mode. GitHub issue [#546](https://github.com/udx/wp-stateless/issues/546).
4+
25
= 3.0 =
36
* NEW - Setup assistant rewrite. GitHub issue [#477](https://github.com/udx/wp-stateless/issues/477).
47
* NEW - Recreate attachment metabox panel using metabox.io. GitHub issue [#470](https://github.com/udx/wp-stateless/issues/470).

changes.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
#### 3.0.1
2+
3+
- FIX - Fatal Error in Stateless mode. GitHub issue [#546](https://github.com/udx/wp-stateless/issues/546).
4+
15
#### 3.0
26

37
- NEW - Setup assistant rewrite. GitHub issue [#477](https://github.com/udx/wp-stateless/issues/477).
48
- NEW - Recreate attachment metabox panel using metabox.io. GitHub issue [#470](https://github.com/udx/wp-stateless/issues/470).
59
- NEW - Updated the `Stateless` mode to not use local storage at all. Current `Stateless` mode setting mapped to new `Ephemeral` mode. GitHub issue [#482](https://github.com/udx/wp-stateless/issues/482).
610
- NEW - Files are now uploaded to GCS in chunks and chunk size will be determined based on free memory available. GitHub issue [#478](https://github.com/udx/wp-stateless/issues/478).
7-
- NEW - File upload chunk size can be controlled with `WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE` constant. GitHub issue [#478](https://github.com/udx/wp-stateless/issues/478).
11+
- NEW - File upload chunk size can be controlled with `WP_STATELESS_MEDIA_UPLOAD_CHUNK_SIZE` constant. GitHub issue [#478](https://github.com/udx/wp-stateless/issues/478).
812
- FIX - Changed the default value for the Cache-Busting setting. GitHub issue [#361](https://github.com/udx/wp-stateless/issues/361).
913
- FIX - Fixed network override of Cache-Busting. GitHub issue [#468](https://github.com/udx/wp-stateless/issues/468).
1014
- FIX - Fixed "Passing glue string after array is deprecated.". GitHub issue [#444](https://github.com/udx/wp-stateless/issues/444).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "wp-stateless",
33
"title": "WP-Stateless",
44
"description": "wpCloud Stateless Media for GCE",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"homepage": "https://usabilitydynamics.com",
77
"author": {
88
"name": "UsabilityDynamics, Inc.",

readme.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ License: GPLv2 or later
66
Requires PHP: 5.6
77
Requires at least: 5.0
88
Tested up to: 5.5
9-
Stable tag: 3.0
9+
Stable tag: 3.0.1
1010

1111
Upload and serve your WordPress media files from Google Cloud Storage.
1212

@@ -105,6 +105,10 @@ To ensure new releases cause as little disruption as possible, we rely on a numb
105105
Before upgrading to WP-Stateless 3.0, please, make sure you tested it on your development environment.
106106

107107
== Changelog ==
108+
= 3.0.1 =
109+
* *Before upgrading to WP-Stateless 3.0, please, make sure you tested it on your development environment. It may have breaking changes.*
110+
* FIX - Fatal Error in Stateless mode. GitHub issue [#546](https://github.com/udx/wp-stateless/issues/546).
111+
108112
= 3.0 =
109113
* NEW - Setup assistant rewrite. GitHub issue [#477](https://github.com/udx/wp-stateless/issues/477).
110114
* NEW - Recreate attachment metabox panel using metabox.io. GitHub issue [#470](https://github.com/udx/wp-stateless/issues/470).

wp-stateless-media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://udx.io
55
* Description: Upload and serve your WordPress media files from Google Cloud Storage.
66
* Author: UDX
7-
* Version: 3.0
7+
* Version: 3.0.1
88
* Text Domain: stateless-media
99
* Author URI: https://www.udx.io
1010
*

0 commit comments

Comments
 (0)