Changeset 2125933
- Timestamp:
- 07/19/2019 09:13:28 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
r2124742 r2125933 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. 38 Version: 0.9.4 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. 312 Stable tag: 0.9.4 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. 3";347 return "0.9.4"; 348 348 //echo apply_filters( 'CMS_Ver_ID', '' ); 349 349 } … … 4149 4149 */ 4150 4150 $noNagsPanel->createOption(array( 4151 'name' => __(' Visual Composer', 'Clinical-CMS-Core'),4151 'name' => __('WP Bakery (Visual Composer)', 'Clinical-CMS-Core'), 4152 4152 'id' => 'clinical_nag_viscomp', 4153 4153 'desc' => __('', 'Clinical-CMS-Core'), -
clinicalwp-core/trunk/README.txt
r2124742 r2125933 8 8 Tested up to: 5.2.2 9 9 Requires PHP: 5.0 10 Stable tag: 0.9.3 10 Version: 0.9.4 11 Stable tag: 0.9.4 11 12 License: GPLv3 12 13 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 21 22 22 23 In addition to performance upgrades, ClinicalWP can be extended to offer even more powerful features via the growing number of official extensions bring much needed security features, intuitive SEO & Social Media sharing alongside a great new admin experience, image optimisation tools, advanced settings, maintenance options, firewall, brute force protection, login screen & admin customisation and much more. 24 25 =FREE VERSION NOW INCLUDES ALL PRO FEATURES!!!= 23 26 24 27 Key Features Include: … … 128 131 129 132 == Upgrade Notice == 133 = 0.9.4 (Released 2019/07/20) = 134 * Updated Description 135 * Renamed Visual Composer to WP Bakery in nag options 136 130 137 = 0.9.3 (Released 2019/07/17) = 131 138 * Fixed missing files in repo 132 133 = 0.9.1 (Released 2019/07/11) =134 * FREE version now includes all PRO Features135 * Removed PRO version upgrade path136 * Updated SDK initialisation137 * Improved readme138 * Added 'Personal Bundle' as default upgrade path139 * Improved notifications of missing extensions & added direct purchase links140 * Removed some deprecated functions141 * Refactored old plugin version detection to simple string output142 * Updated ClinicalWP Core dependency143 * Replaced deprecated 'login_headertitle' with 'login_headertext'144 145 = 0.9.0 (Released 2019/07/06) =146 * Revised dev folder name of free version147 * New Feature: Instant.Page - Preload bages in background for instant visual load times148 * Corrected contributer names in readme.text149 * Refactored fix for ensuring ClinicalWP visible in admin left panel150 139 151 140 … … 181 170 182 171 == Changelog == 172 = 0.9.4 (Released 2019/07/20) = 173 * Updated Description 174 * Renamed Visual Composer to WP Bakery in nag options 175 183 176 = 0.9.3 (Released 2019/07/17) = 184 177 * Fixed missing files in repo
Note: See TracChangeset
for help on using the changeset viewer.