Plugin Directory

Changeset 2127253


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

Committing V0.9.5

Location:
clinicalwp-core/trunk
Files:
2 edited

Legend:

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

    r2125933 r2127253  
    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.4
     8    Version: 0.9.5
    99    Requires at least: 3.9
    1010    Tested up to: 5.2.2
    1111    Requires PHP: 5.0
    12     Stable tag: 0.9.4
     12    Stable tag: 0.9.5
    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.4";
     347            return "0.9.5";
    348348            //echo apply_filters( 'CMS_Ver_ID', '' );
    349349        }
     
    42444244
    42454245        $output = "";
     4246        $geoname = "";
     4247        $geocode = "";
    42464248
    42474249        $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>';
     
    50725074         */
    50735075        if ($default_comment_status == 'closed' && $adminComments == true) {
    5074             $wp_admin_bar->remove_node('comments');
     5076            //$wp_admin_bar->remove_node('comments');
    50755077        } else {
    50765078            return;
  • clinicalwp-core/trunk/README.txt

    r2125933 r2127253  
    88Tested up to: 5.2.2
    99Requires PHP: 5.0
    10 Version: 0.9.4
    11 Stable tag: 0.9.4
     10Version: 0.9.5
     11Stable tag: 0.9.5
    1212License: GPLv3
    1313License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
     
    131131
    132132== 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
    133137= 0.9.4 (Released 2019/07/20) =
    134138* Updated Description
     
    170174
    171175== 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
    172180= 0.9.4 (Released 2019/07/20) =
    173181* Updated Description
Note: See TracChangeset for help on using the changeset viewer.