Plugin Directory

Changeset 3073209

Timestamp:
04/18/2024 02:05:20 PM (4 months ago)
Author:
sayful
Message:

Add new version 2.2.11 of Carousel Slider

Location:
carousel-slider
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • carousel-slider/assets/blueprints/blueprint.json

    r3067560 r3073209  
    11{
    2     "landingPage": "\/wp-admin\/plugins.php",
     2    "landingPage": "\/wp-admin\/",
    33    "preferredVersions": {
    44        "php": "8.0",
  • carousel-slider/trunk/carousel-slider.php

    r3067351 r3073209  
    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.10
     6 * Version: 2.2.1
    77 * Author: Sayful Islam
    88 * Author URI: https://sayfulislam.com/?utm_source=wp-plugins&utm_campaign=author-uri&utm_medium=wp-dash
     
    5353         * @var string
    5454         */
    55         private $version = '2.2.10';
     55        private $version = '2.2.1';
    5656
    5757        /**
  • carousel-slider/trunk/includes/Supports/FormFields/ImageUrl.php

    r2994748 r3073209  
    1717        $btn_text = $value ? __( 'Edit URLs', 'carousel-slider' ) : __( 'Add URLs', 'carousel-slider' );
    1818
    19         $html  = sprintf( '<a id="_images_urls_btn" class="button" href="#">%s</a>', $btn_text );
     19        $html = sprintf( '<a id="_images_urls_btn" class="button" href="#">%s</a>', $btn_text );
    2020        $html .= '<ul class="carousel_slider_url_images_list">';
    2121        if ( is_array( $value ) && count( $value ) > 0 ) {
    2222            foreach ( $value as $image ) {
    23                 $html .= '<li><img src="' . $image['url'] . '" alt="' . $image['alt'] . '" width="75" height="75"></li>';
     23                $html .= '<li><img src="' . . '" width="75" height="75"></li>';
    2424            }
    2525        }
  • carousel-slider/trunk/readme.txt

    r3067351 r3073209  
    66Tested up to: 6.5
    77Requires PHP: 7.0
    8 Stable tag: 2.2.10
     8Stable tag: 2.2.1
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    9797== Changelog ==
    9898
     99
     100
     101
    99102= version 2.2.10 - 2024-04-09 =
    100 * Fix - Fix XSS security vulnerability from slide edit page.
     103* Fix - Fix XSS security vulnerability from slide edit page
    101104
    102105= version 2.2.9 - 2024-04-07 =
Note: See TracChangeset for help on using the changeset viewer.