Skip to content

Commit 04a8d27

Browse files
committed
version bump 3.0.4
1 parent 796d34d commit 04a8d27

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
== Changelog ==
2+
= 3.0.4 =
3+
* FIX - Fixed inability to use dashes in the upload folder name. GitHub issue [#565](https://github.com/udx/wp-stateless/issues/565).
4+
* COMPATIBILITY - Elementor - Fixed wrong upload directory. GitHub issue [#560](https://github.com/udx/wp-stateless/issues/560).
5+
26
= 3.0.3 =
37
* FIX - Fixed an incorrect file URL in Stateless mode on Edit Media screen. GitHub issue [#544](https://github.com/udx/wp-stateless/issues/544).
48

changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 3.0.4
2+
3+
- FIX - Fixed inability to use dashes in the upload folder name. GitHub issue [#565](https://github.com/udx/wp-stateless/issues/565).
4+
- COMPATIBILITY - Elementor - Fixed wrong upload directory. GitHub issue [#560](https://github.com/udx/wp-stateless/issues/560).
5+
16
#### 3.0.3
27

38
- FIX - Fixed an incorrect file URL in Stateless mode on Edit Media screen. GitHub issue [#544](https://github.com/udx/wp-stateless/issues/544).

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.3",
5+
"version": "3.0.4",
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.3
9+
Stable tag: 3.0.4
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.4 =
109+
* FIX - Fixed inability to use dashes in the upload folder name. GitHub issue [#565](https://github.com/udx/wp-stateless/issues/565).
110+
* COMPATIBILITY - Elementor - Fixed wrong upload directory. GitHub issue [#560](https://github.com/udx/wp-stateless/issues/560).
111+
108112
= 3.0.3 =
109113
* FIX - Fixed an incorrect file URL in Stateless mode on Edit Media screen. GitHub issue [#544](https://github.com/udx/wp-stateless/issues/544).
110114

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.3
7+
* Version: 3.0.4
88
* Text Domain: stateless-media
99
* Author URI: https://www.udx.io
1010
*

0 commit comments

Comments
 (0)