Changeset 3421232
- Timestamp:
- 12/16/2025 04:07:37 PM (3 months ago)
- Location:
- native-blocks-carousel/trunk
- Files:
-
- 2 added
- 2 edited
-
.gitignore (added)
-
any-block-carousel-slider.php (modified) (3 diffs)
-
package.json (added)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
native-blocks-carousel/trunk/any-block-carousel-slider.php
r3395750 r3421232 3 3 * Plugin Name: Any Block Carousel Slider 4 4 * Plugin URI: https://wordpress.org/plugins/native-blocks-carousel/ 5 * GitHub Plugin URI: https://github.com/WEBLAZER/native-blocks-carousel 5 6 * Description: Transform any WordPress block into a performant carousel with pure CSS. Zero JavaScript, works with Gallery, Grid, Post Template, and Group blocks. 6 * Version: 1.0.3. 57 * Author: weblazer 358 * Author URI: https:// weblazer.fr7 * Version: 1.0.3.6 8 * Author: weblazer 9 * Author URI: https://profiles.wordpress.org/weblazer/ 9 10 * License: GPL v2 or later 10 11 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 12 13 * Domain Path: /languages 13 14 * Requires at least: 6.0 14 * Tested up to: 6. 815 * Tested up to: 6.9 15 16 * Requires PHP: 7.4 16 17 * … … 28 29 } 29 30 30 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3. 5');31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3.6'); 31 32 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__); 32 33 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__)); -
native-blocks-carousel/trunk/readme.txt
r3395750 r3421232 1 1 === Any Block Carousel Slider === 2 2 Contributors: weblazer 3 Donate link: https://weblazer.github.io/4 3 Tags: carousel, slider, block, gutenberg, woocommerce 5 4 Requires at least: 6.0 6 5 Tested up to: 6.8 6 Requires PHP: 7.4 7 7 Stable tag: 1.0.3.5 8 Requires PHP: 7.49 8 License: GPLv2 or later 10 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.