diff --git a/changelog.txt b/changelog.txt index 35ba6a949..13fdd2b56 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,7 @@ +== Changelog == += 3.2.1 = +* FIX - Updated requirments. + == Changelog == = 3.2.0 = * ENHANCEMENT - Upgraded `wpmetabox` library. diff --git a/changes.md b/changes.md index 7d1e9123c..f9ed7f503 100644 --- a/changes.md +++ b/changes.md @@ -1,3 +1,7 @@ +#### 3.2.1 + +- FIX - Updated requirments. + #### 3.2.0 - ENHANCEMENT - Upgraded `wpmetabox` library. diff --git a/package.json b/package.json index 891fef906..9fbb53145 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "wp-stateless", "title": "WP-Stateless", "description": "wpCloud Stateless Media for GCE", - "version": "3.2.0", + "version": "3.2.1", "homepage": "https://udx.io", "author": { "name": "UDX", diff --git a/readme.md b/readme.md index 4f0b04dcd..366691222 100644 --- a/readme.md +++ b/readme.md @@ -53,7 +53,7 @@ For a more detailed installation and setup walkthrough, please see the [manual s ### What are the minimum server requirements for this plugin? -Beyond the [official WordPress minimum requirements](https://codex.wordpress.org/Template:Server_requirements), WP-Stateless requires a minimum PHP version of 5.6 or higher and OpenSSL to be enabled. +Beyond the [official WordPress minimum requirements](https://codex.wordpress.org/Template:Server_requirements), WP-Stateless requires a minimum PHP version of 7.2 or higher and OpenSSL to be enabled. ### What wp-config constants are supported? diff --git a/readme.txt b/readme.txt index 44885376e..474aff308 100644 --- a/readme.txt +++ b/readme.txt @@ -3,10 +3,10 @@ Contributors: usability_dynamics, andypotanin, ideric, maxim.peshkov, Anton Koro Donate link: https://udx.io Tags: google, google cloud, google cloud storage, cdn, uploads, media, stateless, backup License: GPLv2 or later -Requires PHP: 5.6 +Requires PHP: 7.2 Requires at least: 5.0 Tested up to: 5.9.3 -Stable tag: 3.2.0 +Stable tag: 3.2.1 Upload and serve your WordPress media files from Google Cloud Storage. @@ -72,7 +72,7 @@ For a more detailed installation and setup walkthrough, please see the [manual s = What are the minimum server requirements for this plugin? = -Beyond the [official WordPress minimum requirements](https://codex.wordpress.org/Template:Server_requirements), WP-Stateless requires a minimum PHP version of 5.6 or higher and OpenSSL to be enabled. +Beyond the [official WordPress minimum requirements](https://codex.wordpress.org/Template:Server_requirements), WP-Stateless requires a minimum PHP version of 7.2 or higher and OpenSSL to be enabled. = What wp-config constants are supported? = @@ -103,11 +103,18 @@ To ensure new releases cause as little disruption as possible, we rely on a numb == Upgrade Notice == += 3.2.0 = +Before upgrading to WP-Stateless 3.2.0, please, make sure you use PHP 7.2 or above. + = 3.0 = Before upgrading to WP-Stateless 3.0, please, make sure you tested it on your development environment. == Changelog == += 3.2.1 = +* FIX - Updated requirments. + = 3.2.0 = +* **Before upgrading to WP-Stateless 3.2.0, please, make sure you tested it on your development environment. It may have breaking changes.** * ENHANCEMENT - Upgraded `wpmetabox` library. * ENHANCEMENT - Updated Client library for Google APIs. * ENHANCEMENT - Updated Guzzle library to version 7. diff --git a/wp-stateless-media.php b/wp-stateless-media.php index 769f7a7fc..2b7fbb212 100644 --- a/wp-stateless-media.php +++ b/wp-stateless-media.php @@ -4,7 +4,7 @@ * Plugin URI: https://udx.io * Description: Upload and serve your WordPress media files from Google Cloud Storage. * Author: UDX - * Version: 3.2.0 + * Version: 3.2.1 * Text Domain: stateless-media * Author URI: https://www.udx.io *