Plugin Directory

Changeset 3036708


Ignore:
Timestamp:
02/16/2024 08:08:57 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:
news-ticker-for-elementor/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • news-ticker-for-elementor/trunk/class-plugin-deactivate-feedback.php

    r2363693 r3036708  
    7878            .clear{ clear: both; }';
    7979           
    80             $css .= ".wpb-form-active .wbelnt-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}";
     80            $css .= ".wpb-form-active .wbelnt-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}";
    8181
    8282            wp_add_inline_style( 'wb-nt-admin-style', $css );
  • news-ticker-for-elementor/trunk/news-ticker-for-elementor.php

    r2959993 r3036708  
    66 * Author URI: https://plugin-devs.com/
    77 * Plugin URI: https://plugin-devs.com/product/news-ticker-for-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( 'WB_NT_PATH', plugin_dir_path( __FILE__ ) );
    4646        define( 'WB_NT_URL', plugin_dir_url( __FILE__ ) ) ;
    47         define( 'WB_NT_VERSION', '2.1.0' ) ; //Plugin Version
     47        define( 'WB_NT_VERSION', '2.1.2' ) ; //Plugin Version
    4848        define( 'WB_NT_MIN_ELEMENTOR_VERSION', '2.0.0' ) ; //MINIMUM ELEMENTOR Plugin Version
    4949        define( 'WB_NT_MIN_PHP_VERSION', '5.4' ) ; //MINIMUM PHP Plugin Version
  • news-ticker-for-elementor/trunk/readme.txt

    r2959993 r3036708  
    33Tags: elementor news ticker, elementor news slider, news slider, news ticker, ticker
    44Requires at least: 5.0 or higher
    5 Tested up to: 6.3.1
     5Tested up to: 6.4.3
    66Stable tag: /trunk
    7 Requires PHP: 5.4
     7Requires PHP: 7.4
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8585
    8686== Changelog ==
     87= 2.1.2 (02-16-24) =
     88# Tweak CSS
     89# Compatible with WordPress Latest Version
     90# Compatible with Elementor Latest Version
     91# Compatible with Elementor PRO Latest Version
     92
    8793= 2.1.1 (08-29-23) =
    8894# Compatible with WordPress Latest Version
Note: See TracChangeset for help on using the changeset viewer.