Skip to content

Commit 56cb1b0

Browse files
committed
version bump 2.2.5
1 parent 6f4d38c commit 56cb1b0

File tree

5 files changed

+18
-3
lines changed

5 files changed

+18
-3
lines changed

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
== Changelog ==
2+
= 2.2.5 =
3+
* NEW - Added ability to start sync process from specific Attachment ID. GitHub Issue [#360](https://github.com/wpCloud/wp-stateless/issues/360).
4+
* COMPATIBILITY - Added compatibility support for LiteSpeed Cache plugin. Especially to support optimized .webp images. GitHub Issue [#357](https://github.com/wpCloud/wp-stateless/issues/357).
5+
* FIX - Other minor fixes.
6+
27
= 2.2.4 =
38
* NEW - Added new filter `wp_stateless_skip_add_media`. Allows skipping synchronization of the media object with GCS depending on custom condition. GitHub Issue [#344](https://github.com/wpCloud/wp-stateless/issues/344).
49
* FIX - Compatibility Manager is considering Child Themes now. GitHub Issue [#351](https://github.com/wpCloud/wp-stateless/issues/351).

changes.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 2.2.5 ####
2+
* NEW - Added ability to start sync process from specific Attachment ID. GitHub Issue [#360](https://github.com/wpCloud/wp-stateless/issues/360).
3+
* COMPATIBILITY - Added compatibility support for LiteSpeed Cache plugin. Especially to support optimized .webp images. GitHub Issue [#357](https://github.com/wpCloud/wp-stateless/issues/357).
4+
* FIX - Other minor fixes.
5+
16
#### 2.2.4 ####
27
* NEW - Added new filter `wp_stateless_skip_add_media`. Allows skipping synchronization of the media object with GCS depending on custom condition. GitHub Issue [#344](https://github.com/wpCloud/wp-stateless/issues/344).
38
* FIX - Compatibility Manager is considering Child Themes now. GitHub Issue [#351](https://github.com/wpCloud/wp-stateless/issues/351).

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": "2.2.4",
5+
"version": "2.2.5",
66
"homepage": "https://usabilitydynamics.com",
77
"author": {
88
"name": "UsabilityDynamics, Inc.",

readme.txt

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

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

@@ -104,6 +104,11 @@ To ensure new releases cause as little disruption as possible, we rely on a numb
104104
* FIX - Proper 'srcset' attribute handling. GitHub Issue [#342](https://github.com/wpCloud/wp-stateless/issues/342).
105105

106106
== Changelog ==
107+
= 2.2.5 =
108+
* NEW - Added ability to start sync process from specific Attachment ID. GitHub Issue [#360](https://github.com/wpCloud/wp-stateless/issues/360).
109+
* COMPATIBILITY - Added compatibility support for LiteSpeed Cache plugin. Especially to support optimized .webp images. GitHub Issue [#357](https://github.com/wpCloud/wp-stateless/issues/357).
110+
* FIX - Other minor fixes.
111+
107112
= 2.2.4 =
108113
* NEW - Added new filter `wp_stateless_skip_add_media`. Allows skipping synchronization of the media object with GCS depending on custom condition. GitHub Issue [#344](https://github.com/wpCloud/wp-stateless/issues/344).
109114
* FIX - Compatibility Manager is considering Child Themes now. GitHub Issue [#351](https://github.com/wpCloud/wp-stateless/issues/351).

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://www.usabilitydynamics.com
55
* Description: Upload and serve your WordPress media files from Google Cloud Storage.
66
* Author: Usability Dynamics, Inc.
7-
* Version: 2.2.4
7+
* Version: 2.2.5
88
* Text Domain: stateless-media
99
* Author URI: https://www.usabilitydynamics.com
1010
*

0 commit comments

Comments
 (0)