Plugin Directory

Changeset 3434068


Ignore:
Timestamp:
01/07/2026 06:02:29 AM (2 months ago)
Author:
back2nature
Message:

4.23.1

Location:
word-balloon/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • word-balloon/trunk/changelog.txt

    r3430381 r3434068  
     1= 4.23.1 =
     2* Released: January 7, 2026
     3* fixed: Minor fix.
     4
    15= 4.23.0 =
    26* Released: January 1, 2026
  • word-balloon/trunk/inc/enqueue.php

    r3430381 r3434068  
    164164
    165165
    166 add_filter( 'the_posts', array( 'WORD_BALLOON_ASSETS', 'detect_from_posts' ), 5 );
     166add_filter( 'the_posts', array( 'WORD_BALLOON_ASSETS', 'detect_from_posts' ), 99 );
    167167
    168 add_filter( 'the_content', array( 'WORD_BALLOON_ASSETS', 'content_filter' ), 1 );
    169 add_action( 'wp_enqueue_scripts', array( 'WORD_BALLOON_ASSETS', 'enqueue' ), 20 );
     168add_filter( 'the_content', array( 'WORD_BALLOON_ASSETS', 'content_filter' ), 99 );
     169add_action( 'wp_enqueue_scripts', array( 'WORD_BALLOON_ASSETS', 'enqueue' ), 10 );
    170170
  • word-balloon/trunk/readme.txt

    r3430381 r3434068  
    55Requires at least: 3.9.3
    66Tested up to: 6.9
    7 Stable tag: 4.23.0
     7Stable tag: 4.23.1
    88Requires PHP: 5.3
    99License: GNU General Public License v3 or later
     
    5151
    5252== Changelog ==
     53
     54= 4.23.1 =
     55* Released: January 7, 2026
     56* fixed: Minor fix.
    5357
    5458= 4.23.0 =
  • word-balloon/trunk/word-balloon.php

    r3430381 r3434068  
    44Plugin URI: https://dev.word-balloon.com/en/word-balloon/
    55Description: Support for Block editor(Gutenberg) & Classic Editor.You will easy to add speech balloon in your post.
    6 Version: 4.23.0
     6Version: 4.23.1
    77Author: YAHMAN
    88Author URI: https://back2nature.jp/en/
Note: See TracChangeset for help on using the changeset viewer.