Skip to content

Commit

Permalink
Merge branch 'beta'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed Mar 11, 2020
2 parents 6e0f3c0 + 0a6470b commit fa7ed9f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
5 changes: 4 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

## 1.11.4 (2/11/20)
* Fixed: Even better alignment on gallery block items.

## 1.11.3 (2/6/20)
* Fixed: Alignment on gallery blocks.
* Fixed: Alignment on gallery block items.

## 1.11.2 (2/3/20)
* Fixed: Bullet showing when using Navigation Menu widget in Header widget areas.
Expand Down
4 changes: 2 additions & 2 deletions assets/css/mai-theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -2009,10 +2009,10 @@ figcaption,
}

.entry-content ul.blocks-gallery-grid {
margin: 0;
margin: 0 0 24px;
}
.entry-content li.blocks-gallery-item {
margin-bottom: 0;
margin-bottom: 16px;
}

input[name="post_password"] {
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.3
* Version: 1.11.4
*
* 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.3' );
define( 'MAI_THEME_ENGINE_VERSION', '1.11.4' );

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

0 comments on commit fa7ed9f

Please sign in to comment.