Changeset 3166105
- Timestamp:
- 10/09/2024 06:45:05 PM (14 months ago)
- Location:
- lightweight-accordion
- Files:
-
- 15 added
- 2 edited
-
tags/1.5.19 (added)
-
tags/1.5.19/block.json (added)
-
tags/1.5.19/build (added)
-
tags/1.5.19/build/index.asset.php (added)
-
tags/1.5.19/build/index.js (added)
-
tags/1.5.19/css (added)
-
tags/1.5.19/css/editor-styles.css (added)
-
tags/1.5.19/css/lightweight-accordion.css (added)
-
tags/1.5.19/css/min (added)
-
tags/1.5.19/css/min/editor-styles.min.css (added)
-
tags/1.5.19/css/min/lightweight-accordion.min.css (added)
-
tags/1.5.19/index.php (added)
-
tags/1.5.19/lightweight-accordion.php (added)
-
tags/1.5.19/readme.txt (added)
-
tags/1.5.19/wpml-config.xml (added)
-
trunk/lightweight-accordion.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lightweight-accordion/trunk/lightweight-accordion.php
r3057906 r3166105 4 4 * Plugin URI: https://smartwp.co/lightweight-accordion 5 5 * Description: Extremely simple accordion for adding collapse elements to pages without affecting page load time. Works for Classic Editor via shortcode and Gutenberg via Block. 6 * Version: 1.5. 196 * Version: 1.5.20 7 7 * Text Domain: lightweight-accordion 8 8 * Author: Andy Feliciotti … … 14 14 } 15 15 16 define( 'LIGHTWEIGHT_ACCORDION_VERSION', '1.5. 19' );16 define( 'LIGHTWEIGHT_ACCORDION_VERSION', '1.5.20' ); 17 17 define( 'LIGHTWEIGHT_ACCORDION_CSS_VERSION', '1.3.3' ); 18 18 -
lightweight-accordion/trunk/readme.txt
r3057906 r3166105 4 4 Tags: accordion, collapsible, performance, block, blocks 5 5 Requires at least: 5.0 6 Tested up to: 6. 56 Tested up to: 6.7 7 7 Requires PHP: 7.0 8 Stable tag: 1.5. 198 Stable tag: 1.5.20 9 9 License: GPLv3 10 10 License URI: http://www.gnu.org/licenses/gpl.html … … 100 100 == Changelog == 101 101 102 = 1.5.20 = 103 * Tested up to WordPress 6.7. 104 102 105 = 1.5.19 = 103 106 * Restore content display system to 1.5.16's version.
Note: See TracChangeset
for help on using the changeset viewer.