Plugin Directory

Changeset 3447880


Ignore:
Timestamp:
01/27/2026 01:08:56 PM (2 months ago)
Author:
mrinal013
Message:

video add

Location:
word-switch/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • word-switch/trunk/README.md

    r3447865 r3447880  
    1313## How to use?
    1414
    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 
     15A lightweight WordPress plugin that adds word-switching functionality to Gutenberg editor's
     16Paragraph and Heading blocks, allowing users to dynamically replace or rotate
    1717selected words for more engaging and flexible content presentation.
    1818
    1919With this plugin, WordPress gutenberg editor’s paragraph and heading block get an extra format named ‘word switch’.
    2020
    21 [![Word Switch plugin WordPress](https://www.youtube.com/watch?v=6sqoOOXi7kQ)]
     21[![Word Switch plugin WordPress](https://img.youtube.com/vi/6sqoOOXi7kQ/0.jpg)(https://www.youtube.com/watch?v=6sqoOOXi7kQ)]
    2222
    2323Currently, the comma ( , ) is the only supported separator. Support for custom and flexible separator characters is under development and will be available soon.
     
    4646## Changelog
    4747
    48 == 1.0.1 ==
     48== 1.1.1 ==
    4949
     50- Video instruction added
     51  == 1.1.0 ==
     52- Multiple seperate word switching feature
     53  == 1.0.2 ==
    5054- Change prefix WS to WORD_SWITCH
    5155- 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 ==
    5560- Add word switching functionality in Gutenberg
  • word-switch/trunk/readme.txt

    r3447865 r3447880  
    44Requires at least: 6.7
    55Tested up to: 6.9
    6 Stable tag: 1.1.0
     6Stable tag: 1.1.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    2222
    2323== Changelog ==
     24== 1.1.1 ==
     25- Video instruction added
    2426== 1.1.0 ==
    2527- Multiple seperate word switching feature
     
    3133- Made zip for wordpress.org
    3234== 1.0.0 ==
    33 * Add word switching functionality in Gutenberg
     35- Add word switching functionality in Gutenberg
    3436
  • word-switch/trunk/word-switch.php

    r3447778 r3447880  
    33 * Plugin Name:         Word Switch
    44 * Description:         Add word switching capability.
    5  * Version:             1.1.0
     5 * Version:             1.1.1
    66 * Requires at least:   6.7
    77 * Requires PHP:        7.4
Note: See TracChangeset for help on using the changeset viewer.