Changeset 2127392
- Timestamp:
- 07/23/2019 06:32:00 PM (7 years ago)
- Location:
- clinicalwp-core/trunk
- Files:
-
- 3 edited
-
Clinical_CMS.php (modified) (8 diffs)
-
README.txt (modified) (3 diffs)
-
clinical_custom/clinicalWP-admin.min.css (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
clinicalwp-core/trunk/Clinical_CMS.php
r2127253 r2127392 4 4 Plugin URI: https://clinicalwp.com/ 5 5 Author: Code Clinic KreativAgentur 6 Author URI: https://codeclinic.de/ 6 7 Description: Plugin for implementing ClinicalWP core customisations including; Speed Enhancements, Increased Security, Image Enhancements, Support Panels and much more. 7 8 //OLD Version: 3.7.9 8 Version: 0.9. 59 Version: 0.9.6 9 10 Requires at least: 3.9 10 11 Tested up to: 5.2.2 11 12 Requires PHP: 5.0 12 Stable tag: 0.9. 513 Stable tag: 0.9.6 13 14 Contributors: munklefish, missmanylayers, clinicalwp, codeclinic, freemius 14 15 Text Domain: Clinical-CMS-Core … … 229 230 add_action('CCK_Status_Feed', array($this, 'clinical_add_activity_info'), 1); 230 231 add_action('login_enqueue_scripts', array($this, 'clinical_login_enqueue_scripts')); 231 add_action('welcome_panel', array($this, 'clinical_welcome_panel'));232 //add_action('welcome_panel', array($this, 'clinical_welcome_panel')); 232 233 add_action('wp_enqueue_scripts', array($this, 'clinical_wp_enqueue_scripts')); 233 234 add_action('admin_notices', array($this, 'clinical_admin_notices')); … … 345 346 function return_CMS_Ver_ID($arg = '') 346 347 { 347 return "0.9. 5";348 return "0.9.6"; 348 349 //echo apply_filters( 'CMS_Ver_ID', '' ); 349 350 } … … 1749 1750 'name' => __('ClinicalWP colour scheme', 'Clinical-CMS-Core'), 1750 1751 'id' => 'clinical_admin_skin', 1751 'desc' => __(' Enable the ClinicalWP custom \'Admin\' colour scheme?', 'Clinical-CMS-Core'),1752 'desc' => __('Add the ClinicalWP custom \'Admin\' colour scheme as an option in your profile settings? ', 'Clinical-CMS-Core'), 1752 1753 'default' => false, 1753 1754 'type' => 'enable', … … 1756 1757 'name' => __('Remove Colour schemes', 'Clinical-CMS-Core'), 1757 1758 'id' => 'clinical_admin_colour_scheme', 1758 'desc' => __('Prevent users from changing their admin colour scheme? If ClinicalWP colour scheme is also enabled, all users will use th isscheme.', 'Clinical-CMS-Core'),1759 'desc' => __('Prevent users from changing their admin colour scheme? If ClinicalWP colour scheme is also enabled, all users will use the ClinicalWP scheme.', 'Clinical-CMS-Core'), 1759 1760 'default' => false, 1760 1761 'type' => 'enable', … … 4991 4992 //echo "<li> </li><li><strong>".sprintf( __('<!--Welcome To -->ClinicalWP %s %s ', 'Clinical-CMS-Core'), apply_filters('CMS_Ver_ID',''), $cmsVersion )."</strong> [<span style='font-size:x-small;'>".sprintf( __('enhancing WordPress %s', 'Clinical-CMS-Core'), get_bloginfo('version'))."</span>]</li>"; 4992 4993 4993 wp_add_dashboard_widget('dashboard_custom_feed', 'Code Clinic Tips & News', array($this, 'dashboard_custom_feed')); //add new RSS feed output4994 //wp_add_dashboard_widget('dashboard_custom_feed', 'Code Clinic Tips & News', array($this, 'dashboard_custom_feed')); //add new RSS feed output 4994 4995 } 4995 4996 4996 4997 //adds a custom dashboard news feed. Called in dashboard_setup 4998 /* 4997 4999 function dashboard_custom_feed() 4998 5000 { … … 5019 5021 echo "</div>"; 5020 5022 } 5023 */ 5021 5024 5022 5025 function clinical_admin_print_styles() … … 5074 5077 */ 5075 5078 if ($default_comment_status == 'closed' && $adminComments == true) { 5076 //$wp_admin_bar->remove_node('comments');5079 $wp_admin_bar->remove_menu('comments'); 5077 5080 } else { 5078 5081 return; -
clinicalwp-core/trunk/README.txt
r2127253 r2127392 8 8 Tested up to: 5.2.2 9 9 Requires PHP: 5.0 10 Version: 0.9. 511 Stable tag: 0.9. 510 Version: 0.9.6 11 Stable tag: 0.9.6 12 12 License: GPLv3 13 13 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 131 131 132 132 == Upgrade Notice == 133 = 0.9.6 (Released 2019/07/25) = 134 * Improved contrast of button text on dashboard widget 135 * Restored & resolved comment removal from admin bar 136 * Removed Code Clinic RSS Feed widget 137 * Removed Customised 'Welcome Panel' 138 * Restored WP Default 'Welcome Panel' 139 * Various option description improvements 140 133 141 = 0.9.5 (Released 2019/07/23) = 134 142 * Fixed issue causing some dashboards not to load correctly … … 174 182 175 183 == Changelog == 184 = 0.9.6 (Released 2019/07/25) = 185 * Improved contrast of button text on dashboard widget 186 * Restored & resolved comment removal from admin bar 187 * Removed Code Clinic RSS Feed widget 188 * Removed Customised 'Welcome Panel' 189 * Restored WP Default 'Welcome Panel' 190 * Various option description improvements 191 176 192 = 0.9.5 (Released 2019/07/23) = 177 193 * Fixed issue causing some dashboards not to load correctly -
clinicalwp-core/trunk/clinical_custom/clinicalWP-admin.min.css
r2115085 r2127392 1 #wp_welcome_panel-hide{display:none}.wp-core-ui .welcome-panel .button.button-hero{margin:6px 13px 3px 0}.dash-logo{width:calc(100% + 24px);padding:0;margin:-12px -12px auto}.module-icons{width:100%;margin-right:4%}.module-icons.disabled{-webkit-filter:grayscale(1.0);filter:grayscale(1.0)}#dashboard_right_now .sub p:not(:last-child){border-bottom:1px solid #fff;padding-bottom:15px}#dashboard_right_now .sub{color:#555d66}#dashboard_right_now .sub p{margin:0 0 1em}.dashicons{font-size:20px!important}.flag-green,.flag-green a:active,.flag-green a:hover,.flag-green a:link,.flag-green a:visited{display:inline-block;color:green;padding:2px}.flag-orange,.flag-orange a:active,.flag-orange a:hover,.flag-orange a:link,.flag-orange a:visited{display:inline-block;color:#f47920;padding:2px}.flag-red,.flag-red a:active,.flag-red a:hover,.flag-red a:link,.flag-red a:visited{display:inline-block;color:red;padding:2px}.mod{color:white;display:inline-block;position:relative;padding:0;width:20%;margin-right:4%}.button__badge{background-color:#fa3e3e;border-radius:10px;color:white;padding:1px 8px 1px 8px;font-size:10px;position:absolute;top:-5px;right:-5px;font-weight:800}.CWP_btn,.CWP_btn:visited{display:inline-block;color:# fff;background-color:#ace8dc;padding:10px 0;width:100%;margin-top:20px;font-weight:800;text-align:center;text-shadow:darkgrey 1px 1px;letter-spacing:1px}.CWP_btn:active,.CWP_btn:hover{-webkit-box-shadow:inset 1px 1px lightgray;box-shadow:inset 1px 1px lightgray;background-color:#85C1B5;color:#ffffff}#adminmenu{padding-bottom:20px}.tf-heading{display:block;margin-top:30px}.tf-heading th{background-color:lightsteelblue!important}.titan-framework-panel-wrap .tf-heading th h3{color:white!important;font-weight:900!important}1 #wp_welcome_panel-hide{display:none}.wp-core-ui .welcome-panel .button.button-hero{margin:6px 13px 3px 0}.dash-logo{width:calc(100% + 24px);padding:0;margin:-12px -12px auto}.module-icons{width:100%;margin-right:4%}.module-icons.disabled{-webkit-filter:grayscale(1.0);filter:grayscale(1.0)}#dashboard_right_now .sub p:not(:last-child){border-bottom:1px solid #fff;padding-bottom:15px}#dashboard_right_now .sub{color:#555d66}#dashboard_right_now .sub p{margin:0 0 1em}.dashicons{font-size:20px!important}.flag-green,.flag-green a:active,.flag-green a:hover,.flag-green a:link,.flag-green a:visited{display:inline-block;color:green;padding:2px}.flag-orange,.flag-orange a:active,.flag-orange a:hover,.flag-orange a:link,.flag-orange a:visited{display:inline-block;color:#f47920;padding:2px}.flag-red,.flag-red a:active,.flag-red a:hover,.flag-red a:link,.flag-red a:visited{display:inline-block;color:red;padding:2px}.mod{color:white;display:inline-block;position:relative;padding:0;width:20%;margin-right:4%}.button__badge{background-color:#fa3e3e;border-radius:10px;color:white;padding:1px 8px 1px 8px;font-size:10px;position:absolute;top:-5px;right:-5px;font-weight:800}.CWP_btn,.CWP_btn:visited{display:inline-block;color:#505050;background-color:#ace8dc;padding:10px 0;width:100%;margin-top:20px;font-weight:800;text-align:center;letter-spacing:1px}.CWP_btn:active,.CWP_btn:hover{-webkit-box-shadow:inset 1px 1px lightgray;box-shadow:inset 1px 1px lightgray;background-color:#85C1B5;color:#ffffff}#adminmenu{padding-bottom:20px}.tf-heading{display:block;margin-top:30px}.tf-heading th{background-color:lightsteelblue!important}.titan-framework-panel-wrap .tf-heading th h3{color:white!important;font-weight:900!important}
Note: See TracChangeset
for help on using the changeset viewer.