Skip to content

Commit

Permalink
Merge branch 'release/3.5.25'
Browse files Browse the repository at this point in the history
  • Loading branch information
andykillen committed Nov 29, 2023
2 parents e79f7b1 + 5a2f51b commit 988741b
Show file tree
Hide file tree
Showing 15 changed files with 480 additions and 273 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,12 @@ Credentials for the SVN repository is stored in the password manager. The creden
If you want to build a local production-ready version of the plugin you can run the command `composer local-build`. When the command has executed you should have a file in the project root path called `servebolt-optimizer.zip` which contains the plugin prepared the same way as when it is shipped to WordPress.org.

## Changelog

#### 3.5.25
* Allows for NextGen servers to be supported for reading Servebolt Environment files and obtaining the site id from the path.
* Using hook set_object_terms, so that it checks if default_category is used on first save of a post, and if its is being replace with newer terms on first publish.
* Tested upto 6.4.1
* Fixed bug in cache by term id, now uses CacheTags whenever possible.
* Added check for Image sizes on Accellerated Domains image resizer so that it can never have a zero value.
#### 3.5.24
* fixed small bug of missing save button on advanced tab of new installs
* proven support for 6.3.1
Expand Down
11 changes: 9 additions & 2 deletions Readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ Contributors: audunhus, erlendeide, servebolt, andrewkillen
Tags: performance, optimization, cache, cloudflare, log, multisite, wp-cli, html cache
Donate link: https://servebolt.com
Requires at least: 4.9.2
Tested up to: 6.3.1
Tested up to: 6.4.1
Requires PHP: 7.3
Stable tag: 3.5.24
Stable tag: 3.5.25
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -97,6 +97,13 @@ Yes, you can. The database optimizations are beneficial for everyone as well as
If you're a Servebolt client, please reach out to our Support Team and we'll be happy to help you out there. Alternatively, you can create a support forum request [here](https://wordpress.org/support/plugin/servebolt-optimizer/).

== Changelog ==
= 3.5.25 =
* Allows for NextGen servers to be supported for reading Servebolt Environment files and obtaining the site id from the path.
* Using hook set_object_terms, so that it checks if default_category is used on first save of a post, and if its is being replace with newer terms on first publish.
* Tested upto 6.4.1
* Fixed bug in cache by term id, now uses CacheTags whenever possible.
* Added check for Image sizes on Accellerated Domains image resizer so that it can never have a zero value.

= 3.5.24 =
* fixed small bug of missing save button on advanced tab of new installs
* proven support for 6.3.1
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
],
"require": {
"php": "^7.3|^8.0",
"composer/installers": "~1.2",
"servebolt/sdk": "^1.2.1"
"composer/installers": "^1.0",
"servebolt/sdk": "^1.2.2"
},
"require-dev": {
"squizlabs/php_codesniffer": "*",
Expand Down
Loading

0 comments on commit 988741b

Please sign in to comment.