Social Login WordPress Plugin – AccessPress Social Login Lite - Version 1.0.6

Version Description

  • Code formatting and optimization for backend save settings.
  • Code fixing for the translation of a plugin.
Download this release

Release Info

Developer Access Keys
Plugin Icon 128x128 Social Login WordPress Plugin – AccessPress Social Login Lite
Version 1.0.6
Comparing to
See all releases

Code changes from version 1.0.5 to 1.0.6

accesspress-social-login-lite.php CHANGED
@@ -4,7 +4,7 @@ defined( 'ABSPATH' ) or die( "No script kiddies please!" );
4
  Plugin name: AccessPress Social Login Lite
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
6
  Description: A plugin to add various social logins to a site.
7
- version: 1.0.5
8
  Author: AccessPress Themes
9
  Author URI: https://accesspressthemes.com/
10
  Text Domain: apsl-lite
@@ -14,7 +14,7 @@ License: GPLv2 or later
14
 
15
  //Declearation of the necessary constants for plugin
16
  if(!defined ( 'APSL_VERSION' ) ){
17
- define ( 'APSL_VERSION', '1.0.5' );
18
  }
19
 
20
  if( !defined( 'APSL_IMAGE_DIR' ) ){
@@ -33,15 +33,15 @@ if( !defined( 'APSL_LANG_DIR' ) ){
33
  define ( 'APSL_LANG_DIR', basename( dirname( __FILE__ ) ). '/languages/' );
34
  }
35
 
36
- if(!defined('APSL_TEXT_DOMAIN')){
37
  define( 'APSL_TEXT_DOMAIN', 'apsl-lite' );
38
  }
39
 
40
- if(!defined('APSL_SETTINGS')){
41
  define('APSL_SETTINGS', 'apsl-lite-settings');
42
  }
43
 
44
- if(!defined('APSL_PLUGIN_DIR')){
45
  define('APSL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
46
  }
47
 
@@ -49,10 +49,10 @@ if(!defined('APSL_PLUGIN_DIR')){
49
  /**
50
  * Register a widget
51
  * */
52
- include_once('inc/backend/widget.php');
53
 
54
  // Redefine user notification function
55
- if(!function_exists('wp_new_user_notification')){
56
  function wp_new_user_notification( $user_id, $plaintext_pass = '' ) {
57
  $user = new WP_User($user_id);
58
 
4
  Plugin name: AccessPress Social Login Lite
5
  Plugin URI: https://accesspressthemes.com/wordpress-plugins/accesspress-social-login-lite/
6
  Description: A plugin to add various social logins to a site.
7
+ version: 1.0.6
8
  Author: AccessPress Themes
9
  Author URI: https://accesspressthemes.com/
10
  Text Domain: apsl-lite
14
 
15
  //Declearation of the necessary constants for plugin
16
  if(!defined ( 'APSL_VERSION' ) ){
17
+ define ( 'APSL_VERSION', '1.0.6' );
18
  }
19
 
20
  if( !defined( 'APSL_IMAGE_DIR' ) ){
33
  define ( 'APSL_LANG_DIR', basename( dirname( __FILE__ ) ). '/languages/' );
34
  }
35
 
36
+ if( !defined('APSL_TEXT_DOMAIN' )){
37
  define( 'APSL_TEXT_DOMAIN', 'apsl-lite' );
38
  }
39
 
40
+ if( !defined('APSL_SETTINGS' )){
41
  define('APSL_SETTINGS', 'apsl-lite-settings');
42
  }
43
 
44
+ if( !defined('APSL_PLUGIN_DIR' )){
45
  define('APSL_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
46
  }
47
 
49
  /**
50
  * Register a widget
51
  * */
52
+ include_once( 'inc/backend/widget.php' );
53
 
54
  // Redefine user notification function
55
+ if(!function_exists( 'wp_new_user_notification' )){
56
  function wp_new_user_notification( $user_id, $plaintext_pass = '' ) {
57
  $user = new WP_User($user_id);
58
 
inc/backend/how-to-use.php CHANGED
@@ -1,4 +1,3 @@
1
- <?php defined('ABSPATH') or die("No script kiddies please!"); ?>
2
  <p>There are 2 main settings tabs that will help you to setup the plugin to work properly.</p>
3
  <dl>
4
  <dt><strong>Network Settings:</strong></dt>
 
1
  <p>There are 2 main settings tabs that will help you to setup the plugin to work properly.</p>
2
  <dl>
3
  <dt><strong>Network Settings:</strong></dt>
inc/backend/main-page.php CHANGED
@@ -1,3 +1,4 @@
 
1
  <div class="wrap"><div class='apsl-outer-wrapper'>
2
 
3
  <div class="apsl-setting-header clearfix">
1
+ <?php defined('ABSPATH') or die("No script kiddies please!"); ?>
2
  <div class="wrap"><div class='apsl-outer-wrapper'>
3
 
4
  <div class="apsl-setting-header clearfix">
inc/backend/save-settings.php CHANGED
@@ -1,7 +1,6 @@
 
1
  <?php
2
- $apsl_settings= array();
3
-
4
- if(isset($_POST['apsl_save_settings'])){
5
  $apsl_settings['network_ordering'] = $_POST['network_ordering'];
6
 
7
  //for facebook settings
@@ -42,9 +41,9 @@ if(isset($_POST['apsl_save_settings'])){
42
  'apsl_google_client_id' =>$apsl_google_client_id,
43
  'apsl_google_client_secret'=>$apsl_google_client_secret
44
  );
45
- $apsl_settings['apsl_google_settings'] = $google_parameters;
46
 
47
- $apsl_settings['apsl_enable_disable_plugin'] = $_POST['apsl_enable_disable_plugin'];
48
 
49
  $display_options = array();
50
  if(isset($_POST['apsl_display_options'])){
@@ -54,26 +53,25 @@ if(isset($_POST['apsl_save_settings'])){
54
  }
55
  }
56
 
57
- $apsl_settings['apsl_display_options'] =$display_options;
58
 
59
- $apsl_settings['apsl_icon_theme'] = $_POST['apsl_icon_theme'];
60
 
61
- $apsl_settings['apsl_title_text_field'] = $_POST['apsl_title_text_field'];
62
- $apsl_settings['apsl_custom_logout_redirect_options'] = $_POST['apsl_custom_logout_redirect_options'];
63
- $apsl_settings['apsl_custom_logout_redirect_link'] = $_POST['apsl_custom_logout_redirect_link'];
64
 
65
- $apsl_settings['apsl_custom_login_redirect_options'] = $_POST['apsl_custom_login_redirect_options'];
66
- $apsl_settings['apsl_custom_login_redirect_link'] = $_POST['apsl_custom_login_redirect_link'];
67
 
68
- $apsl_settings['apsl_user_avatar_options'] = $_POST['apsl_user_avatar_options'];
69
 
70
- $apsl_settings['apsl_send_email_notification_options'] =$_POST['apsl_send_email_notification_options'];
71
 
72
  //for saving the settings
73
  update_option( APSL_SETTINGS, $apsl_settings );
74
  $_SESSION['apsl_message'] = __( 'Settings Saved Successfully.', APSL_TEXT_DOMAIN );
75
  wp_redirect( admin_url().'admin.php?page='.APSL_TEXT_DOMAIN );
76
  exit;
77
- }
78
 
79
  ?>
1
+ <?php defined('ABSPATH') or die("No script kiddies please!"); ?>
2
  <?php
3
+ $apsl_settings= array();
 
 
4
  $apsl_settings['network_ordering'] = $_POST['network_ordering'];
5
 
6
  //for facebook settings
41
  'apsl_google_client_id' =>$apsl_google_client_id,
42
  'apsl_google_client_secret'=>$apsl_google_client_secret
43
  );
44
+ $apsl_settings['apsl_google_settings'] = $google_parameters;
45
 
46
+ $apsl_settings['apsl_enable_disable_plugin'] = $_POST['apsl_enable_disable_plugin'];
47
 
48
  $display_options = array();
49
  if(isset($_POST['apsl_display_options'])){
53
  }
54
  }
55
 
56
+ $apsl_settings['apsl_display_options'] = $display_options;
57
 
58
+ $apsl_settings['apsl_icon_theme'] = $_POST['apsl_icon_theme'];
59
 
60
+ $apsl_settings['apsl_title_text_field'] = $_POST['apsl_title_text_field'];
61
+ $apsl_settings['apsl_custom_logout_redirect_options'] = $_POST['apsl_custom_logout_redirect_options'];
62
+ $apsl_settings['apsl_custom_logout_redirect_link'] = $_POST['apsl_custom_logout_redirect_link'];
63
 
64
+ $apsl_settings['apsl_custom_login_redirect_options'] = $_POST['apsl_custom_login_redirect_options'];
65
+ $apsl_settings['apsl_custom_login_redirect_link'] = $_POST['apsl_custom_login_redirect_link'];
66
 
67
+ $apsl_settings['apsl_user_avatar_options'] = $_POST['apsl_user_avatar_options'];
68
 
69
+ $apsl_settings['apsl_send_email_notification_options'] =$_POST['apsl_send_email_notification_options'];
70
 
71
  //for saving the settings
72
  update_option( APSL_SETTINGS, $apsl_settings );
73
  $_SESSION['apsl_message'] = __( 'Settings Saved Successfully.', APSL_TEXT_DOMAIN );
74
  wp_redirect( admin_url().'admin.php?page='.APSL_TEXT_DOMAIN );
75
  exit;
 
76
 
77
  ?>
inc/frontend/login_check.php CHANGED
@@ -1,6 +1,5 @@
1
  <?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
2
  <?php
3
-
4
  if( !class_exists( 'APSL_Lite_Login_Check_Class' ) ){
5
  class APSL_Lite_Login_Check_Class{
6
 
1
  <?php defined( 'ABSPATH' ) or die( "No script kiddies please!" ); ?>
2
  <?php
 
3
  if( !class_exists( 'APSL_Lite_Login_Check_Class' ) ){
4
  class APSL_Lite_Login_Check_Class{
5
 
inc/frontend/login_integration.php CHANGED
@@ -1,5 +1,5 @@
 
1
  <?php $options = get_option( APSL_SETTINGS ); ?>
2
-
3
  <div class='apsl-login-networks theme-<?php echo $options['apsl_icon_theme']; ?> clearfix'>
4
  <span class='apsl-login-new-text'><?php echo $options['apsl_title_text_field']; ?></span>
5
  <?php if( isset($_REQUEST['error']) || isset($_REQUEST['denied']) ){ ?>
1
+ <?php defined('ABSPATH') or die("No script kiddies please!"); ?>
2
  <?php $options = get_option( APSL_SETTINGS ); ?>
 
3
  <div class='apsl-login-networks theme-<?php echo $options['apsl_icon_theme']; ?> clearfix'>
4
  <span class='apsl-login-new-text'><?php echo $options['apsl_title_text_field']; ?></span>
5
  <?php if( isset($_REQUEST['error']) || isset($_REQUEST['denied']) ){ ?>
languages/accesspress-social-login-lite.pot ADDED
@@ -0,0 +1,295 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ msgid ""
2
+ msgstr ""
3
+ "Project-Id-Version: AccessPress Social Login Lite\n"
4
+ "POT-Creation-Date: 2015-07-26 15:43+0545\n"
5
+ "PO-Revision-Date: 2015-07-26 15:43+0545\n"
6
+ "Last-Translator: \n"
7
+ "Language-Team: AccessPress Themes <support@accesspressthemes.com>\n"
8
+ "Language: english\n"
9
+ "MIME-Version: 1.0\n"
10
+ "Content-Type: text/plain; charset=UTF-8\n"
11
+ "Content-Transfer-Encoding: 8bit\n"
12
+ "X-Generator: Poedit 1.5.7\n"
13
+ "X-Poedit-KeywordsList: _e;__\n"
14
+ "X-Poedit-Basepath: .\n"
15
+ "X-Poedit-SourceCharset: UTF-8\n"
16
+ "X-Poedit-SearchPath-0: .\n"
17
+ "X-Poedit-SearchPath-1: ..\n"
18
+
19
+ #: ../accesspress-social-login-lite.php:62
20
+ #, php-format
21
+ msgid "New user registration on your site %s:"
22
+ msgstr ""
23
+
24
+ #: ../accesspress-social-login-lite.php:63
25
+ #: ../accesspress-social-login-lite.php:76 ../inc/frontend/login_check.php:422
26
+ #: ../inc/frontend/login_check.php:433
27
+ #, php-format
28
+ msgid "Username: %s"
29
+ msgstr ""
30
+
31
+ #: ../accesspress-social-login-lite.php:64 ../inc/frontend/login_check.php:423
32
+ #, php-format
33
+ msgid "E-mail: %s"
34
+ msgstr ""
35
+
36
+ #: ../accesspress-social-login-lite.php:65
37
+ #: ../accesspress-social-login-lite.php:79
38
+ msgid "Thanks!"
39
+ msgstr ""
40
+
41
+ #: ../accesspress-social-login-lite.php:68 ../inc/frontend/login_check.php:425
42
+ #, php-format
43
+ msgid "[%s] New User Registration"
44
+ msgstr ""
45
+
46
+ #: ../accesspress-social-login-lite.php:73 ../inc/frontend/login_check.php:430
47
+ msgid "Hi there,"
48
+ msgstr ""
49
+
50
+ #: ../accesspress-social-login-lite.php:74 ../inc/frontend/login_check.php:431
51
+ #, php-format
52
+ msgid "Welcome to %s! Here's how to log in:"
53
+ msgstr ""
54
+
55
+ #: ../accesspress-social-login-lite.php:77 ../inc/frontend/login_check.php:434
56
+ #, php-format
57
+ msgid "Password: %s"
58
+ msgstr ""
59
+
60
+ #: ../accesspress-social-login-lite.php:78 ../inc/frontend/login_check.php:435
61
+ #, php-format
62
+ msgid "If you have any problems, please contact me at %s."
63
+ msgstr ""
64
+
65
+ #: ../accesspress-social-login-lite.php:83 ../inc/frontend/login_check.php:438
66
+ #, php-format
67
+ msgid "[%s] Your username and password"
68
+ msgstr ""
69
+
70
+ #: ../accesspress-social-login-lite.php:303
71
+ msgid "Settings restored Successfully."
72
+ msgstr ""
73
+
74
+ #: ../inc/backend/main-page.php:9
75
+ msgid "version "
76
+ msgstr ""
77
+
78
+ #: ../inc/backend/main-page.php:59
79
+ msgid "Network settings"
80
+ msgstr ""
81
+
82
+ #: ../inc/backend/main-page.php:60
83
+ msgid "Other settings"
84
+ msgstr ""
85
+
86
+ #: ../inc/backend/main-page.php:61
87
+ msgid "How to use"
88
+ msgstr ""
89
+
90
+ #: ../inc/backend/main-page.php:62
91
+ msgid "About"
92
+ msgstr ""
93
+
94
+ #: ../inc/backend/main-page.php:75
95
+ msgid "Facebook"
96
+ msgstr ""
97
+
98
+ #: ../inc/backend/main-page.php:78 ../inc/backend/main-page.php:113
99
+ #: ../inc/backend/main-page.php:149
100
+ msgid "Enable?"
101
+ msgstr ""
102
+
103
+ #: ../inc/backend/main-page.php:83
104
+ msgid "App ID:"
105
+ msgstr ""
106
+
107
+ #: ../inc/backend/main-page.php:86
108
+ msgid "App Secret:"
109
+ msgstr ""
110
+
111
+ #: ../inc/backend/main-page.php:89 ../inc/backend/main-page.php:127
112
+ #: ../inc/backend/main-page.php:160 ../inc/backend/main-page.php:264
113
+ #: ../inc/backend/main-page.php:280 ../inc/backend/main-page.php:291
114
+ #: ../inc/backend/main-page.php:306 ../inc/backend/main-page.php:320
115
+ msgid "Note:"
116
+ msgstr ""
117
+
118
+ #: ../inc/backend/main-page.php:110
119
+ msgid "Twitter"
120
+ msgstr ""
121
+
122
+ #: ../inc/backend/main-page.php:118
123
+ msgid "Consumer Key (API Key):"
124
+ msgstr ""
125
+
126
+ #: ../inc/backend/main-page.php:122
127
+ msgid "Consumer Secret (API Secret):"
128
+ msgstr ""
129
+
130
+ #: ../inc/backend/main-page.php:146
131
+ msgid "Google"
132
+ msgstr ""
133
+
134
+ #: ../inc/backend/main-page.php:153
135
+ msgid "Client ID:"
136
+ msgstr ""
137
+
138
+ #: ../inc/backend/main-page.php:156
139
+ msgid "Client Secret:"
140
+ msgstr ""
141
+
142
+ #: ../inc/backend/main-page.php:198
143
+ msgid "Social login"
144
+ msgstr ""
145
+
146
+ #: ../inc/backend/main-page.php:201
147
+ msgid "Enable social login?"
148
+ msgstr ""
149
+
150
+ #: ../inc/backend/main-page.php:211
151
+ msgid "Display options"
152
+ msgstr ""
153
+
154
+ #: ../inc/backend/main-page.php:213
155
+ msgid ""
156
+ "Please choose the options where you want to display the social login form."
157
+ msgstr ""
158
+
159
+ #: ../inc/backend/main-page.php:214
160
+ msgid "Login Form"
161
+ msgstr ""
162
+
163
+ #: ../inc/backend/main-page.php:215
164
+ msgid "Register Form"
165
+ msgstr ""
166
+
167
+ #: ../inc/backend/main-page.php:216
168
+ msgid "Comments"
169
+ msgstr ""
170
+
171
+ #: ../inc/backend/main-page.php:223
172
+ msgid "Available icon themes"
173
+ msgstr ""
174
+
175
+ #: ../inc/backend/main-page.php:228
176
+ msgid "Theme "
177
+ msgstr ""
178
+
179
+ #: ../inc/backend/main-page.php:240
180
+ msgid "Text settings"
181
+ msgstr ""
182
+
183
+ #: ../inc/backend/main-page.php:243
184
+ msgid "Login text:"
185
+ msgstr ""
186
+
187
+ #: ../inc/backend/main-page.php:251
188
+ msgid "Logout redirect link"
189
+ msgstr ""
190
+
191
+ #: ../inc/backend/main-page.php:253 ../inc/backend/main-page.php:276
192
+ msgid "Home page"
193
+ msgstr ""
194
+
195
+ #: ../inc/backend/main-page.php:254 ../inc/backend/main-page.php:277
196
+ msgid "Current page"
197
+ msgstr ""
198
+
199
+ #: ../inc/backend/main-page.php:257 ../inc/backend/main-page.php:284
200
+ msgid "Custom page"
201
+ msgstr ""
202
+
203
+ #: ../inc/backend/main-page.php:261
204
+ msgid "Logout redirect page:"
205
+ msgstr ""
206
+
207
+ #: ../inc/backend/main-page.php:274
208
+ msgid "Login redirect link"
209
+ msgstr ""
210
+
211
+ #: ../inc/backend/main-page.php:288
212
+ msgid "Login redirect page:"
213
+ msgstr ""
214
+
215
+ #: ../inc/backend/main-page.php:301
216
+ msgid "User avatar"
217
+ msgstr ""
218
+
219
+ #: ../inc/backend/main-page.php:303
220
+ msgid "Use wordpress provided default avatar."
221
+ msgstr ""
222
+
223
+ #: ../inc/backend/main-page.php:304
224
+ msgid "Use the profile picture from social media where available."
225
+ msgstr ""
226
+
227
+ #: ../inc/backend/main-page.php:315
228
+ msgid "Email notification settings"
229
+ msgstr ""
230
+
231
+ #: ../inc/backend/main-page.php:317
232
+ msgid "Send email notification to both user and site admin."
233
+ msgstr ""
234
+
235
+ #: ../inc/backend/main-page.php:318
236
+ msgid "Do not send email notification to both user and site admin."
237
+ msgstr ""
238
+
239
+ #: ../inc/backend/main-page.php:343
240
+ msgid "Save settings"
241
+ msgstr ""
242
+
243
+ #: ../inc/backend/main-page.php:348
244
+ msgid "Are you sure you want to restore default settings?"
245
+ msgstr ""
246
+
247
+ #: ../inc/backend/save-settings.php:73
248
+ msgid "Settings Saved Successfully."
249
+ msgstr ""
250
+
251
+ #: ../inc/backend/widget.php:15
252
+ msgid "AccessPress Social Login Lite"
253
+ msgstr ""
254
+
255
+ #: ../inc/backend/widget.php:16
256
+ msgid "AccessPress Social Login Lite Widget"
257
+ msgstr ""
258
+
259
+ #: ../inc/backend/widget.php:43
260
+ msgid "Title: "
261
+ msgstr ""
262
+
263
+ #: ../inc/backend/widget.php:48
264
+ msgid "Login Text: "
265
+ msgstr ""
266
+
267
+ #: ../inc/frontend/login_check.php:421
268
+ #, php-format
269
+ msgid "New user registration on your blog %s:"
270
+ msgstr ""
271
+
272
+ #: ../inc/frontend/login_check.php:436
273
+ msgid "Adios!"
274
+ msgstr ""
275
+
276
+ #: ../inc/frontend/login_check.php:504
277
+ msgid ""
278
+ "<strong>ERROR</strong>: Cookies are blocked or not supported by your "
279
+ "browser. You must <a href='http://www.google.com/cookies.html'>enable "
280
+ "cookies</a> to use WordPress."
281
+ msgstr ""
282
+
283
+ #: ../inc/frontend/login_integration.php:7 ../inc/frontend/shortcode.php:43
284
+ msgid "You have Access Denied. Please authorize the app to login."
285
+ msgstr ""
286
+
287
+ #: ../inc/frontend/login_integration.php:14
288
+ #: ../inc/frontend/login_integration.php:18 ../inc/frontend/shortcode.php:48
289
+ #: ../inc/frontend/shortcode.php:52
290
+ msgid "Login with"
291
+ msgstr ""
292
+
293
+ #: ../inc/frontend/login_integration.php:17 ../inc/frontend/shortcode.php:51
294
+ msgid "Login"
295
+ msgstr ""
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: social, login, social login, facebook, twitter, google, social connect, s
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.2
7
- Stable tag: 1.0.5
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -131,6 +131,10 @@ Yes. You can use the AccessPress social login lite anywhere by using shortcode i
131
  4. Backend Other settings Section.
132
 
133
  == Changelog ==
 
 
 
 
134
  = 2.0.5 =
135
  * Bug fixing for the pluggable function wp_new_user_notification that is generating fatal error.
136
 
4
  Donate link: http://accesspressthemes.com/donation/
5
  Requires at least: 3.8
6
  Tested up to: 4.2
7
+ Stable tag: 1.0.6
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
131
  4. Backend Other settings Section.
132
 
133
  == Changelog ==
134
+ = 1.0.6 =
135
+ * Code formatting and optimization for backend save settings.
136
+ * Code fixing for the translation of a plugin.
137
+
138
  = 2.0.5 =
139
  * Bug fixing for the pluggable function wp_new_user_notification that is generating fatal error.
140