Plugin Directory

Changeset 3036711


Ignore:
Timestamp:
02/16/2024 08:11:22 AM (2 years ago)
Author:
plugindevs
Message:

2.1.2 (02-16-24)

# Tweak CSS
# Compatible with WordPress Latest Version
# Compatible with Elementor Latest Version
# Compatible with Elementor PRO Latest Version

Location:
ecommerce-product-carousel-slider-for-elementor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • ecommerce-product-carousel-slider-for-elementor/trunk/class-plugin-deactivate-feedback.php

    r2363681 r3036711  
    8181            .clear{ clear: both; }';
    8282           
    83             $css .= ".wpb-form-active .wpce-goodbye-form-bg{background:rgba(0,0,0,.5);position:fixed;top:0;left:0;width:100%;height:100%}.wpb-goodbye-form-wrapper{position:relative;z-index:999;display:none}.wpb-form-active .wpb-goodbye-form-wrapper{display:block}.wpb-goodbye-form{display:none}.wpb-form-active .wpb-goodbye-form{position:fixed;max-width:400px;background:#fff;white-space:normal;z-index:99;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px}.wpb-goodbye-form-head{background:#7a00aa;color:#fff;padding:8px 18px;text-align:center;border-radius:5px 5px 0 0}.wpb-goodbye-form-body{padding:8px 18px;color:#444}.deactivating-spinner{display:none}.deactivating-spinner .spinner{float:none;margin:4px 4px 0 18px;vertical-align:bottom;visibility:visible}.wpb-goodbye-form-footer{padding:8px 18px}";
     83            $css .= ".wpb-form-active .wpce-goodbye-form-bg{z-index:99;background:rgba(0,0,0,.5);position:fixed;top:0;left:0;width:100%;height:100%}.wpb-goodbye-form-wrapper{position:relative;z-index:999;display:none}.wpb-form-active .wpb-goodbye-form-wrapper{display:block}.wpb-goodbye-form{display:none}.wpb-form-active .wpb-goodbye-form{position:fixed;max-width:400px;background:#fff;white-space:normal;z-index:99;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:5px}.wpb-goodbye-form-head{background:#7a00aa;color:#fff;padding:8px 18px;text-align:center;border-radius:5px 5px 0 0}.wpb-goodbye-form-body{padding:8px 18px;color:#444}.deactivating-spinner{display:none}.deactivating-spinner .spinner{float:none;margin:4px 4px 0 18px;vertical-align:bottom;visibility:visible}.wpb-goodbye-form-footer{padding:8px 18px}";
    8484
    8585            wp_add_inline_style( 'wbps-admin-style', $css );
  • ecommerce-product-carousel-slider-for-elementor/trunk/readme.txt

    r2959992 r3036711  
    22Tags: elementor product carousel slider, elementor woocommerce product carousel slider, woocommerce product carousel slider
    33Requires at least: 5.0 or higher
    4 Tested up to: 6.3.1
     4Tested up to: 6.4.3
    55Stable tag: /trunk
    66Requires PHP: 5.4
     
    7676
    7777== Changelog ==
     78= 2.1.2 (02-16-24) =
     79# Tweak CSS
     80# Compatible with WordPress Latest Version
     81# Compatible with Elementor Latest Version
     82# Compatible with Elementor PRO Latest Version
     83
    7884= 2.1.1 (08-29-23) =
    7985# Compatible with WordPress Latest Version
  • ecommerce-product-carousel-slider-for-elementor/trunk/woo-product-slider-for-elementor.php

    r2959992 r3036711  
    66 * Author URI: https://plugin-devs.com/
    77 * Plugin URI: https://plugin-devs.com/product/woocommerce-product-carousel-elementor/
    8  * Version: 2.1.1
     8 * Version: 2.1.2
    99 * License: GPLv2
    1010 * License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    4545        define( 'WPCE_PATH', plugin_dir_path( __FILE__ ) );
    4646        define( 'WPCE_URL', plugin_dir_url( __FILE__ ) ) ;
    47         define( 'WPCE_VERSION', '2.1.0' ) ; //Plugin Version
     47        define( 'WPCE_VERSION', '2.1.2' ) ; //Plugin Version
    4848        define( 'WPCE_MIN_ELEMENTOR_VERSION', '2.0.0' ) ; //MINIMUM ELEMENTOR Plugin Version
    4949        define( 'WPCE_MIN_PHP_VERSION', '5.4' ) ; //MINIMUM PHP Plugin Version
Note: See TracChangeset for help on using the changeset viewer.