Changeset 2127253
- Timestamp:
- 07/23/2019 02:06:33 PM (7 years ago)
- Location:
- clinicalwp-core/trunk
- Files:
-
- 2 edited
-
Clinical_CMS.php (modified) (4 diffs)
-
README.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
clinicalwp-core/trunk/Clinical_CMS.php
r2125933 r2127253 6 6 Description: Plugin for implementing ClinicalWP core customisations including; Speed Enhancements, Increased Security, Image Enhancements, Support Panels and much more. 7 7 //OLD Version: 3.7.9 8 Version: 0.9. 48 Version: 0.9.5 9 9 Requires at least: 3.9 10 10 Tested up to: 5.2.2 11 11 Requires PHP: 5.0 12 Stable tag: 0.9. 412 Stable tag: 0.9.5 13 13 Contributors: munklefish, missmanylayers, clinicalwp, codeclinic, freemius 14 14 Text Domain: Clinical-CMS-Core … … 345 345 function return_CMS_Ver_ID($arg = '') 346 346 { 347 return "0.9. 4";347 return "0.9.5"; 348 348 //echo apply_filters( 'CMS_Ver_ID', '' ); 349 349 } … … 4244 4244 4245 4245 $output = ""; 4246 $geoname = ""; 4247 $geocode = ""; 4246 4248 4247 4249 $output = '<tr><th scope="col">' . _x("IP", "Internet address", 'clinical-login-security') . '</th><th scope="col">' . __('Tried to log in as', 'clinical-login-security') . '</th></tr>'; … … 5072 5074 */ 5073 5075 if ($default_comment_status == 'closed' && $adminComments == true) { 5074 $wp_admin_bar->remove_node('comments');5076 //$wp_admin_bar->remove_node('comments'); 5075 5077 } else { 5076 5078 return; -
clinicalwp-core/trunk/README.txt
r2125933 r2127253 8 8 Tested up to: 5.2.2 9 9 Requires PHP: 5.0 10 Version: 0.9. 411 Stable tag: 0.9. 410 Version: 0.9.5 11 Stable tag: 0.9.5 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.5 (Released 2019/07/23) = 134 * Fixed issue causing some dashboards not to load correctly 135 * Temporarily disabled removed comment node 136 133 137 = 0.9.4 (Released 2019/07/20) = 134 138 * Updated Description … … 170 174 171 175 == Changelog == 176 = 0.9.5 (Released 2019/07/23) = 177 * Fixed issue causing some dashboards not to load correctly 178 * Temporarily disabled removed comment node 179 172 180 = 0.9.4 (Released 2019/07/20) = 173 181 * Updated Description
Note: See TracChangeset
for help on using the changeset viewer.