Changeset 3032738
- Timestamp:
- 02/07/2024 01:57:57 PM (2 years ago)
- Location:
- carousel-slider
- Files:
-
- 1 deleted
- 4 edited
- 8 copied
-
tags/2.2.5 (copied) (copied from carousel-slider/trunk)
-
tags/2.2.5/assets (copied) (copied from carousel-slider/trunk/assets)
-
tags/2.2.5/carousel-slider.php (copied) (copied from carousel-slider/trunk/carousel-slider.php) (1 diff)
-
tags/2.2.5/includes (copied) (copied from carousel-slider/trunk/includes)
-
tags/2.2.5/includes/Admin/MetaBoxConfig.php (modified) (2 diffs)
-
tags/2.2.5/index.php (deleted)
-
tags/2.2.5/languages (copied) (copied from carousel-slider/trunk/languages)
-
tags/2.2.5/modules (copied) (copied from carousel-slider/trunk/modules)
-
tags/2.2.5/readme.txt (copied) (copied from carousel-slider/trunk/readme.txt) (2 diffs)
-
tags/2.2.5/templates (copied) (copied from carousel-slider/trunk/templates)
-
trunk/carousel-slider.php (modified) (1 diff)
-
trunk/includes/Admin/MetaBoxConfig.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
carousel-slider/tags/2.2.5/carousel-slider.php
r2994748 r3032738 4 4 * Plugin URI: https://sayfulislam.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 5 5 * Description: <strong>Carousel Slider</strong> allows you to create beautiful, touch enabled, responsive carousels and sliders. It let you create SEO friendly Image carousel from Media Library or from custom URL, Video carousel using Youtube and Vimeo video, Post carousel, Hero banner slider and various types of WooCommerce products carousels. 6 * Version: 2.2. 56 * Version: 2.2.6 7 7 * Author: Sayful Islam 8 8 * Author URI: https://sayfulislam.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash -
carousel-slider/tags/2.2.5/includes/Admin/MetaBoxConfig.php
r2994748 r3032738 4 4 5 5 use CarouselSlider\Helper; 6 use CarouselSlider\Supports\Sanitize; 6 7 use WP_Post; 7 8 … … 183 184 '_type_of_slider' => 'carousel', 184 185 ], 186 'sanitize_callback'=> [ Sanitize::class, 'deep_int' ], 185 187 ], 186 188 'slider_direction' => [ -
carousel-slider/tags/2.2.5/readme.txt
r2994748 r3032738 6 6 Tested up to: 6.4 7 7 Requires PHP: 7.0 8 Stable tag: 2.2. 58 Stable tag: 2.2.6 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.txt … … 97 97 == Changelog == 98 98 99 = version 2.2.6 - 2024-02-07 = 100 * Fix - Fix data sanitize issue for field 'Slides Per View' on admin edit page. 101 99 102 = version 2.2.5 - 2023-11-12 = 100 103 * Fix - Fix post carousel date issue. -
carousel-slider/trunk/carousel-slider.php
r2994748 r3032738 4 4 * Plugin URI: https://sayfulislam.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash 5 5 * Description: <strong>Carousel Slider</strong> allows you to create beautiful, touch enabled, responsive carousels and sliders. It let you create SEO friendly Image carousel from Media Library or from custom URL, Video carousel using Youtube and Vimeo video, Post carousel, Hero banner slider and various types of WooCommerce products carousels. 6 * Version: 2.2. 56 * Version: 2.2.6 7 7 * Author: Sayful Islam 8 8 * Author URI: https://sayfulislam.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash -
carousel-slider/trunk/includes/Admin/MetaBoxConfig.php
r2994748 r3032738 4 4 5 5 use CarouselSlider\Helper; 6 use CarouselSlider\Supports\Sanitize; 6 7 use WP_Post; 7 8 … … 183 184 '_type_of_slider' => 'carousel', 184 185 ], 186 'sanitize_callback'=> [ Sanitize::class, 'deep_int' ], 185 187 ], 186 188 'slider_direction' => [ -
carousel-slider/trunk/readme.txt
r2994748 r3032738 6 6 Tested up to: 6.4 7 7 Requires PHP: 7.0 8 Stable tag: 2.2. 58 Stable tag: 2.2.6 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.txt … … 97 97 == Changelog == 98 98 99 = version 2.2.6 - 2024-02-07 = 100 * Fix - Fix data sanitize issue for field 'Slides Per View' on admin edit page. 101 99 102 = version 2.2.5 - 2023-11-12 = 100 103 * Fix - Fix post carousel date issue.
Note: See TracChangeset
for help on using the changeset viewer.