Skip to content

Commit

Permalink
Merge branch 'release/1.2.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveDig committed Dec 5, 2024
2 parents 5286555 + 1149f40 commit 732af0d
Show file tree
Hide file tree
Showing 62 changed files with 582 additions and 395 deletions.
9 changes: 6 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,21 @@
# Changelog

## 1.2.4 (12/4/25)
* Changed: Updated the updater.

## 1.2.3 (11/27/23)
* Changed: Update the updated.
* Changed: Updated the updater.

## 1.2.2 (9/21/23)
* Changed: Rename to Mai Pro Plugin to lessen confusion on where to install.
* Changed: Update the updated.
* Changed: Updated the updater.

## 1.2.1 (6/20/23)
* Fixed: Updater object not set.

## 1.2.0 (6/20/23)
* Changed: Rename to Mai Theme Pro plugin.
* Changed: Update the updater.
* Changed: Updated the updater.
* Added: Add Block Types to Mai Post Grid patterns.

## 1.1.0 (8/10/22)
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-design-pack.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Mai Pro Plugin (formerly Mai Design Pack)
* Plugin URI: https://bizbudding.com/mai-theme-pro/
* Description: Unlimited access to all Mai Plugins, and more. Requires Mai Theme v2.
* Version: 1.2.3
* Version: 1.2.4
*
* Author: BizBudding
* Author URI: https://bizbudding.com
Expand Down Expand Up @@ -91,7 +91,7 @@ public function __wakeup() {
private function setup_constants() {
// Plugin version.
if ( ! defined( 'MAI_DESIGN_PACK_VERSION' ) ) {
define( 'MAI_DESIGN_PACK_VERSION', '1.2.3' );
define( 'MAI_DESIGN_PACK_VERSION', '1.2.4' );
}

// Plugin Folder Path.
Expand Down
Loading

0 comments on commit 732af0d

Please sign in to comment.