From 6ca3ca70048c0209ca9d2df7a9b46743229be251 Mon Sep 17 00:00:00 2001 From: Mike Hemberger Date: Mon, 3 Feb 2020 11:21:29 -0500 Subject: [PATCH 1/2] Filename case cause CMB2 update Not sure how this happened to us, but making the file name correct should fix customer issues. Re https://github.com/CMB2/CMB2/issues/1333 --- CHANGES.md | 7 +++++-- mai-theme-engine.php | 4 ++-- 2 files changed, 7 insertions(+), 4 deletions(-) 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' ); From 498cc960c4e2d7df7a96fda626c21749c656f80a Mon Sep 17 00:00:00 2001 From: Mike Hemberger Date: Mon, 3 Feb 2020 11:26:45 -0500 Subject: [PATCH 2/2] force commit case change --- vendor/cmb2/cmb2/includes/{CMB2_hookup.php => CMB2_Hookup.php} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename vendor/cmb2/cmb2/includes/{CMB2_hookup.php => CMB2_Hookup.php} (100%) 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