diff --git a/README.md b/README.md index c8ca1b7..d32bb34 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin > ### How to install from ZIP archive -You can install this plugin from the [ZIP file](https://drive.google.com/file/d/12d8KIT6_nkiRytgbVNhpfkjuQLesqmBu/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin). +You can install this plugin from the [ZIP file](https://drive.google.com/file/d/15YDvFMcfVFAixVLI4n3jbwFQZrgz6Rfu/view) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin). ## How to use diff --git a/readme.txt b/readme.txt index 9656390..7462852 100644 --- a/readme.txt +++ b/readme.txt @@ -5,10 +5,10 @@ Author URI: https://github.com/umdevelopera Plugin URI: https://github.com/umdevelopera/um-optimize Tags: ultimate member, optimize, assets Requires at least: 5.5 -Tested up to: 6.4.2 +Tested up to: 6.5.4 Requires UM core at least: 2.6.8 -Tested UM core up to: 2.8.0 -Stable tag: 1.1.1 +Tested UM core up to: 2.8.6 +Stable tag: 1.1.2 License: GNU Version 2 or Any Later Version License URI: http://www.gnu.org/licenses/gpl-3.0.txt @@ -36,6 +36,11 @@ You can install this plugin from the ZIP file as any other plugin. Follow this i == Changelog == += 1.1.2: June 13, 2024 = + +* Fixed: Issue #2 - Error when "Combine CSS" is active. +* Fixed: Issue #3 - Folder um_optimize missing. + = 1.1.1: December 17, 2023 = * Fixed: Add non-UM dependencies to combined files. diff --git a/um-optimize.php b/um-optimize.php index 961f7e2..cbfce46 100644 --- a/um-optimize.php +++ b/um-optimize.php @@ -8,12 +8,12 @@ * Text Domain: um-optimize * Domain Path: /languages * - * Version: 1.1.1 - * UM version: 2.7.0 + * Version: 1.1.2 + * UM version: 2.8.6 * Requires at least: 5.5 * Requires PHP: 5.6 * - * @package UM Extended + * @package UM Tools */ if ( ! defined( 'ABSPATH' ) ) {