Skip to content

Commit

Permalink
Filename case cause CMB2 update
Browse files Browse the repository at this point in the history
Not sure how this happened to us, but making the file name correct should fix customer issues. Re CMB2/CMB2#1333
  • Loading branch information
Mike Hemberger committed Feb 3, 2020
1 parent 16d37c8 commit 6ca3ca7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions 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 <picture> and <source> 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 `<picture>` and `<source>` 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.
Expand Down
4 changes: 2 additions & 2 deletions mai-theme-engine.php
Expand Up @@ -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
*
Expand Down Expand Up @@ -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' );
Expand Down

0 comments on commit 6ca3ca7

Please sign in to comment.