Changeset 3456320
- Timestamp:
- 02/08/2026 10:09:14 AM (4 weeks ago)
- Location:
- native-blocks-carousel
- Files:
-
- 4 edited
- 1 copied
-
tags/1.0.4.2 (copied) (copied from native-blocks-carousel/trunk)
-
tags/1.0.4.2/any-block-carousel-slider.php (modified) (3 diffs)
-
tags/1.0.4.2/readme.txt (modified) (2 diffs)
-
trunk/any-block-carousel-slider.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
native-blocks-carousel/tags/1.0.4.2/any-block-carousel-slider.php
r3423109 r3456320 5 5 * GitHub Plugin URI: https://github.com/WEBLAZER/native-blocks-carousel 6 6 * Description: Transform any WordPress block into a performant carousel with pure CSS. Zero JavaScript, works with Gallery, Grid, Post Template, and Group blocks. 7 * Version: 1.0.4. 17 * Version: 1.0.4.2 8 8 * Author: weblazer 9 9 * Author URI: https://profiles.wordpress.org/weblazer/ … … 13 13 * Domain Path: /languages 14 14 * Requires at least: 6.0 15 * Tested up to: 6.9 15 * Tested up to: 6.9.1 16 16 * Requires PHP: 7.4 17 17 * … … 29 29 } 30 30 31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4. 1');31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4.2'); 32 32 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__); 33 33 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__)); -
native-blocks-carousel/tags/1.0.4.2/readme.txt
r3423109 r3456320 3 3 Tags: carousel, slider, block, gutenberg, woocommerce 4 4 Requires at least: 6.0 5 Tested up to: 6.9 5 Tested up to: 6.9.1 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.4. 17 Stable tag: 1.0.4.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 182 182 * 🔗 Simplified WordPress Playground link in "Try it now" section. 183 183 * 📝 Updated readme.txt to refresh WordPress.org cache. 184 185 = 1.0.4.2 - 2026-02-08 = 186 * 🛠️ Compatibility with WordPress 6.9.1. 187 * 🏷️ Maintenance release. 184 188 185 189 = 1.0.4.1 - 2025-01-XX = -
native-blocks-carousel/trunk/any-block-carousel-slider.php
r3423109 r3456320 5 5 * GitHub Plugin URI: https://github.com/WEBLAZER/native-blocks-carousel 6 6 * Description: Transform any WordPress block into a performant carousel with pure CSS. Zero JavaScript, works with Gallery, Grid, Post Template, and Group blocks. 7 * Version: 1.0.4. 17 * Version: 1.0.4.2 8 8 * Author: weblazer 9 9 * Author URI: https://profiles.wordpress.org/weblazer/ … … 13 13 * Domain Path: /languages 14 14 * Requires at least: 6.0 15 * Tested up to: 6.9 15 * Tested up to: 6.9.1 16 16 * Requires PHP: 7.4 17 17 * … … 29 29 } 30 30 31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4. 1');31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4.2'); 32 32 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__); 33 33 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__)); -
native-blocks-carousel/trunk/readme.txt
r3423109 r3456320 3 3 Tags: carousel, slider, block, gutenberg, woocommerce 4 4 Requires at least: 6.0 5 Tested up to: 6.9 5 Tested up to: 6.9.1 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.4. 17 Stable tag: 1.0.4.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 182 182 * 🔗 Simplified WordPress Playground link in "Try it now" section. 183 183 * 📝 Updated readme.txt to refresh WordPress.org cache. 184 185 = 1.0.4.2 - 2026-02-08 = 186 * 🛠️ Compatibility with WordPress 6.9.1. 187 * 🏷️ Maintenance release. 184 188 185 189 = 1.0.4.1 - 2025-01-XX =
Note: See TracChangeset
for help on using the changeset viewer.