Skip to content

Commit

Permalink
Updated requirments
Browse files Browse the repository at this point in the history
  • Loading branch information
planv committed May 18, 2022
1 parent a766a5b commit 752ff0e
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 6 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
== Changelog ==
= 3.2.1 =
* FIX - Updated requirments.

== Changelog ==
= 3.2.0 =
* ENHANCEMENT - Upgraded `wpmetabox` library.
Expand Down
4 changes: 4 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
#### 3.2.1

- FIX - Updated requirments.

#### 3.2.0

- ENHANCEMENT - Upgraded `wpmetabox` library.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
13 changes: 10 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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? =

Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion wp-stateless-media.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand Down

0 comments on commit 752ff0e

Please sign in to comment.