Plugin Directory

Changeset 3032738


Ignore:
Timestamp:
02/07/2024 01:57:57 PM (2 years ago)
Author:
sayful
Message:

Add new version 2.2.6 of Carousel Slider

Location:
carousel-slider
Files:
1 deleted
4 edited
8 copied

Legend:

Unmodified
Added
Removed
  • carousel-slider/tags/2.2.5/carousel-slider.php

    r2994748 r3032738  
    44 * Plugin URI: https://sayfulislam.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
    55 * 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.5
     6 * Version: 2.2.6
    77 * Author: Sayful Islam
    88 * 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  
    44
    55use CarouselSlider\Helper;
     6use CarouselSlider\Supports\Sanitize;
    67use WP_Post;
    78
     
    183184                    '_type_of_slider' => 'carousel',
    184185                ],
     186                'sanitize_callback'=> [ Sanitize::class, 'deep_int' ],
    185187            ],
    186188            'slider_direction' => [
  • carousel-slider/tags/2.2.5/readme.txt

    r2994748 r3032738  
    66Tested up to: 6.4
    77Requires PHP: 7.0
    8 Stable tag: 2.2.5
     8Stable tag: 2.2.6
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    9797== Changelog ==
    9898
     99= version 2.2.6 - 2024-02-07 =
     100* Fix - Fix data sanitize issue for field 'Slides Per View' on admin edit page.
     101
    99102= version 2.2.5 - 2023-11-12 =
    100103* Fix - Fix post carousel date issue.
  • carousel-slider/trunk/carousel-slider.php

    r2994748 r3032738  
    44 * Plugin URI: https://sayfulislam.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash
    55 * 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.5
     6 * Version: 2.2.6
    77 * Author: Sayful Islam
    88 * 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  
    44
    55use CarouselSlider\Helper;
     6use CarouselSlider\Supports\Sanitize;
    67use WP_Post;
    78
     
    183184                    '_type_of_slider' => 'carousel',
    184185                ],
     186                'sanitize_callback'=> [ Sanitize::class, 'deep_int' ],
    185187            ],
    186188            'slider_direction' => [
  • carousel-slider/trunk/readme.txt

    r2994748 r3032738  
    66Tested up to: 6.4
    77Requires PHP: 7.0
    8 Stable tag: 2.2.5
     8Stable tag: 2.2.6
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    9797== Changelog ==
    9898
     99= version 2.2.6 - 2024-02-07 =
     100* Fix - Fix data sanitize issue for field 'Slides Per View' on admin edit page.
     101
    99102= version 2.2.5 - 2023-11-12 =
    100103* Fix - Fix post carousel date issue.
Note: See TracChangeset for help on using the changeset viewer.