Changeset 3036705
- Timestamp:
- 02/16/2024 08:02:18 AM (2 years ago)
- Location:
- blog-posts-and-category-for-elementor/trunk
- Files:
-
- 3 edited
-
class-plugin-deactivate-feedback.php (modified) (1 diff)
-
post-and-category-filter-for-elementor.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
blog-posts-and-category-for-elementor/trunk/class-plugin-deactivate-feedback.php
r2390149 r3036705 81 81 .clear{ clear: both; }'; 82 82 83 $css .= ".wpb-form-active .pd_pcf-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 .pd_pcf-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}"; 84 84 85 85 wp_add_inline_style( 'pdpcf-admin-style', $css ); -
blog-posts-and-category-for-elementor/trunk/post-and-category-filter-for-elementor.php
r2959990 r3036705 6 6 * Author URI: https://plugin-devs.com/ 7 7 * Plugin URI: https://plugin-devs.com/product/elementor-post-category-filter/ 8 * Version: 1.0. 28 * Version: 1.0.3 9 9 * License: GPLv2 10 10 * License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 45 45 define( 'PD_PCF_PATH', plugin_dir_path( __FILE__ ) ); 46 46 define( 'PD_PCF_URL', plugin_dir_url( __FILE__ ) ) ; 47 define( 'PD_PCF_VERSION', '1.0. 1' ) ; //Plugin Version47 define( 'PD_PCF_VERSION', '1.0.3' ) ; //Plugin Version 48 48 define( 'PD_PCF_MIN_ELEMENTOR_VERSION', '2.0.0' ) ; //MINIMUM ELEMENTOR Plugin Version 49 49 define( 'PD_PCF_MIN_PHP_VERSION', '5.4' ) ; //MINIMUM PHP Plugin Version -
blog-posts-and-category-for-elementor/trunk/readme.txt
r2959990 r3036705 2 2 Tags: elementor blog filter, elementor category filter, elementor post filter, elementor filter posts by category 3 3 Requires at least: 5.0 or higher 4 Tested up to: 6. 3.14 Tested up to: 6.4.3 5 5 Stable tag: trunk 6 6 Requires PHP: 5.4 … … 77 77 78 78 == Changelog == 79 = 1.0.3 (02-16-24) = 80 # Tweak CSS 81 # Compatible with WordPress Latest Version 82 # Compatible with Elementor Latest Version 83 # Compatible with Elementor PRO Latest Version 84 79 85 = 1.0.2 (08-29-23) = 80 86 # Compatible with WordPress Latest Version
Note: See TracChangeset
for help on using the changeset viewer.