Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed Feb 3, 2020
2 parents 79e43eb + 498cc96 commit b8c2e0e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
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
File renamed without changes.

0 comments on commit b8c2e0e

Please sign in to comment.