diff --git a/bogo.php b/bogo.php index 666614b..90b939e 100644 --- a/bogo.php +++ b/bogo.php @@ -9,12 +9,12 @@ * License URI: https://www.gnu.org/licenses/gpl-2.0.html * Text Domain: bogo * Domain Path: /languages/ - * Version: 3.8.1 + * Version: 3.8.2 * Requires at least: 6.4 * Requires PHP: 7.4 */ -define( 'BOGO_VERSION', '3.8.1' ); +define( 'BOGO_VERSION', '3.8.2' ); define( 'BOGO_PLUGIN', __FILE__ ); diff --git a/readme.txt b/readme.txt index 307daeb..a8e0ed3 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: takayukister, itpixelz Tags: multilingual, localization, language, locale, admin Requires at least: 6.4 Tested up to: 6.6 -Stable tag: 3.8 +Stable tag: 3.8.1 Requires PHP: 7.4 License: GPL v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -65,6 +65,10 @@ With the default configuration, this plugin, in itself, does not: == Changelog == += 3.8.2 = + +* Fixes a bug that prevents block editor from working correctly on 6.4-6.5 versions of WordPress. + = 3.8.1 = * Language packs: Fixes a bug that blocks language pack deactivation.