Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Aug 16, 2024
1 parent 113f529 commit dfda9e9
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
4 changes: 2 additions & 2 deletions pattern-wrangler.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down
12 changes: 8 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
Expand Down Expand Up @@ -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.
= 1.1.1 =
Fixing admin script enqueueing for other language support.

0 comments on commit dfda9e9

Please sign in to comment.