Changeset 2127428
- Timestamp:
- 07/23/2019 07:32:06 PM (7 years ago)
- Location:
- clinicalwp-core/trunk
- Files:
-
- 2 edited
-
Clinical_CMS.php (modified) (3 diffs)
-
README.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clinicalwp-core/trunk/Clinical_CMS.php
r2127392 r2127428 7 7 Description: Plugin for implementing ClinicalWP core customisations including; Speed Enhancements, Increased Security, Image Enhancements, Support Panels and much more. 8 8 //OLD Version: 3.7.9 9 Version: 0.9. 69 Version: 0.9.7 10 10 Requires at least: 3.9 11 11 Tested up to: 5.2.2 12 12 Requires PHP: 5.0 13 Stable tag: 0.9. 613 Stable tag: 0.9.7 14 14 Contributors: munklefish, missmanylayers, clinicalwp, codeclinic, freemius 15 15 Text Domain: Clinical-CMS-Core … … 346 346 function return_CMS_Ver_ID($arg = '') 347 347 { 348 return "0.9. 6";348 return "0.9.7"; 349 349 //echo apply_filters( 'CMS_Ver_ID', '' ); 350 350 } … … 5077 5077 */ 5078 5078 if ($default_comment_status == 'closed' && $adminComments == true) { 5079 $wp_admin_bar->remove_menu('comments');5079 //$wp_admin_bar->remove_menu('comments'); 5080 5080 } else { 5081 5081 return; -
clinicalwp-core/trunk/README.txt
r2127392 r2127428 8 8 Tested up to: 5.2.2 9 9 Requires PHP: 5.0 10 Version: 0.9. 611 Stable tag: 0.9. 610 Version: 0.9.7 11 Stable tag: 0.9.7 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) = 133 = 0.9.7 (Released 2019/07/23) = 134 * Temporarily removed backend for removing comments from admin bar as temp fix 135 136 = 0.9.6 (Released 2019/07/23) = 134 137 * Improved contrast of button text on dashboard widget 135 138 * Restored & resolved comment removal from admin bar … … 138 141 * Restored WP Default 'Welcome Panel' 139 142 * Various option description improvements 140 141 = 0.9.5 (Released 2019/07/23) =142 * Fixed issue causing some dashboards not to load correctly143 * Temporarily disabled removed comment node144 145 = 0.9.4 (Released 2019/07/20) =146 * Updated Description147 * Renamed Visual Composer to WP Bakery in nag options148 149 = 0.9.3 (Released 2019/07/17) =150 * Fixed missing files in repo151 143 152 144 … … 182 174 183 175 == Changelog == 184 = 0.9.6 (Released 2019/07/25) = 176 = 0.9.7 (Released 2019/07/23) = 177 * Temporarily removed backend for removing comments from admin bar as temp fix 178 179 = 0.9.6 (Released 2019/07/23) = 185 180 * Improved contrast of button text on dashboard widget 186 181 * Restored & resolved comment removal from admin bar
Note: See TracChangeset
for help on using the changeset viewer.