Skip to content

Commit

Permalink
Merge branch 'release/2.7.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveDig committed Apr 9, 2024
2 parents 9994b42 + 2a86a78 commit 562f3e4
Show file tree
Hide file tree
Showing 59 changed files with 365 additions and 354 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.7.2 (4/9/24)
* Changed: Update updater.
* Fixed: Dynamic property is deprecated warning.

## 2.7.1 (11/27/23)
* Changed: Update updater.

Expand Down
1 change: 1 addition & 0 deletions classes/class-testimonials.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ class Mai_Testimonials {
public $has_image;
public $has_name;
public $has_byline;
public $has_url;
public $has_slider;
public $slider_max;

Expand Down
16 changes: 8 additions & 8 deletions composer.lock

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.7.1
* Version: 2.7.2
*
* Author: BizBudding
* Author URI: https://bizbudding.com
Expand Down Expand Up @@ -90,7 +90,7 @@ function __wakeup() {
private function setup_constants() {
// Plugin version.
if ( ! defined( 'MAI_TESTIMONIALS_VERSION' ) ) {
define( 'MAI_TESTIMONIALS_VERSION', '2.7.1' );
define( 'MAI_TESTIMONIALS_VERSION', '2.7.2' );
}

// Plugin Folder Path.
Expand Down
Loading

0 comments on commit 562f3e4

Please sign in to comment.