Skip to content

Commit

Permalink
v bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed Feb 9, 2019
1 parent acc0c48 commit 1c4be12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* Fixed: Broken layout when using [col] shortcodes with image attribute.
* Fixed: Hidden overflow on widgets hiding grid slider arrows.
* Fixed: Jetpack Photon "Speed up image load times" setting blowing up image srcset filters.
* Fixed: Error when switching to a non-Mai Theme in multisite.

## 1.8.1 (2/7/19)
* Fixed: Hotfix for missing argument in srscet function.
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.8.1.1
* Version: 1.8.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.8.1.1' );
define( 'MAI_THEME_ENGINE_VERSION', '1.8.2' );

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

0 comments on commit 1c4be12

Please sign in to comment.