Skip to content

Commit

Permalink
vbump 2.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveDig committed Apr 9, 2024
1 parent 00a950a commit 2a86a78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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
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

0 comments on commit 2a86a78

Please sign in to comment.