Skip to content

Commit

Permalink
Merge branch 'release/1.5.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveDig committed Oct 18, 2023
2 parents e9274a6 + 4c60ae2 commit 93cb558
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 1.5.4 (10/18/23)
* Fixed: Styles missing in the editor when using TOC block.

## 1.5.3 (10/17/23)
* Added: [Developers] New `mai_table_of_contents_has_custom` filter to declare when you're rendering a TOC via custom display methods.
* Changed: Register TOC block with block.json.
Expand Down
2 changes: 1 addition & 1 deletion blocks/table-of-contents/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"keywords": [ "talbe", "contents", "toc" ],
"icon": "list-view",
"textdomain": "mai-table-of-contents",
"editorStyle": "file:../../assets/css/mai-toc.min.css",
"editorStyle": "file:../../assets/css/mai-table-of-contents.min.css",
"acf": {
"mode": "preview",
"renderCallback": "mai_do_toc_block"
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.5.2
* Version: 1.5.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.5.2' );
define( 'MAI_TABLE_OF_CONTENTS_VERSION', '1.5.4' );
}

// Plugin Folder Path.
Expand Down

0 comments on commit 93cb558

Please sign in to comment.