Changeset 3470724
- Timestamp:
- 02/26/2026 10:38:28 PM (5 weeks ago)
- Location:
- slider-blocks
- Files:
-
- 6 added
- 4 deleted
- 4 edited
- 1 copied
-
tags/2.11.2 (copied) (copied from slider-blocks/trunk)
-
tags/2.11.2/includes/Api (added)
-
tags/2.11.2/includes/Api/BlocksApi.php (added)
-
tags/2.11.2/includes/Api/blocks.php (added)
-
tags/2.11.2/includes/api (deleted)
-
tags/2.11.2/readme.txt (modified) (3 diffs)
-
tags/2.11.2/slider-blocks.php (modified) (2 diffs)
-
tags/2.11.2/src (deleted)
-
trunk/includes/Api (added)
-
trunk/includes/Api/BlocksApi.php (added)
-
trunk/includes/Api/blocks.php (added)
-
trunk/includes/api (deleted)
-
trunk/readme.txt (modified) (3 diffs)
-
trunk/slider-blocks.php (modified) (2 diffs)
-
trunk/src (deleted)
Legend:
- Unmodified
- Added
- Removed
-
slider-blocks/tags/2.11.2/readme.txt
r3469920 r3470724 4 4 Requires at least: 6.5 5 5 Tested up to: 6.9 6 Stable tag: 2.11. 16 Stable tag: 2.11.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 64 64 65 65 66 ### Third Party Resource 67 - [fslightbox](https://fslightbox.com/) is used for creating image lightbox. 68 - [swiperjs](https://swiperjs.com/) is used to build the whole plugin. 66 == Third Party Resource == 67 [fslightbox](https://fslightbox.com/) is used for creating image lightbox. 69 68 70 69 == Installation == … … 103 102 104 103 == Changelog == 104 = 2.11.2 = 105 * Fixed: the fatal error 106 105 107 = 2.11.1 = 106 108 * Fixed: apiVersion is updated -
slider-blocks/tags/2.11.2/slider-blocks.php
r3469920 r3470724 5 5 * Requires at least: 6.5 6 6 * Requires PHP: 7.4 7 * Version: 2.11. 17 * Version: 2.11.2 8 8 * Author: Binsaifullah 9 9 * License: GPLv2 or later … … 24 24 * @var string 25 25 */ 26 define( 'GUTSLIDER_VERSION', '2.11. 1' );26 define( 'GUTSLIDER_VERSION', '2.11.2' ); 27 27 28 28 /** -
slider-blocks/trunk/readme.txt
r3469920 r3470724 4 4 Requires at least: 6.5 5 5 Tested up to: 6.9 6 Stable tag: 2.11. 16 Stable tag: 2.11.2 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 64 64 65 65 66 ### Third Party Resource 67 - [fslightbox](https://fslightbox.com/) is used for creating image lightbox. 68 - [swiperjs](https://swiperjs.com/) is used to build the whole plugin. 66 == Third Party Resource == 67 [fslightbox](https://fslightbox.com/) is used for creating image lightbox. 69 68 70 69 == Installation == … … 103 102 104 103 == Changelog == 104 = 2.11.2 = 105 * Fixed: the fatal error 106 105 107 = 2.11.1 = 106 108 * Fixed: apiVersion is updated -
slider-blocks/trunk/slider-blocks.php
r3469920 r3470724 5 5 * Requires at least: 6.5 6 6 * Requires PHP: 7.4 7 * Version: 2.11. 17 * Version: 2.11.2 8 8 * Author: Binsaifullah 9 9 * License: GPLv2 or later … … 24 24 * @var string 25 25 */ 26 define( 'GUTSLIDER_VERSION', '2.11. 1' );26 define( 'GUTSLIDER_VERSION', '2.11.2' ); 27 27 28 28 /**
Note: See TracChangeset
for help on using the changeset viewer.