Skip to content

Commit

Permalink
Merge branch 'release/2.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Hemberger committed Mar 2, 2022
2 parents 3b9f1d0 + b70ea72 commit e69f0e9
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 2.3.1 (3/2/22)
* Fixed: Allow slider dots to wrap if showing more than the container can fit.

## 2.3.0 (1/26/22)
* Added: New Mai Testimonials block!

Expand Down
1 change: 1 addition & 0 deletions assets/css/mai-testimonials.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@
--list-padding: 0;
--list-item-margin: 0;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
}
Expand Down
2 changes: 1 addition & 1 deletion assets/css/mai-testimonials.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions mai-testimonials.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Mai Testimonials
* Plugin URI: https://bizbudding.com/products/mai-testimonials/
* Description: Manage and display testimonials on your website.
* Version: 2.3.0
* Version: 2.3.1
*
* Author: BizBudding
* Author URI: https://bizbudding.com
Expand Down Expand Up @@ -91,7 +91,7 @@ private function setup_constants() {

// Plugin version.
if ( ! defined( 'MAI_TESTIMONIALS_VERSION' ) ) {
define( 'MAI_TESTIMONIALS_VERSION', '2.3.0' );
define( 'MAI_TESTIMONIALS_VERSION', '2.3.1' );
}

// Plugin Folder Path.
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/InstalledVersions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'a6fc4efafd50b6628934fba6f1242b00e9b03ad9',
'reference' => '175d676c93438e81834fc563cb6ee230c823dbe5',
'name' => '__root__',
),
'versions' =>
Expand All @@ -44,7 +44,7 @@ class InstalledVersions
'aliases' =>
array (
),
'reference' => 'a6fc4efafd50b6628934fba6f1242b00e9b03ad9',
'reference' => '175d676c93438e81834fc563cb6ee230c823dbe5',
),
'yahnis-elsts/plugin-update-checker' =>
array (
Expand Down
4 changes: 2 additions & 2 deletions vendor/composer/installed.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
'aliases' =>
array (
),
'reference' => 'a6fc4efafd50b6628934fba6f1242b00e9b03ad9',
'reference' => '175d676c93438e81834fc563cb6ee230c823dbe5',
'name' => '__root__',
),
'versions' =>
Expand All @@ -18,7 +18,7 @@
'aliases' =>
array (
),
'reference' => 'a6fc4efafd50b6628934fba6f1242b00e9b03ad9',
'reference' => '175d676c93438e81834fc563cb6ee230c823dbe5',
),
'yahnis-elsts/plugin-update-checker' =>
array (
Expand Down

0 comments on commit e69f0e9

Please sign in to comment.