Plugin Directory

Changeset 2127392


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

Committing V0.9.6

Location:
clinicalwp-core/trunk
Files:
3 edited

Legend:

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

    r2127253 r2127392  
    44    Plugin URI: https://clinicalwp.com/
    55    Author: Code Clinic KreativAgentur
     6    Author URI: https://codeclinic.de/
    67    Description: Plugin for implementing ClinicalWP core customisations including; Speed Enhancements, Increased Security, Image Enhancements, Support Panels and much more.
    78    //OLD Version: 3.7.9
    8     Version: 0.9.5
     9    Version: 0.9.6
    910    Requires at least: 3.9
    1011    Tested up to: 5.2.2
    1112    Requires PHP: 5.0
    12     Stable tag: 0.9.5
     13    Stable tag: 0.9.6
    1314    Contributors: munklefish, missmanylayers, clinicalwp, codeclinic, freemius
    1415    Text Domain: Clinical-CMS-Core
     
    229230            add_action('CCK_Status_Feed', array($this, 'clinical_add_activity_info'), 1);
    230231            add_action('login_enqueue_scripts', array($this, 'clinical_login_enqueue_scripts'));
    231             add_action('welcome_panel', array($this, 'clinical_welcome_panel'));
     232            //add_action('welcome_panel', array($this, 'clinical_welcome_panel'));
    232233            add_action('wp_enqueue_scripts', array($this, 'clinical_wp_enqueue_scripts'));
    233234            add_action('admin_notices', array($this, 'clinical_admin_notices'));
     
    345346        function return_CMS_Ver_ID($arg = '')
    346347        {
    347             return "0.9.5";
     348            return "0.9.6";
    348349            //echo apply_filters( 'CMS_Ver_ID', '' );
    349350        }
     
    17491750            'name' => __('ClinicalWP colour scheme', 'Clinical-CMS-Core'),
    17501751            'id' => 'clinical_admin_skin',
    1751             'desc' => __('Enable the ClinicalWP custom \'Admin\' colour scheme?', 'Clinical-CMS-Core'),
     1752            'desc' => __('Add the ClinicalWP custom \'Admin\' colour scheme as an option in your profile settings? ', 'Clinical-CMS-Core'),
    17521753            'default' => false,
    17531754            'type' => 'enable',
     
    17561757            'name' => __('Remove Colour schemes', 'Clinical-CMS-Core'),
    17571758            'id' => 'clinical_admin_colour_scheme',
    1758             'desc' => __('Prevent users from changing their admin colour scheme? If ClinicalWP colour scheme is also enabled, all users will use this scheme.', 'Clinical-CMS-Core'),
     1759            'desc' => __('Prevent users from changing their admin colour scheme? If ClinicalWP colour scheme is also enabled, all users will use the ClinicalWP scheme.', 'Clinical-CMS-Core'),
    17591760            'default' => false,
    17601761            'type' => 'enable',
     
    49914992        //echo "<li>&nbsp;</li><li><strong>".sprintf( __('<!--Welcome To -->ClinicalWP %s %s ', 'Clinical-CMS-Core'), apply_filters('CMS_Ver_ID',''), $cmsVersion )."</strong> [<span style='font-size:x-small;'>".sprintf( __('enhancing WordPress %s', 'Clinical-CMS-Core'), get_bloginfo('version'))."</span>]</li>";
    49924993
    4993         wp_add_dashboard_widget('dashboard_custom_feed', 'Code Clinic Tips & News', array($this, 'dashboard_custom_feed')); //add new RSS feed output
     4994        //wp_add_dashboard_widget('dashboard_custom_feed', 'Code Clinic Tips & News', array($this, 'dashboard_custom_feed')); //add new RSS feed output
    49944995    }
    49954996
    49964997    //adds a custom dashboard news feed. Called in dashboard_setup
     4998    /*
    49974999    function dashboard_custom_feed()
    49985000    {
     
    50195021        echo "</div>";
    50205022    }
     5023    */
    50215024
    50225025    function clinical_admin_print_styles()
     
    50745077         */
    50755078        if ($default_comment_status == 'closed' && $adminComments == true) {
    5076             //$wp_admin_bar->remove_node('comments');
     5079            $wp_admin_bar->remove_menu('comments');
    50775080        } else {
    50785081            return;
  • clinicalwp-core/trunk/README.txt

    r2127253 r2127392  
    88Tested up to: 5.2.2
    99Requires PHP: 5.0
    10 Version: 0.9.5
    11 Stable tag: 0.9.5
     10Version: 0.9.6
     11Stable tag: 0.9.6
    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) =
     134* Improved contrast of button text on dashboard widget
     135* Restored & resolved comment removal from admin bar
     136* Removed Code Clinic RSS Feed widget
     137* Removed Customised 'Welcome Panel'
     138* Restored WP Default 'Welcome Panel'
     139* Various option description improvements
     140
    133141= 0.9.5 (Released 2019/07/23) =
    134142* Fixed issue causing some dashboards not to load correctly
     
    174182
    175183== Changelog ==
     184= 0.9.6 (Released 2019/07/25) =
     185* Improved contrast of button text on dashboard widget
     186* Restored & resolved comment removal from admin bar
     187* Removed Code Clinic RSS Feed widget
     188* Removed Customised 'Welcome Panel'
     189* Restored WP Default 'Welcome Panel'
     190* Various option description improvements
     191
    176192= 0.9.5 (Released 2019/07/23) =
    177193* Fixed issue causing some dashboards not to load correctly
  • clinicalwp-core/trunk/clinical_custom/clinicalWP-admin.min.css

    r2115085 r2127392  
    1 #wp_welcome_panel-hide{display:none}.wp-core-ui .welcome-panel .button.button-hero{margin:6px 13px 3px 0}.dash-logo{width:calc(100% + 24px);padding:0;margin:-12px -12px auto}.module-icons{width:100%;margin-right:4%}.module-icons.disabled{-webkit-filter:grayscale(1.0);filter:grayscale(1.0)}#dashboard_right_now .sub p:not(:last-child){border-bottom:1px solid #fff;padding-bottom:15px}#dashboard_right_now .sub{color:#555d66}#dashboard_right_now .sub p{margin:0 0 1em}.dashicons{font-size:20px!important}.flag-green,.flag-green a:active,.flag-green a:hover,.flag-green a:link,.flag-green a:visited{display:inline-block;color:green;padding:2px}.flag-orange,.flag-orange a:active,.flag-orange a:hover,.flag-orange a:link,.flag-orange a:visited{display:inline-block;color:#f47920;padding:2px}.flag-red,.flag-red a:active,.flag-red a:hover,.flag-red a:link,.flag-red a:visited{display:inline-block;color:red;padding:2px}.mod{color:white;display:inline-block;position:relative;padding:0;width:20%;margin-right:4%}.button__badge{background-color:#fa3e3e;border-radius:10px;color:white;padding:1px 8px 1px 8px;font-size:10px;position:absolute;top:-5px;right:-5px;font-weight:800}.CWP_btn,.CWP_btn:visited{display:inline-block;color:#fff;background-color:#ace8dc;padding:10px 0;width:100%;margin-top:20px;font-weight:800;text-align:center;text-shadow:darkgrey 1px 1px;letter-spacing:1px}.CWP_btn:active,.CWP_btn:hover{-webkit-box-shadow:inset 1px 1px lightgray;box-shadow:inset 1px 1px lightgray;background-color:#85C1B5;color:#ffffff}#adminmenu{padding-bottom:20px}.tf-heading{display:block;margin-top:30px}.tf-heading th{background-color:lightsteelblue!important}.titan-framework-panel-wrap .tf-heading th h3{color:white!important;font-weight:900!important}
     1#wp_welcome_panel-hide{display:none}.wp-core-ui .welcome-panel .button.button-hero{margin:6px 13px 3px 0}.dash-logo{width:calc(100% + 24px);padding:0;margin:-12px -12px auto}.module-icons{width:100%;margin-right:4%}.module-icons.disabled{-webkit-filter:grayscale(1.0);filter:grayscale(1.0)}#dashboard_right_now .sub p:not(:last-child){border-bottom:1px solid #fff;padding-bottom:15px}#dashboard_right_now .sub{color:#555d66}#dashboard_right_now .sub p{margin:0 0 1em}.dashicons{font-size:20px!important}.flag-green,.flag-green a:active,.flag-green a:hover,.flag-green a:link,.flag-green a:visited{display:inline-block;color:green;padding:2px}.flag-orange,.flag-orange a:active,.flag-orange a:hover,.flag-orange a:link,.flag-orange a:visited{display:inline-block;color:#f47920;padding:2px}.flag-red,.flag-red a:active,.flag-red a:hover,.flag-red a:link,.flag-red a:visited{display:inline-block;color:red;padding:2px}.mod{color:white;display:inline-block;position:relative;padding:0;width:20%;margin-right:4%}.button__badge{background-color:#fa3e3e;border-radius:10px;color:white;padding:1px 8px 1px 8px;font-size:10px;position:absolute;top:-5px;right:-5px;font-weight:800}.CWP_btn,.CWP_btn:visited{display:inline-block;color:#505050;background-color:#ace8dc;padding:10px 0;width:100%;margin-top:20px;font-weight:800;text-align:center;letter-spacing:1px}.CWP_btn:active,.CWP_btn:hover{-webkit-box-shadow:inset 1px 1px lightgray;box-shadow:inset 1px 1px lightgray;background-color:#85C1B5;color:#ffffff}#adminmenu{padding-bottom:20px}.tf-heading{display:block;margin-top:30px}.tf-heading th{background-color:lightsteelblue!important}.titan-framework-panel-wrap .tf-heading th h3{color:white!important;font-weight:900!important}
Note: See TracChangeset for help on using the changeset viewer.