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 b8c2e0e + 818997d commit 499eea9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 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
1 change: 1 addition & 0 deletions assets/css/mai-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -3081,6 +3081,7 @@ ul.genesis-nav-menu {
flex: 0 0 auto;
margin: 0;
padding: 0;
list-style: none;
}

.genesis-nav-menu a {
Expand Down
2 changes: 1 addition & 1 deletion assets/css/mai-theme.min.css

Large diffs are not rendered by default.

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 499eea9

Please sign in to comment.