Version Description
Download this release
Release Info
Developer | section214 |
Plugin | Username Changer |
Version | 3.0.1 |
Comparing to | |
See all releases |
Code changes from version 3.0.0 to 3.0.1
- readme.txt +4 -1
- username-changer.php +2 -2
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://section214.com/donate/
|
|
4 |
Tags: user, username, display name, login
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.7.1
|
7 |
-
Stable tag: 3.0.
|
8 |
|
9 |
Change usernames easily
|
10 |
|
@@ -38,6 +38,9 @@ Yes! Username Changer works out of the box with Co-Authors Plus.
|
|
38 |
2. **Changing A Username** - Since version 3.0.0, usernames are now changed through the user profile page.
|
39 |
|
40 |
== Changelog ==
|
|
|
|
|
|
|
41 |
= Version 3.0.0 =
|
42 |
* Improved: Replaced the clunky interface with an inline profile field (props: Danny van Kooten)
|
43 |
* Added: Settings panel
|
4 |
Tags: user, username, display name, login
|
5 |
Requires at least: 3.0
|
6 |
Tested up to: 4.7.1
|
7 |
+
Stable tag: 3.0.1
|
8 |
|
9 |
Change usernames easily
|
10 |
|
38 |
2. **Changing A Username** - Since version 3.0.0, usernames are now changed through the user profile page.
|
39 |
|
40 |
== Changelog ==
|
41 |
+
= Version 3.0.1 =
|
42 |
+
* Fixed: Typo in readme file
|
43 |
+
|
44 |
= Version 3.0.0 =
|
45 |
* Improved: Replaced the clunky interface with an inline profile field (props: Danny van Kooten)
|
46 |
* Added: Settings panel
|
username-changer.php
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
/**
|
3 |
* Plugin Name: Username Changer
|
4 |
* Description: Change usernames easily
|
5 |
-
* Version: 3.0.
|
6 |
* Author: Daniel J Griffiths
|
7 |
* Author URI: http://section214.com
|
8 |
* Text Domain: username-changer
|
@@ -85,7 +85,7 @@ if ( ! class_exists( 'Username_Changer' ) ) {
|
|
85 |
define( 'USERNAME_CHANGER_URL', plugin_dir_url( __FILE__ ) );
|
86 |
|
87 |
// Plugin version
|
88 |
-
define( 'USERNAME_CHANGER_VER', '3.0.
|
89 |
}
|
90 |
|
91 |
|
2 |
/**
|
3 |
* Plugin Name: Username Changer
|
4 |
* Description: Change usernames easily
|
5 |
+
* Version: 3.0.1
|
6 |
* Author: Daniel J Griffiths
|
7 |
* Author URI: http://section214.com
|
8 |
* Text Domain: username-changer
|
85 |
define( 'USERNAME_CHANGER_URL', plugin_dir_url( __FILE__ ) );
|
86 |
|
87 |
// Plugin version
|
88 |
+
define( 'USERNAME_CHANGER_VER', '3.0.1' );
|
89 |
}
|
90 |
|
91 |
|