Skip to content

Commit

Permalink
1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed Jun 22, 2018
1 parent a50dac8 commit 8500312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
### Changelog

#### 1.3.2 (6/22/18)
* Fixed: Revert content/sidebar and footer widgets to flexbox because IE is horrible but we still want it to work.
* Fixed: Content-sidebar gap when using boxed content sidebar wrap.
* Fixed: More consistent font-size and text-transform on mobile menu.
* Fixed: Hide title setting wasn't working on Blog page.
* Fixed: Page title wasn't showing on Shop page when banner was disabled.

#### 1.3.1 (6/2/18)
#### 1.3.1 (6/20/18)
* Fixed: Better vertical alignment when using align_text param on [grid] or [col].

#### 1.3.0 (6/2/18)
#### 1.3.0 (6/20/18)
* Added: Sections import/export feature.
* Added: Page Builder page template.
* Added: Boxed Content setting to declare which elements should have a boxed vs seamless look, including the main site container.
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.3.2-beta.2
* Version: 1.3.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.3.2-beta.2' );
define( 'MAI_THEME_ENGINE_VERSION', '1.3.2' );

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

0 comments on commit 8500312

Please sign in to comment.