Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldhuereca committed Mar 28, 2024
1 parent 0b5a6a6 commit fdfad2e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 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.0.0
* Version: 1.0.1
* Requires at least: 5.9
* Requires PHP: 7.2
* Author: DLX Plugins
Expand All @@ -18,7 +18,7 @@

namespace DLXPlugins\PatternWrangler;

define( 'DLX_PATTERN_WRANGLER_VERSION', '1.0.0' );
define( 'DLX_PATTERN_WRANGLER_VERSION', '1.0.1' );
define( 'DLX_PATTERN_WRANGLER_FILE', __FILE__ );

// Support for site-level autoloading.
Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: block patterns, manage, export, patterns
Requires at least: 6.4
Tested up to: 6.5
Requires PHP: 7.2
Stable tag: 1.0.0
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -32,11 +32,16 @@ Yes, as long as you have the pattern's code, Pattern Wrangler can import it and

== Changelog ==

= 1.0.1 =
* Added variable height preview image to Patterns screen.
* Added Pattern Categories to Patterns menu item.
* Removing unneeded code.

= 1.0.0 =
* Initial release.

== Upgrade Notice ==

= 1.0.0 =
Initial release.
= 1.0.1 =
Added categories to the Patterns menu item.

0 comments on commit fdfad2e

Please sign in to comment.