Changeset 2849427
- Timestamp:
- 01/16/2023 08:18:02 PM (3 years ago)
- Location:
- advanced-notifications/trunk
- Files:
-
- 4 edited
-
advanced-notifications.php (modified) (1 diff)
-
plugins/easy-interface-settings/easy-interface-settings.php (modified) (1 diff)
-
plugins/easy-interface-settings/includes/eis-css-generator.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-notifications/trunk/advanced-notifications.php
r2843552 r2849427 4 4 * Plugin URI: https://wordpress.org/plugins/advanced-notifications 5 5 * Description: Advanced Notifications allows you to create beautiful custom notifications 6 * Version: 1. 1.96 * Version: 1.2.0 7 7 * Author: Yehi 8 8 * Author URI: https://profiles.wordpress.org/yehi/ -
advanced-notifications/trunk/plugins/easy-interface-settings/easy-interface-settings.php
r2781248 r2849427 41 41 if (is_admin()) { 42 42 include( EIS_ROOT_PATH . 'includes/eis-admin-functions.php' ); 43 include( EIS_ROOT_PATH . 'includes/eis-css-generator.php' ); 43 44 } 44 45 include( EIS_ROOT_PATH . 'includes/eis-templates.php' ); 45 include( EIS_ROOT_PATH . 'includes/eis-css-generator.php' );46 46 47 47 -
advanced-notifications/trunk/plugins/easy-interface-settings/includes/eis-css-generator.php
r2838370 r2849427 212 212 213 213 function eis_do_css_on_save_post_option() { 214 get_eis_meta_boxes_css_vars(); 214 if (is_eis_page()) { 215 get_eis_meta_boxes_css_vars(); 216 } 215 217 } 216 218 add_action( 'save_post', 'eis_do_css_on_save_post_option', 10, 3); -
advanced-notifications/trunk/readme.txt
r2843552 r2849427 4 4 Requires at least: 5.6.2 5 5 Tested up to: 6.1.1 6 Stable tag: 1. 1.96 Stable tag: 1.2.0 7 7 License: GPLv2 or later 8 8 … … 47 47 48 48 == Changelog == 49 50 = 1.2.0 = 51 * Update: eis plugin 49 52 50 53 = 1.1.9 =
Note: See TracChangeset
for help on using the changeset viewer.