diff --git a/CHANGES.md b/CHANGES.md index 8073229..d3cfb38 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,10 +1,13 @@ # Changelog +## 1.11.1 (2/3/20) +* Fixed: Hotfix for CMB2 filename change not reflected via git. + ## 1.11.0 (2/3/20) -* Added: Section/Grid/Col background images and archive/featured images now use and elements for much better mobile speed performance by loading smaller images on smaller window sizes. +* Added: Section/Grid/Col background images and archive/featured images now use `` and `` elements for much better mobile speed performance by loading smaller images on smaller window sizes. * Added: Now add a context of "hidden" (without quotes) to any Section in the Sections template to disable it from being displayed on the front end. * Added: New `mai_scroll_to_elements` filter to add elements by class/id/etc to allow slow scroll to anchor links. -* Added: New `mai_flex_entry_info` and `mai_flex_entry_meta` filter to specifically filter info/meta in [grid], +* Added: New `mai_flex_entry_info` and `mai_flex_entry_meta` filter to specifically filter info/meta in [grid]. * Added: Styling for the search block. * Added: Styling for captions on image block. * Added: Support for new Genesis entry meta customizer settings. diff --git a/mai-theme-engine.php b/mai-theme-engine.php index 663c445..69d7eb1 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.11.0 + * Version: 1.11.1 * * 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.11.0' ); + define( 'MAI_THEME_ENGINE_VERSION', '1.11.1' ); // DB version. define( 'MAI_THEME_ENGINE_DB_VERSION', '1600' ); diff --git a/vendor/cmb2/cmb2/includes/CMB2_hookup.php b/vendor/cmb2/cmb2/includes/CMB2_Hookup.php similarity index 100% rename from vendor/cmb2/cmb2/includes/CMB2_hookup.php rename to vendor/cmb2/cmb2/includes/CMB2_Hookup.php