Changeset 3036708
- Timestamp:
- 02/16/2024 08:08:57 AM (2 years ago)
- Location:
- news-ticker-for-elementor/trunk
- Files:
-
- 3 edited
-
class-plugin-deactivate-feedback.php (modified) (1 diff)
-
news-ticker-for-elementor.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
news-ticker-for-elementor/trunk/class-plugin-deactivate-feedback.php
r2363693 r3036708 78 78 .clear{ clear: both; }'; 79 79 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}"; 81 81 82 82 wp_add_inline_style( 'wb-nt-admin-style', $css ); -
news-ticker-for-elementor/trunk/news-ticker-for-elementor.php
r2959993 r3036708 6 6 * Author URI: https://plugin-devs.com/ 7 7 * Plugin URI: https://plugin-devs.com/product/news-ticker-for-elementor/ 8 * Version: 2.1. 18 * Version: 2.1.2 9 9 * License: GPLv2 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 45 45 define( 'WB_NT_PATH', plugin_dir_path( __FILE__ ) ); 46 46 define( 'WB_NT_URL', plugin_dir_url( __FILE__ ) ) ; 47 define( 'WB_NT_VERSION', '2.1. 0' ) ; //Plugin Version47 define( 'WB_NT_VERSION', '2.1.2' ) ; //Plugin Version 48 48 define( 'WB_NT_MIN_ELEMENTOR_VERSION', '2.0.0' ) ; //MINIMUM ELEMENTOR Plugin Version 49 49 define( 'WB_NT_MIN_PHP_VERSION', '5.4' ) ; //MINIMUM PHP Plugin Version -
news-ticker-for-elementor/trunk/readme.txt
r2959993 r3036708 3 3 Tags: elementor news ticker, elementor news slider, news slider, news ticker, ticker 4 4 Requires at least: 5.0 or higher 5 Tested up to: 6. 3.15 Tested up to: 6.4.3 6 6 Stable tag: /trunk 7 Requires PHP: 5.47 Requires PHP: 7.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 85 85 86 86 == 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 87 93 = 2.1.1 (08-29-23) = 88 94 # Compatible with WordPress Latest Version
Note: See TracChangeset
for help on using the changeset viewer.