Skip to content

Commit

Permalink
v1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed Feb 3, 2020
1 parent 8532762 commit 818997d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.11.2 (2/3/20)
* Fixed: Bullet showing when using Navigation Menu widget in Header widget areas.

## 1.11.1 (2/3/20)
* Fixed: Hotfix for CMB2 filename change not reflected via git.

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.1
* Version: 1.11.2
*
* 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.1' );
define( 'MAI_THEME_ENGINE_VERSION', '1.11.2' );

// DB version.
define( 'MAI_THEME_ENGINE_DB_VERSION', '1600' );
Expand Down

0 comments on commit 818997d

Please sign in to comment.