Skip to content

Commit

Permalink
vbump 1.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveDig committed Dec 5, 2024
1 parent 864e0f2 commit 13999dd
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

## 1.6.4 (12/5/24)
* Changed: Updated the updater.
* Changed: [Performance] Only run ACF filters in back end.

## 1.6.3 (1/19/24)
* Fixed: Encoded special characters were displaying on the front end in some configurations.

Expand Down
4 changes: 2 additions & 2 deletions mai-table-of-contents.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin Name: Mai Table of Contents
* Plugin URI: https://bizbudding.com/mai-design-pack/
* Description: Automatically create a table of contents from headings in your posts.
* Version: 1.6.3
* Version: 1.6.4
*
* 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_TABLE_OF_CONTENTS_VERSION' ) ) {
define( 'MAI_TABLE_OF_CONTENTS_VERSION', '1.6.3' );
define( 'MAI_TABLE_OF_CONTENTS_VERSION', '1.6.4' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 13999dd

Please sign in to comment.