Skip to content

Commit

Permalink
Merge branch 'release/1.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveDig committed Dec 5, 2024
2 parents 7c6383f + ec7afb9 commit 6e225ea
Show file tree
Hide file tree
Showing 63 changed files with 589 additions and 399 deletions.
6 changes: 6 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.3.3 (12/5/24)
* Changed: Update the updater.

## 1.3.2 (4/8/24)
* Changed: Update the updater.

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

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-display-taxonomy.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Mai Display Taxonomy
* Plugin URI: https://bizbudding.com/mai-theme/plugins/mai-display-taxonomy/
* Description: Creates a private "Display" taxonomy for use with Mai Post Grid block.
* Version: 1.3.1
* Version: 1.3.3
*
* Author: BizBudding
* Author URI: https://bizbudding.com
Expand Down Expand Up @@ -92,7 +92,7 @@ public function __wakeup() {
private function setup_constants() {
// Plugin version.
if ( ! defined( 'MAI_DISPLAY_TAXONOMY_VERSION' ) ) {
define( 'MAI_DISPLAY_TAXONOMY_VERSION', '1.3.1' );
define( 'MAI_DISPLAY_TAXONOMY_VERSION', '1.3.3' );
}

// Plugin Folder Path.
Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInita083705308ef67f0a0e23750bb152196::getLoader();
return ComposerAutoloaderInitf732a3962f03f6a00bb7366ebcdfb76e::getLoader();
Loading

0 comments on commit 6e225ea

Please sign in to comment.