Plugin Directory

Changeset 1868674


Ignore:
Timestamp:
05/04/2018 01:36:26 PM (7 years ago)
Author:
joelworsham
Message:

v2.0.6

Location:
client-dash/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • client-dash/trunk/client-dash.php

    r1836396 r1868674  
    99 * Plugin Name: Client Dash
    1010 * Description: Creating a more intuitive admin interface for clients.
    11  * Version: 2.0.5
     11 * Version: 2.0.6
    1212 * Author: Real Big Plugins
    1313 * Author URI: https://realbigplugins.com
     
    2424if ( ! class_exists( 'ClientDash' ) ) {
    2525
    26     define( 'CLIENTDASH_VERSION', '2.0.5' );
     26    define( 'CLIENTDASH_VERSION', '2.0.6' );
    2727    define( 'CLIENTDASH_DIR', plugin_dir_path( __FILE__ ) );
    2828    define( 'CLIENTDASH_URI', plugins_url( '', __FILE__ ) );
  • client-dash/trunk/core/plugin-pages/class-clientdash-pluginpages.php

    r1807297 r1868674  
    211211                __( 'Customize Admin', 'client-dash' ),
    212212                'customize_admin',
    213                 '/?clientdash_customize=1'
     213                site_url( '/?clientdash_customize=1' ),
    214214            );
    215215        }
  • client-dash/trunk/readme.txt

    r1836396 r1868674  
    44Tags: client, portal, dashboard, admin, users, webmaster, customize
    55Requires at least: 4.7.0
    6 Tested up to: 4.9.4
    7 Stable tag: 2.0.5
     6Tested up to: 4.9.5
     7Stable tag: 2.0.6
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    8888
    8989== Changelog ==
     90
     91= 2.0.6 =
     92* Get Client Dash Customize URL properly in case of sub-directory installs.
    9093
    9194= 2.0.5 =
Note: See TracChangeset for help on using the changeset viewer.