Skip to content

Commit

Permalink
Increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
htmgarcia committed Aug 25, 2022
1 parent a97ff73 commit 6ef04c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/advanced-gutenberg.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: PublishPress Blocks
* Plugin URI: https://publishpress.com/blocks/
* Description: PublishPress Blocks has everything you need to build professional websites with the Gutenberg editor.
* Version: 2.14.2b3
* Version: 2.14.2
* Tested up to: 6.0.1
* Author: PublishPress
* Author URI: https://publishpress.com/
Expand Down Expand Up @@ -56,7 +56,7 @@
if (! defined('ADVANCED_GUTENBERG_LOADED')) {

if (! defined('ADVANCED_GUTENBERG_VERSION')) {
define('ADVANCED_GUTENBERG_VERSION', '2.14.2b3');
define('ADVANCED_GUTENBERG_VERSION', '2.14.2');
}

if (! defined('ADVANCED_GUTENBERG_PLUGIN')) {
Expand Down
4 changes: 2 additions & 2 deletions src/readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: publishpress, stevejburge, htmgarcia
Tags: gutenberg, gutenberg blocks, gutenberg block, block editor, blocks
Requires at least: 5.0
Tested up to: 6.0.1
Stable tag: 2.14.2b3
Stable tag: 2.14.2
Requires PHP: 5.6
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down Expand Up @@ -257,7 +257,7 @@ Yes, we use the phrase "publishpress-advg-install" to share install links. You w

== Changelog ==

= 2.14.2 - 24 Aug 2022 =
= 2.14.2 - 25 Aug 2022 =
* Add: Extend supported blocks setting to support blocks not listed in Block access
* Fix: Authors and Series order by from Content Display make some legacy widgets to disappear in frontend
* Fix: Allow to enable Container block through Block access
Expand Down

0 comments on commit 6ef04c2

Please sign in to comment.