Changeset 3423109
- Timestamp:
- 12/18/2025 04:38:45 PM (3 months ago)
- Location:
- native-blocks-carousel/trunk
- Files:
-
- 3 edited
-
any-block-carousel-slider.php (modified) (2 diffs)
-
assets/css/carousel.css (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
native-blocks-carousel/trunk/any-block-carousel-slider.php
r3423082 r3423109 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 7 * Version: 1.0.4.1 8 8 * Author: weblazer 9 9 * Author URI: https://profiles.wordpress.org/weblazer/ … … 29 29 } 30 30 31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4 ');31 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.4.1'); 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/assets/css/carousel.css
r3423103 r3423109 7 7 * 8 8 * @package AnyBlockCarouselSlider 9 * @version 1.0.4 9 * @version 1.0.4.1 10 10 * @author weblazer35 11 11 */ -
native-blocks-carousel/trunk/readme.txt
r3423082 r3423109 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1.0.4 7 Stable tag: 1.0.4.1 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.1 - 2025-01-XX = 186 * 🐛 Fixed CSS: commented out scroll-snap-stop to prevent blocking behavior. 187 * 🐛 Fixed CSS: changed scroll-snap-align from center to start for better alignment. 184 188 185 189 = 1.0.4 - 2025-01-XX =
Note: See TracChangeset
for help on using the changeset viewer.