Plugin Directory

Changeset 2794142

Timestamp:
10/04/2022 03:01:42 PM (22 months ago)
Author:
sayful
Message:

Release version 2.1.1 of Carousel Slider

Location:
carousel-slider/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • carousel-slider/trunk/carousel-slider.php

    r2746811 r2794142  
    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.1.0
     6 * Version: 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.1.0';
     55        private $version = '2.1.';
    5656
    5757        /**
  • carousel-slider/trunk/modules/ProductCarousel/View.php

    r2732335 r2794142  
    171171        if ( $product->is_on_sale() && $settings->get_prop( 'show_onsale_tag' ) ) {
    172172            // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
    173             echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . __( 'Sale!', 'carousel-slider' ) . '</span>', $product );
     173            echo apply_filters( 'woocommerce_sale_flash', '<span class="onsale">' . __( 'Sale!', 'carousel-slider' ) . '</span>', $product );
    174174        }
    175175
  • carousel-slider/trunk/readme.txt

    r2732337 r2794142  
    66Tested up to: 6.0
    77Requires PHP: 7.0
    8 Stable tag: 2.1.0
     8Stable tag: 2.1.
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.txt
     
    9797== Changelog ==
    9898
     99
     100
     101
    99102= version 2.1.0 - 2022-05-27 =
    100103* Feature - Add new javaScript dialog to create carousel slider with title and slider type.
Note: See TracChangeset for help on using the changeset viewer.