Skip to content

Commit

Permalink
Pre-release version bump and readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
azaozz committed May 7, 2019
1 parent 960b63e commit a975c43
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions classic-editor.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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' );
Expand Down
3 changes: 2 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a975c43

Please sign in to comment.