Plugin Directory

Changeset 2125933


Ignore:
Timestamp:
07/19/2019 09:13:28 PM (7 years ago)
Author:
munklefish
Message:

Committing V0.9.4

Location:
clinicalwp-core/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • clinicalwp-core/trunk/Clinical_CMS.php

    r2124742 r2125933  
    66    Description: Plugin for implementing ClinicalWP core customisations including; Speed Enhancements, Increased Security, Image Enhancements, Support Panels and much more.
    77    //OLD Version: 3.7.9
    8     Version: 0.9.3
     8    Version: 0.9.4
    99    Requires at least: 3.9
    1010    Tested up to: 5.2.2
    1111    Requires PHP: 5.0
    12     Stable tag: 0.9.3
     12    Stable tag: 0.9.4
    1313    Contributors: munklefish, missmanylayers, clinicalwp, codeclinic, freemius
    1414    Text Domain: Clinical-CMS-Core
     
    345345        function return_CMS_Ver_ID($arg = '')
    346346        {
    347             return "0.9.3";
     347            return "0.9.4";
    348348            //echo apply_filters( 'CMS_Ver_ID', '' );
    349349        }
     
    41494149             */
    41504150        $noNagsPanel->createOption(array(
    4151             'name' => __('Visual Composer', 'Clinical-CMS-Core'),
     4151            'name' => __('WP Bakery (Visual Composer)', 'Clinical-CMS-Core'),
    41524152            'id' => 'clinical_nag_viscomp',
    41534153            'desc' => __('', 'Clinical-CMS-Core'),
  • clinicalwp-core/trunk/README.txt

    r2124742 r2125933  
    88Tested up to: 5.2.2
    99Requires PHP: 5.0
    10 Stable tag: 0.9.3
     10Version: 0.9.4
     11Stable tag: 0.9.4
    1112License: GPLv3
    1213License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    2122
    2223In 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!!!=
    2326
    2427Key Features Include:
     
    128131
    129132== Upgrade Notice ==
     133= 0.9.4 (Released 2019/07/20) =
     134* Updated Description
     135* Renamed Visual Composer to WP Bakery in nag options
     136
    130137= 0.9.3 (Released 2019/07/17) =
    131138* Fixed missing files in repo
    132 
    133 = 0.9.1 (Released 2019/07/11) =
    134 * FREE version now includes all PRO Features
    135 * Removed PRO version upgrade path
    136 * Updated SDK initialisation
    137 * Improved readme
    138 * Added 'Personal Bundle' as default upgrade path
    139 * Improved notifications of missing extensions & added direct purchase links
    140 * Removed some deprecated functions
    141 * Refactored old plugin version detection to simple string output
    142 * Updated ClinicalWP Core dependency
    143 * Replaced deprecated 'login_headertitle' with 'login_headertext'
    144 
    145 = 0.9.0 (Released 2019/07/06) =
    146 * Revised dev folder name of free version
    147 * New Feature: Instant.Page - Preload bages in background for instant visual load times
    148 * Corrected contributer names in readme.text
    149 * Refactored fix for ensuring ClinicalWP visible in admin left panel
    150139
    151140
     
    181170
    182171== Changelog ==
     172= 0.9.4 (Released 2019/07/20) =
     173* Updated Description
     174* Renamed Visual Composer to WP Bakery in nag options
     175
    183176= 0.9.3 (Released 2019/07/17) =
    184177* Fixed missing files in repo
Note: See TracChangeset for help on using the changeset viewer.