Plugin Directory

Changeset 2127428


Ignore:
Timestamp:
07/23/2019 07:32:06 PM (7 years ago)
Author:
munklefish
Message:

Committing V0.9.7

Location:
clinicalwp-core/trunk
Files:
2 edited

Legend:

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

    r2127392 r2127428  
    77    Description: Plugin for implementing ClinicalWP core customisations including; Speed Enhancements, Increased Security, Image Enhancements, Support Panels and much more.
    88    //OLD Version: 3.7.9
    9     Version: 0.9.6
     9    Version: 0.9.7
    1010    Requires at least: 3.9
    1111    Tested up to: 5.2.2
    1212    Requires PHP: 5.0
    13     Stable tag: 0.9.6
     13    Stable tag: 0.9.7
    1414    Contributors: munklefish, missmanylayers, clinicalwp, codeclinic, freemius
    1515    Text Domain: Clinical-CMS-Core
     
    346346        function return_CMS_Ver_ID($arg = '')
    347347        {
    348             return "0.9.6";
     348            return "0.9.7";
    349349            //echo apply_filters( 'CMS_Ver_ID', '' );
    350350        }
     
    50775077         */
    50785078        if ($default_comment_status == 'closed' && $adminComments == true) {
    5079             $wp_admin_bar->remove_menu('comments');
     5079            //$wp_admin_bar->remove_menu('comments');
    50805080        } else {
    50815081            return;
  • clinicalwp-core/trunk/README.txt

    r2127392 r2127428  
    88Tested up to: 5.2.2
    99Requires PHP: 5.0
    10 Version: 0.9.6
    11 Stable tag: 0.9.6
     10Version: 0.9.7
     11Stable tag: 0.9.7
    1212License: GPLv3
    1313License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    131131
    132132== 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) =
    134137* Improved contrast of button text on dashboard widget
    135138* Restored & resolved comment removal from admin bar
     
    138141* Restored WP Default 'Welcome Panel'
    139142* Various option description improvements
    140 
    141 = 0.9.5 (Released 2019/07/23) =
    142 * Fixed issue causing some dashboards not to load correctly
    143 * Temporarily disabled removed comment node
    144 
    145 = 0.9.4 (Released 2019/07/20) =
    146 * Updated Description
    147 * Renamed Visual Composer to WP Bakery in nag options
    148 
    149 = 0.9.3 (Released 2019/07/17) =
    150 * Fixed missing files in repo
    151143
    152144
     
    182174
    183175== 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) =
    185180* Improved contrast of button text on dashboard widget
    186181* Restored & resolved comment removal from admin bar
Note: See TracChangeset for help on using the changeset viewer.