Changeset 3434068
- Timestamp:
- 01/07/2026 06:02:29 AM (2 months ago)
- Location:
- word-balloon/trunk
- Files:
-
- 4 edited
-
changelog.txt (modified) (1 diff)
-
inc/enqueue.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
word-balloon.php (modified) (1 diff)
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 1 5 = 4.23.0 = 2 6 * Released: January 1, 2026 -
word-balloon/trunk/inc/enqueue.php
r3430381 r3434068 164 164 165 165 166 add_filter( 'the_posts', array( 'WORD_BALLOON_ASSETS', 'detect_from_posts' ), 5);166 add_filter( 'the_posts', array( 'WORD_BALLOON_ASSETS', 'detect_from_posts' ), 99 ); 167 167 168 add_filter( 'the_content', array( 'WORD_BALLOON_ASSETS', 'content_filter' ), 1);169 add_action( 'wp_enqueue_scripts', array( 'WORD_BALLOON_ASSETS', 'enqueue' ), 20 );168 add_filter( 'the_content', array( 'WORD_BALLOON_ASSETS', 'content_filter' ), 99 ); 169 add_action( 'wp_enqueue_scripts', array( 'WORD_BALLOON_ASSETS', 'enqueue' ), 10 ); 170 170 -
word-balloon/trunk/readme.txt
r3430381 r3434068 5 5 Requires at least: 3.9.3 6 6 Tested up to: 6.9 7 Stable tag: 4.23. 07 Stable tag: 4.23.1 8 8 Requires PHP: 5.3 9 9 License: GNU General Public License v3 or later … … 51 51 52 52 == Changelog == 53 54 = 4.23.1 = 55 * Released: January 7, 2026 56 * fixed: Minor fix. 53 57 54 58 = 4.23.0 = -
word-balloon/trunk/word-balloon.php
r3430381 r3434068 4 4 Plugin URI: https://dev.word-balloon.com/en/word-balloon/ 5 5 Description: Support for Block editor(Gutenberg) & Classic Editor.You will easy to add speech balloon in your post. 6 Version: 4.23. 06 Version: 4.23.1 7 7 Author: YAHMAN 8 8 Author URI: https://back2nature.jp/en/
Note: See TracChangeset
for help on using the changeset viewer.