From dfda9e9a0ba79bfcf281790ab778f1f955df11bc Mon Sep 17 00:00:00 2001 From: Ronald Huereca Date: Fri, 16 Aug 2024 18:12:51 -0500 Subject: [PATCH] Version bump. --- pattern-wrangler.php | 4 ++-- readme.txt | 12 ++++++++---- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/pattern-wrangler.php b/pattern-wrangler.php index 91e9372..36f0d98 100644 --- a/pattern-wrangler.php +++ b/pattern-wrangler.php @@ -3,7 +3,7 @@ * Plugin Name: Pattern Wrangler * Plugin URI: https://dlxplugins.com/plugins/pattern-wrangler/ * Description: Manage your block patterns. - * Version: 1.1.0 + * Version: 1.1.1 * Requires at least: 6.5 * Requires PHP: 7.2 * Author: DLX Plugins @@ -18,7 +18,7 @@ namespace DLXPlugins\PatternWrangler; -define( 'DLXPW_PATTERN_WRANGLER_VERSION', '1.1.0' ); +define( 'DLXPW_PATTERN_WRANGLER_VERSION', '1.1.1' ); define( 'DLXPW_PATTERN_WRANGLER_FILE', __FILE__ ); // Support for site-level autoloading. diff --git a/readme.txt b/readme.txt index dbe5a03..446ac52 100644 --- a/readme.txt +++ b/readme.txt @@ -2,9 +2,9 @@ Contributors: ronalfy Tags: patterns, manage, shortcode, reusable, block Requires at least: 6.5 -Tested up to: 6.5 +Tested up to: 6.6 Requires PHP: 7.2 -Stable tag: 1.1.0 +Stable tag: 1.1.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -56,6 +56,10 @@ Yes, as long as you have the pattern's code, Pattern Wrangler can import it and == Changelog == += 1.1.1 = +* Released 2024-08-16 +* Fixing admin script enqueueing for other language support. + = 1.1.0 = * Released 2024-05-22 * Updated Pattern Importer icon. @@ -92,5 +96,5 @@ Yes, as long as you have the pattern's code, Pattern Wrangler can import it and == Upgrade Notice == -= 1.1.0 = -Added hooks to load custom headers/footers for the preview. \ No newline at end of file += 1.1.1 = +Fixing admin script enqueueing for other language support. \ No newline at end of file