diff --git a/CHANGES.md b/CHANGES.md index 5e9c3ed..87075c3 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,11 @@ ### Changelog -#### 1.6.2-beta.1 (12/10/18) +#### 1.6.2 (12/10/18) * Changed: Now only add left margin to ul's that don't have a class. * Changed: [grid] Better processing/formatting of content and excerpts. +* Fixed: Sections template now properly disables the block editor in WP 5.0. +* Fixed: Editing the blog page now correctly shows the editor whether using Classic or Gutenberg/Block editor. #### 1.6.1 (11/30/18) * Fixed: Left margin is no longer added to ul's that are flexington rows. diff --git a/mai-theme-engine.php b/mai-theme-engine.php index 985a4ad..c7053fb 100644 --- a/mai-theme-engine.php +++ b/mai-theme-engine.php @@ -5,7 +5,7 @@ * Plugin URI: https://maitheme.com/ * Description: The Mai Theme Engine plugin * - * Version: 1.6.2-beta.1 + * Version: 1.6.2 * * GitHub URI: maithemewp/mai-theme-engine * @@ -89,7 +89,7 @@ public function __wakeup() { private function setup_constants() { // Plugin version. - define( 'MAI_THEME_ENGINE_VERSION', '1.6.2-beta.1' ); + define( 'MAI_THEME_ENGINE_VERSION', '1.6.2' ); // DB version. define( 'MAI_THEME_ENGINE_DB_VERSION', '1400' );