Skip to content

Commit

Permalink
start working on #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Emili Castells committed Oct 10, 2016
1 parent 45e2fe5 commit 5435bcf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dk-white-label.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php
/*
* Plugin Name: DK White Label
* Version: 1.0
* Version: 1.1
* Plugin URI:
* Description: Customize WordPress Dashboard Branding.
* Author: Emili Castells
Expand Down Expand Up @@ -39,7 +39,7 @@ public function dkwl_load_textdomain() {
}

private function setup_constants() {
if ( ! defined( 'DKWL_VERSION' ) ) { define( 'DKWL_VERSION', '1.0' ); }
if ( ! defined( 'DKWL_VERSION' ) ) { define( 'DKWL_VERSION', '1.1' ); }
if ( ! defined( 'DKWL_PLUGIN_DIR' ) ) { define( 'DKWL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); }
if ( ! defined( 'DKWL_PLUGIN_URL' ) ) { define( 'DKWLPLUGIN_URL', plugin_dir_url( __FILE__ ) ); }
if ( ! defined( 'DKWL_PLUGIN_FILE' ) ) { define( 'DKWL_PLUGIN_FILE', __FILE__ ); }
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: dinamiko
Tags: admin branding, appearance, branding, client, cms, custom, custom login, custom admin, custom admin dashboard, custom branding, dashboard, login, login page, login screen, remove admin bar, white label admin, white label cms,
Requires at least: 3.9.6
Tested up to: 4.5.3
Stable tag: 1.0
Stable tag: 1.1

Customize WordPress Dashboard Branding

Expand Down

0 comments on commit 5435bcf

Please sign in to comment.