Changeset 3395750
- Timestamp:
- 11/14/2025 01:23:05 PM (4 months ago)
- Location:
- native-blocks-carousel/trunk
- Files:
-
- 2 edited
-
any-block-carousel-slider.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
native-blocks-carousel/trunk/any-block-carousel-slider.php
r3395729 r3395750 4 4 * Plugin URI: https://wordpress.org/plugins/native-blocks-carousel/ 5 5 * 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. 46 * Version: 1.0.3.5 7 7 * Author: weblazer35 8 8 * Author URI: https://weblazer.fr … … 28 28 } 29 29 30 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3. 4');30 define('ANY_BLOCK_CAROUSEL_SLIDER_VERSION', '1.0.3.5'); 31 31 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_FILE', __FILE__); 32 32 define('ANY_BLOCK_CAROUSEL_SLIDER_PLUGIN_URL', plugin_dir_url(__FILE__)); -
native-blocks-carousel/trunk/readme.txt
r3395729 r3395750 5 5 Requires at least: 6.0 6 6 Tested up to: 6.8 7 Stable tag: 1.0.3. 47 Stable tag: 1.0.3.5 8 8 Requires PHP: 7.4 9 9 License: GPLv2 or later … … 168 168 169 169 == Changelog == 170 171 = 1.0.3.5 - 2025-11-14 = 172 * ♻️ Align plugin text domain with official WordPress.org slug. 173 * 🧼 Renamed local plugin/SVN directories to remove text-domain lint warnings. 170 174 171 175 = 1.0.3.4 - 2025-11-14 =
Note: See TracChangeset
for help on using the changeset viewer.