Changeset 3447880
- Timestamp:
- 01/27/2026 01:08:56 PM (2 months ago)
- Location:
- word-switch/trunk
- Files:
-
- 3 edited
-
README.md (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
-
word-switch.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
word-switch/trunk/README.md
r3447865 r3447880 13 13 ## How to use? 14 14 15 A lightweight WordPress plugin that adds word-switching functionality to Gutenberg editor's 16 Paragraph and Heading blocks, allowing users to dynamically replace or rotate 15 A lightweight WordPress plugin that adds word-switching functionality to Gutenberg editor's 16 Paragraph and Heading blocks, allowing users to dynamically replace or rotate 17 17 selected words for more engaging and flexible content presentation. 18 18 19 19 With this plugin, WordPress gutenberg editor’s paragraph and heading block get an extra format named ‘word switch’. 20 20 21 []21 [(https://www.youtube.com/watch?v=6sqoOOXi7kQ)] 22 22 23 23 Currently, the comma ( , ) is the only supported separator. Support for custom and flexible separator characters is under development and will be available soon. … … 46 46 ## Changelog 47 47 48 == 1. 0.1 ==48 == 1.1.1 == 49 49 50 - Video instruction added 51 == 1.1.0 == 52 - Multiple seperate word switching feature 53 == 1.0.2 == 50 54 - Change prefix WS to WORD_SWITCH 51 55 - Made zip for wordpress.org 52 53 == 1.0.0 == 54 56 == 1.0.1 == 57 - Change prefix WS to WORD_SWITCH 58 - Made zip for wordpress.org 59 == 1.0.0 == 55 60 - Add word switching functionality in Gutenberg -
word-switch/trunk/readme.txt
r3447865 r3447880 4 4 Requires at least: 6.7 5 5 Tested up to: 6.9 6 Stable tag: 1.1. 06 Stable tag: 1.1.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 22 22 23 23 == Changelog == 24 == 1.1.1 == 25 - Video instruction added 24 26 == 1.1.0 == 25 27 - Multiple seperate word switching feature … … 31 33 - Made zip for wordpress.org 32 34 == 1.0.0 == 33 *Add word switching functionality in Gutenberg35 - Add word switching functionality in Gutenberg 34 36 -
word-switch/trunk/word-switch.php
r3447778 r3447880 3 3 * Plugin Name: Word Switch 4 4 * Description: Add word switching capability. 5 * Version: 1.1. 05 * Version: 1.1.1 6 6 * Requires at least: 6.7 7 7 * Requires PHP: 7.4
Note: See TracChangeset
for help on using the changeset viewer.