Changeset 1868674
- Timestamp:
- 05/04/2018 01:36:26 PM (7 years ago)
- Location:
- client-dash/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
client-dash/trunk/client-dash.php
r1836396 r1868674 9 9 * Plugin Name: Client Dash 10 10 * Description: Creating a more intuitive admin interface for clients. 11 * Version: 2.0. 511 * Version: 2.0.6 12 12 * Author: Real Big Plugins 13 13 * Author URI: https://realbigplugins.com … … 24 24 if ( ! class_exists( 'ClientDash' ) ) { 25 25 26 define( 'CLIENTDASH_VERSION', '2.0. 5' );26 define( 'CLIENTDASH_VERSION', '2.0.6' ); 27 27 define( 'CLIENTDASH_DIR', plugin_dir_path( __FILE__ ) ); 28 28 define( 'CLIENTDASH_URI', plugins_url( '', __FILE__ ) ); -
client-dash/trunk/core/plugin-pages/class-clientdash-pluginpages.php
r1807297 r1868674 211 211 __( 'Customize Admin', 'client-dash' ), 212 212 'customize_admin', 213 '/?clientdash_customize=1'213 site_url( '/?clientdash_customize=1' ), 214 214 ); 215 215 } -
client-dash/trunk/readme.txt
r1836396 r1868674 4 4 Tags: client, portal, dashboard, admin, users, webmaster, customize 5 5 Requires at least: 4.7.0 6 Tested up to: 4.9. 47 Stable tag: 2.0. 56 Tested up to: 4.9.5 7 Stable tag: 2.0.6 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 88 88 89 89 == Changelog == 90 91 = 2.0.6 = 92 * Get Client Dash Customize URL properly in case of sub-directory installs. 90 93 91 94 = 2.0.5 =
Note: See TracChangeset
for help on using the changeset viewer.