Changeset 2131085
- Timestamp:
- 07/30/2019 09:38:23 PM (7 years ago)
- Location:
- clinicalwp-core
- Files:
-
- 48 added
- 3 deleted
- 2 edited
-
Clinical_CMS.php (modified) (2 diffs)
-
README.txt (modified) (3 diffs)
-
assets (deleted)
-
branches (deleted)
-
tags (deleted)
-
trunk (added)
-
trunk/clinical_custom (added)
-
trunk/freemius (added)
-
trunk/freemius/assets (added)
-
trunk/freemius/assets/css (added)
-
trunk/freemius/assets/css/admin (added)
-
trunk/freemius/assets/img (added)
-
trunk/freemius/assets/js (added)
-
trunk/freemius/includes (added)
-
trunk/freemius/includes/customizer (added)
-
trunk/freemius/includes/debug (added)
-
trunk/freemius/includes/entities (added)
-
trunk/freemius/includes/managers (added)
-
trunk/freemius/includes/sdk (added)
-
trunk/freemius/includes/sdk/Exceptions (added)
-
trunk/freemius/includes/supplements (added)
-
trunk/freemius/languages (added)
-
trunk/freemius/templates (added)
-
trunk/freemius/templates/account (added)
-
trunk/freemius/templates/account/partials (added)
-
trunk/freemius/templates/debug (added)
-
trunk/freemius/templates/forms (added)
-
trunk/freemius/templates/forms/deactivation (added)
-
trunk/freemius/templates/js (added)
-
trunk/freemius/templates/partials (added)
-
trunk/freemius/templates/plugin-info (added)
-
trunk/includes (added)
-
trunk/includes/admin-colour-scheme (added)
-
trunk/includes/admin-colour-scheme/clinicalwp (added)
-
trunk/includes/tgmpa (added)
-
trunk/includes/tgmpa/languages (added)
-
trunk/js (added)
-
trunk/js/peity (added)
-
trunk/languages (added)
-
trunk/titan-framework (added)
-
trunk/titan-framework/css (added)
-
trunk/titan-framework/css/select2 (added)
-
trunk/titan-framework/inc (added)
-
trunk/titan-framework/inc/edd-licensing (added)
-
trunk/titan-framework/inc/scssphp (added)
-
trunk/titan-framework/js (added)
-
trunk/titan-framework/js/ace-min-noconflict (added)
-
trunk/titan-framework/js/ace-min-noconflict/snippets (added)
-
trunk/titan-framework/js/dev (added)
-
trunk/titan-framework/js/min (added)
-
trunk/titan-framework/js/select2 (added)
-
trunk/titan-framework/languages (added)
-
trunk/titan-framework/lib (added)
Legend:
- Unmodified
- Added
- Removed
-
clinicalwp-core/Clinical_CMS.php
r2130976 r2131085 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: 1.0. 29 Version: 1.0.1 10 10 Requires at least: 3.9 11 11 Tested up to: 5.2.2 12 12 Requires PHP: 5.0 13 Stable tag: 1.0. 213 Stable tag: 1.0.1 14 14 Contributors: munklefish, missmanylayers, clinicalwp, codeclinic, freemius 15 15 Text Domain: Clinical-CMS-Core … … 21 21 return; 22 22 23 define('CWP_Version', "1.0. 2");23 define('CWP_Version', "1.0.1"); 24 24 25 25 //include titan-framework locally -
clinicalwp-core/README.txt
r2130976 r2131085 8 8 Tested up to: 5.2.2 9 9 Requires PHP: 5.0 10 Version: 1.0. 211 Stable tag: 1.0. 210 Version: 1.0.1 11 Stable tag: 1.0.1 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 = 1.0. 2 (Released 2019/09/01) =133 = 1.0.1 (Released 2019/07/30) = 134 134 * Minor code optimisations 135 135 * Fixed issue with removal of .htacess file rules causing overwriting main .htaccess … … 176 176 177 177 == Changelog == 178 = 1.0. 2 (Released 2019/09/01) =178 = 1.0.1 (Released 2019/07/30) = 179 179 * Minor code optimisations 180 180 * Fixed issue with removal of .htacess file rules causing overwriting main .htaccess
Note: See TracChangeset
for help on using the changeset viewer.