Username Changer - Version 2.0.4

Version Description

Download this release

Release Info

Developer section214
Plugin Icon 128x128 Username Changer
Version 2.0.4
Comparing to
See all releases

Code changes from version 2.0.3 to 2.0.4

Files changed (2) hide show
  1. readme.txt +4 -1
  2. username-changer.php +3 -7
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://pledgie.com/campaigns/17372
4
  Tags: user, username, display name, changer
5
  Requires at least: 3.0
6
  Tested up to: 3.4.1
7
- Stable tag: 2.0.3
8
 
9
  A simple plugin to change registered usernames.
10
 
@@ -28,6 +28,9 @@ None yet
28
 
29
  == Changelog ==
30
 
 
 
 
31
  = Version 2.0.3 =
32
  * Fixed user nice name
33
 
4
  Tags: user, username, display name, changer
5
  Requires at least: 3.0
6
  Tested up to: 3.4.1
7
+ Stable tag: 2.0.4
8
 
9
  A simple plugin to change registered usernames.
10
 
28
 
29
  == Changelog ==
30
 
31
+ = Version 2.0.4 =
32
+ * Update metalinks
33
+
34
  = Version 2.0.3 =
35
  * Fixed user nice name
36
 
username-changer.php CHANGED
@@ -2,7 +2,7 @@
2
  /**
3
  * Plugin Name: Username Changer
4
  * Description: Lets you change usernames.
5
- * Version: 2.0.3
6
  * Author: Daniel J Griffiths
7
  * Author URI: http://section214.com
8
  * Text Domain: username-changer
@@ -134,14 +134,10 @@ if( !class_exists( 'Username_Changer' ) ) {
134
  public function plugin_metalinks( $links, $file ) {
135
  if( $file == plugin_basename( __FILE__ ) ) {
136
  $help_link = array(
137
- '<a href="http://section214.com/support/forum/username-changer/" target="_blank">' . __( 'Support Forum', 'edd-balanced-gateway' ) . '</a>'
138
  );
139
 
140
- $docs_link = array(
141
- '<a href="http://section214.com/docs/category/username-changer/" target="_blank">' . __( 'Docs', 'edd-balanced-gateway' ) . '</a>'
142
- );
143
-
144
- $links = array_merge( $links, $help_link, $docs_link );
145
  }
146
 
147
  return $links;
2
  /**
3
  * Plugin Name: Username Changer
4
  * Description: Lets you change usernames.
5
+ * Version: 2.0.4
6
  * Author: Daniel J Griffiths
7
  * Author URI: http://section214.com
8
  * Text Domain: username-changer
134
  public function plugin_metalinks( $links, $file ) {
135
  if( $file == plugin_basename( __FILE__ ) ) {
136
  $help_link = array(
137
+ '<a href="http://support.section214.com/community/forum/support/free-plugins/username-changer/" target="_blank">' . __( 'Support Forum', 'edd-balanced-gateway' ) . '</a>'
138
  );
139
 
140
+ $links = array_merge( $links, $help_link );
 
 
 
 
141
  }
142
 
143
  return $links;