Changeset 3365521
- Timestamp:
- 09/22/2025 05:39:42 AM (6 months ago)
- Location:
- easy-accordion-block
- Files:
-
- 4 edited
-
tags/1.3.9/plugin.php (modified) (2 diffs)
-
tags/1.3.9/readme.txt (modified) (2 diffs)
-
trunk/plugin.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-accordion-block/tags/1.3.9/plugin.php
r3365520 r3365521 5 5 * Requires at least: 6.6 6 6 * Requires PHP: 7.4 7 * Version: 1.3. 87 * Version: 1.3.9 8 8 * Author: Gutenbergkits Team 9 9 * Author URI: https://gutenbergkits.com … … 27 27 * Plugin Version 28 28 */ 29 const VERSION = '1.3. 8';29 const VERSION = '1.3.9'; 30 30 31 31 // instance -
easy-accordion-block/tags/1.3.9/readme.txt
r3365520 r3365521 4 4 Requires at least: 6.6 5 5 Tested up to: 6.8 6 Stable tag: 1.3. 86 Stable tag: 1.3.9 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 119 119 120 120 == Changelog == 121 = 1.3.9 = 122 * Added: Heading Icon Style 123 121 124 = 1.3.8 = 122 125 * Fixed: Uncaught TypeError: Cannot read properties of undefined (reading 'length') -
easy-accordion-block/trunk/plugin.php
r3298667 r3365521 5 5 * Requires at least: 6.6 6 6 * Requires PHP: 7.4 7 * Version: 1.3. 87 * Version: 1.3.9 8 8 * Author: Gutenbergkits Team 9 9 * Author URI: https://gutenbergkits.com … … 27 27 * Plugin Version 28 28 */ 29 const VERSION = '1.3. 8';29 const VERSION = '1.3.9'; 30 30 31 31 // instance -
easy-accordion-block/trunk/readme.txt
r3298667 r3365521 4 4 Requires at least: 6.6 5 5 Tested up to: 6.8 6 Stable tag: 1.3. 86 Stable tag: 1.3.9 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 119 119 120 120 == Changelog == 121 = 1.3.9 = 122 * Added: Heading Icon Style 123 121 124 = 1.3.8 = 122 125 * Fixed: Uncaught TypeError: Cannot read properties of undefined (reading 'length')
Note: See TracChangeset
for help on using the changeset viewer.