Skip to content

Commit

Permalink
Merge pull request #1766 from tomusborne/release/2.0.1
Browse files Browse the repository at this point in the history
Release: 2.0.1
  • Loading branch information
tomusborne authored Feb 12, 2025
2 parents 3552eb4 + db51386 commit db4d0e2
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "generateblocks",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"description": "A small collection of lightweight WordPress blocks that can accomplish nearly anything.",
"author": "Tom Usborne",
Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: A small collection of lightweight WordPress blocks that can accomplish nearly anything.
* Author: Tom Usborne
* Author URI: https://tomusborne.com
* Version: 2.0.0
* Version: 2.0.1
* Requires at least: 6.5
* Requires PHP: 7.2
* License: GPL2+
Expand All @@ -19,7 +19,7 @@
exit; // Exit if accessed directly.
}

define( 'GENERATEBLOCKS_VERSION', '2.0.0' );
define( 'GENERATEBLOCKS_VERSION', '2.0.1' );
define( 'GENERATEBLOCKS_DIR', plugin_dir_path( __FILE__ ) );
define( 'GENERATEBLOCKS_DIR_URL', plugin_dir_url( __FILE__ ) );

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Tags: blocks, gutenberg, editor, page builder, posts
Requires at least: 6.5
Tested up to: 6.7
Requires PHP: 7.2
Stable tag: 1.9.1
Stable tag: 2.0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -128,6 +128,9 @@ GenerateBlocks was built to work hand-in-hand with [GeneratePress](https://gener

== Changelog ==

= 2.0.1 =
* Fix: WordPress.org zip package issue

= 2.0.0 =
* Security: Prevent logged-in contributors from querying private post content
* New: All blocks re-written from scratch for better performance and control
Expand Down

0 comments on commit db4d0e2

Please sign in to comment.