diff --git a/classic-editor.php b/classic-editor.php index bc2268c..0b1a556 100644 --- a/classic-editor.php +++ b/classic-editor.php @@ -5,7 +5,7 @@ * Plugin Name: Classic Editor * Plugin URI: https://wordpress.org/plugins/classic-editor/ * Description: Enables the WordPress classic editor and the old-style Edit Post screen with TinyMCE, Meta Boxes, etc. Supports the older plugins that extend this screen. - * Version: 1.5-beta + * Version: 1.5 * Author: WordPress Contributors * Author URI: https://github.com/WordPress/classic-editor/ * License: GPLv2 or later @@ -138,7 +138,7 @@ public static function remove_gutenberg_hooks( $remove = 'all' ) { return; } - // Gutenberg 5.3 + // Gutenberg 5.3+ remove_action( 'wp_enqueue_scripts', 'gutenberg_register_scripts_and_styles' ); remove_action( 'admin_enqueue_scripts', 'gutenberg_register_scripts_and_styles' ); remove_action( 'admin_notices', 'gutenberg_wordpress_version_notice' ); diff --git a/readme.txt b/readme.txt index 2530935..7951c67 100644 --- a/readme.txt +++ b/readme.txt @@ -31,7 +31,8 @@ By default, this plugin hides all functionality available in the new Block Edito = 1.5 = * Updated for WordPress 5.2 and Gutenberg 5.3. -* Enhanced the "open posts in the last editor used to edit them" logic. +* Enhanced and fixed the "open posts in the last editor used to edit them" logic. +* Fixed adding post state so it can easily be accessed from other plugins. = 1.4 = * On network installations removed the restriction for only network activation.