Plugin Directory

Changeset 3365521


Ignore:
Timestamp:
09/22/2025 05:39:42 AM (6 months ago)
Author:
binsaifullah
Message:

update version

Location:
easy-accordion-block
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • easy-accordion-block/tags/1.3.9/plugin.php

    r3365520 r3365521  
    55 * Requires at least: 6.6
    66 * Requires PHP:      7.4
    7  * Version:           1.3.8
     7 * Version:           1.3.9
    88 * Author:            Gutenbergkits Team
    99 * Author URI:        https://gutenbergkits.com
     
    2727         * Plugin Version
    2828         */
    29         const VERSION = '1.3.8';
     29        const VERSION = '1.3.9';
    3030
    3131        // instance
  • easy-accordion-block/tags/1.3.9/readme.txt

    r3365520 r3365521  
    44Requires at least: 6.6
    55Tested up to: 6.8
    6 Stable tag: 1.3.8
     6Stable tag: 1.3.9
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    119119
    120120== Changelog ==
     121= 1.3.9 =
     122* Added: Heading Icon Style
     123
    121124= 1.3.8 =
    122125* Fixed: Uncaught TypeError: Cannot read properties of undefined (reading 'length')
  • easy-accordion-block/trunk/plugin.php

    r3298667 r3365521  
    55 * Requires at least: 6.6
    66 * Requires PHP:      7.4
    7  * Version:           1.3.8
     7 * Version:           1.3.9
    88 * Author:            Gutenbergkits Team
    99 * Author URI:        https://gutenbergkits.com
     
    2727         * Plugin Version
    2828         */
    29         const VERSION = '1.3.8';
     29        const VERSION = '1.3.9';
    3030
    3131        // instance
  • easy-accordion-block/trunk/readme.txt

    r3298667 r3365521  
    44Requires at least: 6.6
    55Tested up to: 6.8
    6 Stable tag: 1.3.8
     6Stable tag: 1.3.9
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    119119
    120120== Changelog ==
     121= 1.3.9 =
     122* Added: Heading Icon Style
     123
    121124= 1.3.8 =
    122125* Fixed: Uncaught TypeError: Cannot read properties of undefined (reading 'length')
Note: See TracChangeset for help on using the changeset viewer.