Edit Author Slug - Version 1.8.4

Version Description

  • Release date: 2022-02-13
  • Bumps "Tested up to" version to 5.9
Download this release

Release Info

Developer thebrandonallen
Plugin Icon 128x128 Edit Author Slug
Version 1.8.4
Comparing to
See all releases

Code changes from version 1.8.3 to 1.8.4

CHANGELOG.md CHANGED
@@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
 
6
  ## [Unreleased]
7
 
 
 
 
 
8
  ## [1.8.3](https://github.com/thebrandonallen/edit-author-slug/tree/1.8.3) - 2021-08-07
9
  ### Changed
10
  * Bumps "Tested up to" version to 5.8
5
 
6
  ## [Unreleased]
7
 
8
+ ## [1.8.4](https://github.com/thebrandonallen/edit-author-slug/tree/1.8.4) - 2022-02-13
9
+ ### Changed
10
+ * Bumps "Tested up to" version to 5.9
11
+
12
  ## [1.8.3](https://github.com/thebrandonallen/edit-author-slug/tree/1.8.3) - 2021-08-07
13
  ### Changed
14
  * Bumps "Tested up to" version to 5.8
README.md CHANGED
@@ -1,10 +1,10 @@
1
  # Edit Author Slug [![Build Status](https://travis-ci.org/thebrandonallen/edit-author-slug.svg?branch=master)](https://travis-ci.org/thebrandonallen/edit-author-slug) #
2
- **Contributors:** [thebrandonallen](https://profiles.wordpress.org/thebrandonallen)
3
  **Tags:** author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
4
  **Requires at least:** 4.9
5
- **Tested up to:** 5.8
6
  **Requires PHP:** 5.6.20
7
- **Stable tag:** 1.8.3
8
  **License:** GPLv2 or later
9
  **License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
@@ -65,9 +65,13 @@ While I've made every attempt to prevent this, I may have missed a spot or two.
65
 
66
  If this doesn't work, make sure you don't have any slug conflicts from other posts/pages/plugins/permalink setting/etc. If you're still experiencing the issue, feel free to post a support request in the forums.
67
 
68
- ## Changelog ##
69
-
70
- ### 1.8.3 ###
 
 
 
 
71
  * Release date: 2021-08-07
72
  * Bumps "Tested up to" version to 5.8
73
  * Improves string translations and adds some missing strings that couldn't, previously be translated. Props @alexclassroom
1
  # Edit Author Slug [![Build Status](https://travis-ci.org/thebrandonallen/edit-author-slug.svg?branch=master)](https://travis-ci.org/thebrandonallen/edit-author-slug) #
2
+ **Contributors:** [thebrandonallen](https://profiles.wordpress.org/thebrandonallen/)
3
  **Tags:** author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
4
  **Requires at least:** 4.9
5
+ **Tested up to:** 5.9
6
  **Requires PHP:** 5.6.20
7
+ **Stable tag:** 1.8.4
8
  **License:** GPLv2 or later
9
  **License URI:** https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
65
 
66
  If this doesn't work, make sure you don't have any slug conflicts from other posts/pages/plugins/permalink setting/etc. If you're still experiencing the issue, feel free to post a support request in the forums.
67
 
68
+ ## Changelog ##
69
+
70
+ ### 1.8.4 ###
71
+ * Release date: 2022-02-13
72
+ * Bumps "Tested up to" version to 5.9
73
+
74
+ ### 1.8.3 ###
75
  * Release date: 2021-08-07
76
  * Bumps "Tested up to" version to 5.8
77
  * Improves string translations and adds some missing strings that couldn't, previously be translated. Props @alexclassroom
edit-author-slug.php CHANGED
@@ -7,13 +7,13 @@
7
  * Author URI: https://github.com/thebrandonallen/
8
  * Text Domain: edit-author-slug
9
  * Domain Path: /languages
10
- * Version: 1.8.3
11
  * Requires at least: 4.9
12
  * Requires PHP: 5.6
13
  * License: GPLv2 or later
14
  * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
15
  *
16
- * Copyright (C) 2009-2021 Brandon Allen (https://github.com/thebrandonallen)
17
  *
18
  * This program is free software; you can redistribute it and/or modify
19
  * it under the terms of the GNU General Public License as published by
@@ -32,7 +32,7 @@
32
  * @package Edit_Author_Slug
33
  * @subpackage Main
34
  * @author Brandon Allen
35
- * @version 1.8.3
36
  */
37
 
38
  // Exit if accessed directly.
7
  * Author URI: https://github.com/thebrandonallen/
8
  * Text Domain: edit-author-slug
9
  * Domain Path: /languages
10
+ * Version: 1.8.4
11
  * Requires at least: 4.9
12
  * Requires PHP: 5.6
13
  * License: GPLv2 or later
14
  * License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
15
  *
16
+ * Copyright (C) 2009-2022 Brandon Allen (https://github.com/thebrandonallen)
17
  *
18
  * This program is free software; you can redistribute it and/or modify
19
  * it under the terms of the GNU General Public License as published by
32
  * @package Edit_Author_Slug
33
  * @subpackage Main
34
  * @author Brandon Allen
35
+ * @version 1.8.4
36
  */
37
 
38
  // Exit if accessed directly.
includes/admin.php CHANGED
@@ -89,6 +89,7 @@ function ba_eas_show_user_nicename( $user ) {
89
  }
90
  ?>
91
  <label title="<?php echo ba_eas_esc_nicename( $item ); ?>">
 
92
  <input type="radio" class="eas-author-slug" name="ba_eas_author_slug" value="<?php echo ba_eas_esc_nicename( $item ); ?>" autocapitalize="none" autocorrect="off" maxlength="50"<?php echo $checked_text; ?>>
93
  <span><?php echo ba_eas_esc_nicename( $item ); ?></span>
94
  </label><br />
89
  }
90
  ?>
91
  <label title="<?php echo ba_eas_esc_nicename( $item ); ?>">
92
+ <?php // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>
93
  <input type="radio" class="eas-author-slug" name="ba_eas_author_slug" value="<?php echo ba_eas_esc_nicename( $item ); ?>" autocapitalize="none" autocorrect="off" maxlength="50"<?php echo $checked_text; ?>>
94
  <span><?php echo ba_eas_esc_nicename( $item ); ?></span>
95
  </label><br />
js/edit-author-slug.min.js CHANGED
@@ -1,2 +1,2 @@
1
- /*! edit-author-slug - v1.8.3 - 2021-08-07 10:33:30 PM UTC - https://github.com/thebrandonallen/edit-author-slug/ */
2
- (function(){const e=function(e){if(e&&Object.prototype.hasOwnProperty.call(e,"classList")){e.classList.toggle("hidden")}};document.addEventListener("DOMContentLoaded",(function(){const t=document.querySelector('input[name="ba_eas_author_slug_custom"]');const n=document.querySelector(".eas-demo-author-base-front");const c=document.querySelector('input[name="_ba_eas_remove_front"]');if(c){if(c.checked){e(n)}c.addEventListener("click",(function(){e(n)}))}document.querySelectorAll('input[class="eas-checkbox"]').forEach((function(t){const n=t.parentNode.parentNode.nextElementSibling;if(!t.checked){e(n)}t.addEventListener("click",(function(){e(n)}))}));document.querySelectorAll('input[name="ba_eas_author_slug"]').forEach((function(e){e.addEventListener("click",(function(){if(!e.classList.contains("eas-author-slug-custom-radio")){t.value=e.value}}))}));if(t){t.addEventListener("focus",(function(){document.querySelector(".eas-author-slug-custom-radio").checked="checked"}))}document.querySelectorAll("select").forEach((function(t){t.addEventListener("change",(function(t){const n=t.target.nextElementSibling;if(n&&n.classList.contains("eas-author-slug-select-error")){e(n)}}))}))}))})();
1
+ /*! edit-author-slug - v1.8.4 - 2022-02-14 00:30:32 UTC - https://github.com/thebrandonallen/edit-author-slug/ */
2
+ !function(){const e=function(e){e&&Object.prototype.hasOwnProperty.call(e,"classList")&&e.classList.toggle("hidden")};document.addEventListener("DOMContentLoaded",(function(){const t=document.querySelector('input[name="ba_eas_author_slug_custom"]'),n=document.querySelector(".eas-demo-author-base-front"),c=document.querySelector('input[name="_ba_eas_remove_front"]');c&&(c.checked&&e(n),c.addEventListener("click",(function(){e(n)}))),document.querySelectorAll('input[class="eas-checkbox"]').forEach((function(t){const n=t.parentNode.parentNode.nextElementSibling;t.checked||e(n),t.addEventListener("click",(function(){e(n)}))})),document.querySelectorAll('input[name="ba_eas_author_slug"]').forEach((function(e){e.addEventListener("click",(function(){e.classList.contains("eas-author-slug-custom-radio")||(t.value=e.value)}))})),t&&t.addEventListener("focus",(function(){document.querySelector(".eas-author-slug-custom-radio").checked="checked"})),document.querySelectorAll("select").forEach((function(t){t.addEventListener("change",(function(t){const n=t.target.nextElementSibling;n&&n.classList.contains("eas-author-slug-select-error")&&e(n)}))}))}))}();
languages/edit-author-slug.pot CHANGED
@@ -1,16 +1,16 @@
1
- # Copyright (C) 2009-2021 Brandon Allen
2
  # This file is distributed under the same license as the Edit Author Slug package.
3
  # Submit translations to https://translate.wordpress.org/projects/wp-plugins/edit-author-slug.
4
  msgid ""
5
  msgstr ""
6
- "Project-Id-Version: Edit Author Slug 1.8.3\n"
7
  "Report-Msgid-Bugs-To: https://github.com/thebrandonallen/edit-author-slug/issues\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: LANGUAGE <LL@li.org>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
- "POT-Creation-Date: 2021-08-07T22:33:31+00:00\n"
14
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
15
  "X-Generator: WP-CLI 2.5.0\n"
16
  "X-Poedit-KeywordsList: __:1,2d;_e:1,2d;_x:1,2c,3d;_n:1,2,4d;_ex:1,2c,3d;_nx:1,2,4c,5d;esc_attr__:1,2d;esc_attr_e:1,2d;esc_attr_x:1,2c,3d;esc_html__:1,2d;esc_html_e:1,2d;esc_html_x:1,2c,3d;_n_noop:1,2,3d;_nx_noop:1,2,3c,4d\n"
@@ -51,207 +51,207 @@ msgstr ""
51
 
52
  #: includes/admin.php:77
53
  #: includes/admin.php:79
54
- #: includes/admin.php:323
55
  msgid "Author Slug"
56
  msgstr ""
57
 
58
- #: includes/admin.php:98
59
  msgid "Custom:"
60
  msgstr ""
61
 
62
- #: includes/admin.php:99
63
  msgid "Enter a custom author slug in the following field"
64
  msgstr ""
65
 
66
- #: includes/admin.php:101
67
  msgid "Custom author slug:"
68
  msgstr ""
69
 
70
- #: includes/admin.php:168
71
  msgid "<strong>ERROR</strong>: An author slug cannot be blank. Please try again."
72
  msgstr ""
73
 
74
- #: includes/admin.php:213
75
  msgid "<strong>ERROR</strong>: An author slug can only contain alphanumeric characters, underscores (_) and dashes (-)."
76
  msgstr ""
77
 
78
- #: includes/admin.php:222
79
  msgid "<strong>ERROR</strong>: That author slug appears to be invalid. Please try something different."
80
  msgstr ""
81
 
82
- #: includes/admin.php:231
83
  msgid "<strong>ERROR</strong>: An author slug may not be longer than 50 characters."
84
  msgstr ""
85
 
86
- #: includes/admin.php:247
87
  msgid "<strong>ERROR</strong>: Your iThemes settings prevent your author slug from being the same as your username."
88
  msgstr ""
89
 
90
  #. translators: 1: author slug
91
- #: includes/admin.php:263
92
  msgid "<strong>ERROR</strong>: The author slug, %1$s, already exists. Please try something different."
93
  msgstr ""
94
 
95
- #: includes/admin.php:409
96
- #: includes/admin.php:428
97
  msgid "Edit Author Slug Settings"
98
  msgstr ""
99
 
100
- #: includes/admin.php:410
101
  msgctxt "Settings menu item"
102
  msgid "Edit Author Slug"
103
  msgstr ""
104
 
105
- #: includes/admin.php:431
106
  msgid "You can customize your own author slug by visiting your profile page. "
107
  msgstr ""
108
 
109
- #: includes/admin.php:431
110
  msgid "This also applies to other users."
111
  msgstr ""
112
 
113
- #: includes/admin.php:456
114
- #: includes/admin.php:464
115
  msgid "Author Base"
116
  msgstr ""
117
 
118
- #: includes/admin.php:478
119
  msgid "Remove Front"
120
  msgstr ""
121
 
122
- #: includes/admin.php:489
123
  msgid "Role-Based Author Base"
124
  msgstr ""
125
 
126
- #: includes/admin.php:499
127
  msgid "Role Slugs"
128
  msgstr ""
129
 
130
- #: includes/admin.php:509
131
  msgid "Automatic Author Slug Creation"
132
  msgstr ""
133
 
134
- #: includes/admin.php:517
135
  msgid "Automatically Update"
136
  msgstr ""
137
 
138
- #: includes/admin.php:527
139
- #: includes/admin.php:558
140
  msgid "Author Slug Structure"
141
  msgstr ""
142
 
143
- #: includes/admin.php:540
144
  msgid "Bulk Update Author Slugs"
145
  msgstr ""
146
 
147
- #: includes/admin.php:548
148
  msgid "Bulk Update"
149
  msgstr ""
150
 
151
- #: includes/admin.php:577
152
  msgid "Change your author base to something more fun!"
153
  msgstr ""
154
 
155
- #: includes/admin.php:590
156
  msgid "Allow Author Slugs to be automatically updated, and set the default Author Slug structure for users. Automatic updating will only occur when a user can't edit Author Slugs on their own."
157
  msgstr ""
158
 
159
- #: includes/admin.php:590
160
  msgid "This could have SEO repercussions if users update their profiles frequently, and it will override any manual editing of the Author Slug you may have previously completed."
161
  msgstr ""
162
 
163
- #: includes/admin.php:613
164
  msgid "Defaults to 'author'"
165
  msgstr ""
166
 
167
- #: includes/admin.php:615
168
  msgid "Demo:"
169
  msgstr ""
170
 
171
- #: includes/admin.php:643
172
  msgid "Remove the \"front\" portion of the author permalink structure."
173
  msgstr ""
174
 
175
- #: includes/admin.php:659
176
  msgid "Set user's Author Base according to their role."
177
  msgstr ""
178
 
179
  #. translators: 1: rewrite tag, 2: rewrite tag demo usage, 3: demo URL using rewrite tag
180
- #: includes/admin.php:665
181
  msgid "Use the %1$s rewrite tag to customize the role-based author base. If you set the author base to \"%2$s\", the resulting author structure will be something like \"%3$s\"."
182
  msgstr ""
183
 
184
- #: includes/admin.php:778
185
  msgid "Automatically update Author Slug when a user updates their profile."
186
  msgstr ""
187
 
188
- #: includes/admin.php:806
189
  msgid "Default author slug options"
190
  msgstr ""
191
 
192
  #. translators: 1: <code>username</code>, 2: <code>username</code>
193
- #: includes/admin.php:818
194
- #: includes/admin.php:896
195
  msgid "Your iThemes settings suggest you don't want the %1$s being used as an author slug. Leaving it set to %2$s will still work, but you may wish to change to something different."
196
  msgstr ""
197
 
198
- #: includes/admin.php:839
199
  msgid "Update all users at once based on the specified Author Slug structure."
200
  msgstr ""
201
 
202
- #: includes/admin.php:856
203
  msgid "Update all users according to the below Author Slug setting. This will only be run after clicking \"Save Changes\"."
204
  msgstr ""
205
 
206
- #: includes/admin.php:884
207
  msgid "Default bulk update author slug options"
208
  msgstr ""
209
 
210
- #: includes/admin.php:928
211
  msgid "Settings"
212
  msgstr ""
213
 
214
- #: includes/admin.php:955
215
  #: tests/test-admin.php:1112
216
  msgid "username (Default)"
217
  msgstr ""
218
 
219
- #: includes/admin.php:956
220
  #: tests/test-admin.php:1113
221
  msgid "nickname"
222
  msgstr ""
223
 
224
- #: includes/admin.php:957
225
  #: tests/test-admin.php:1114
226
  msgid "displayname"
227
  msgstr ""
228
 
229
- #: includes/admin.php:958
230
  #: tests/test-admin.php:1115
231
  msgid "firstname"
232
  msgstr ""
233
 
234
- #: includes/admin.php:959
235
  #: tests/test-admin.php:1116
236
  msgid "lastname"
237
  msgstr ""
238
 
239
- #: includes/admin.php:960
240
  #: tests/test-admin.php:1117
241
  msgid "firstname-lastname"
242
  msgstr ""
243
 
244
- #: includes/admin.php:961
245
  #: tests/test-admin.php:1118
246
  msgid "lastname-firstname"
247
  msgstr ""
248
 
249
- #: includes/admin.php:962
250
  #: tests/test-admin.php:1119
251
  msgid "userid"
252
  msgstr ""
253
 
254
- #: includes/admin.php:963
255
  #: tests/test-admin.php:1120
256
  msgid "hash"
257
  msgstr ""
1
+ # Copyright (C) 2009-2022 Brandon Allen
2
  # This file is distributed under the same license as the Edit Author Slug package.
3
  # Submit translations to https://translate.wordpress.org/projects/wp-plugins/edit-author-slug.
4
  msgid ""
5
  msgstr ""
6
+ "Project-Id-Version: Edit Author Slug 1.8.4\n"
7
  "Report-Msgid-Bugs-To: https://github.com/thebrandonallen/edit-author-slug/issues\n"
8
  "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
9
  "Language-Team: LANGUAGE <LL@li.org>\n"
10
  "MIME-Version: 1.0\n"
11
  "Content-Type: text/plain; charset=UTF-8\n"
12
  "Content-Transfer-Encoding: 8bit\n"
13
+ "POT-Creation-Date: 2022-02-14T00:30:33+00:00\n"
14
  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
15
  "X-Generator: WP-CLI 2.5.0\n"
16
  "X-Poedit-KeywordsList: __:1,2d;_e:1,2d;_x:1,2c,3d;_n:1,2,4d;_ex:1,2c,3d;_nx:1,2,4c,5d;esc_attr__:1,2d;esc_attr_e:1,2d;esc_attr_x:1,2c,3d;esc_html__:1,2d;esc_html_e:1,2d;esc_html_x:1,2c,3d;_n_noop:1,2,3d;_nx_noop:1,2,3c,4d\n"
51
 
52
  #: includes/admin.php:77
53
  #: includes/admin.php:79
54
+ #: includes/admin.php:324
55
  msgid "Author Slug"
56
  msgstr ""
57
 
58
+ #: includes/admin.php:99
59
  msgid "Custom:"
60
  msgstr ""
61
 
62
+ #: includes/admin.php:100
63
  msgid "Enter a custom author slug in the following field"
64
  msgstr ""
65
 
66
+ #: includes/admin.php:102
67
  msgid "Custom author slug:"
68
  msgstr ""
69
 
70
+ #: includes/admin.php:169
71
  msgid "<strong>ERROR</strong>: An author slug cannot be blank. Please try again."
72
  msgstr ""
73
 
74
+ #: includes/admin.php:214
75
  msgid "<strong>ERROR</strong>: An author slug can only contain alphanumeric characters, underscores (_) and dashes (-)."
76
  msgstr ""
77
 
78
+ #: includes/admin.php:223
79
  msgid "<strong>ERROR</strong>: That author slug appears to be invalid. Please try something different."
80
  msgstr ""
81
 
82
+ #: includes/admin.php:232
83
  msgid "<strong>ERROR</strong>: An author slug may not be longer than 50 characters."
84
  msgstr ""
85
 
86
+ #: includes/admin.php:248
87
  msgid "<strong>ERROR</strong>: Your iThemes settings prevent your author slug from being the same as your username."
88
  msgstr ""
89
 
90
  #. translators: 1: author slug
91
+ #: includes/admin.php:264
92
  msgid "<strong>ERROR</strong>: The author slug, %1$s, already exists. Please try something different."
93
  msgstr ""
94
 
95
+ #: includes/admin.php:410
96
+ #: includes/admin.php:429
97
  msgid "Edit Author Slug Settings"
98
  msgstr ""
99
 
100
+ #: includes/admin.php:411
101
  msgctxt "Settings menu item"
102
  msgid "Edit Author Slug"
103
  msgstr ""
104
 
105
+ #: includes/admin.php:432
106
  msgid "You can customize your own author slug by visiting your profile page. "
107
  msgstr ""
108
 
109
+ #: includes/admin.php:432
110
  msgid "This also applies to other users."
111
  msgstr ""
112
 
113
+ #: includes/admin.php:457
114
+ #: includes/admin.php:465
115
  msgid "Author Base"
116
  msgstr ""
117
 
118
+ #: includes/admin.php:479
119
  msgid "Remove Front"
120
  msgstr ""
121
 
122
+ #: includes/admin.php:490
123
  msgid "Role-Based Author Base"
124
  msgstr ""
125
 
126
+ #: includes/admin.php:500
127
  msgid "Role Slugs"
128
  msgstr ""
129
 
130
+ #: includes/admin.php:510
131
  msgid "Automatic Author Slug Creation"
132
  msgstr ""
133
 
134
+ #: includes/admin.php:518
135
  msgid "Automatically Update"
136
  msgstr ""
137
 
138
+ #: includes/admin.php:528
139
+ #: includes/admin.php:559
140
  msgid "Author Slug Structure"
141
  msgstr ""
142
 
143
+ #: includes/admin.php:541
144
  msgid "Bulk Update Author Slugs"
145
  msgstr ""
146
 
147
+ #: includes/admin.php:549
148
  msgid "Bulk Update"
149
  msgstr ""
150
 
151
+ #: includes/admin.php:578
152
  msgid "Change your author base to something more fun!"
153
  msgstr ""
154
 
155
+ #: includes/admin.php:591
156
  msgid "Allow Author Slugs to be automatically updated, and set the default Author Slug structure for users. Automatic updating will only occur when a user can't edit Author Slugs on their own."
157
  msgstr ""
158
 
159
+ #: includes/admin.php:591
160
  msgid "This could have SEO repercussions if users update their profiles frequently, and it will override any manual editing of the Author Slug you may have previously completed."
161
  msgstr ""
162
 
163
+ #: includes/admin.php:614
164
  msgid "Defaults to 'author'"
165
  msgstr ""
166
 
167
+ #: includes/admin.php:616
168
  msgid "Demo:"
169
  msgstr ""
170
 
171
+ #: includes/admin.php:644
172
  msgid "Remove the \"front\" portion of the author permalink structure."
173
  msgstr ""
174
 
175
+ #: includes/admin.php:660
176
  msgid "Set user's Author Base according to their role."
177
  msgstr ""
178
 
179
  #. translators: 1: rewrite tag, 2: rewrite tag demo usage, 3: demo URL using rewrite tag
180
+ #: includes/admin.php:666
181
  msgid "Use the %1$s rewrite tag to customize the role-based author base. If you set the author base to \"%2$s\", the resulting author structure will be something like \"%3$s\"."
182
  msgstr ""
183
 
184
+ #: includes/admin.php:779
185
  msgid "Automatically update Author Slug when a user updates their profile."
186
  msgstr ""
187
 
188
+ #: includes/admin.php:807
189
  msgid "Default author slug options"
190
  msgstr ""
191
 
192
  #. translators: 1: <code>username</code>, 2: <code>username</code>
193
+ #: includes/admin.php:819
194
+ #: includes/admin.php:897
195
  msgid "Your iThemes settings suggest you don't want the %1$s being used as an author slug. Leaving it set to %2$s will still work, but you may wish to change to something different."
196
  msgstr ""
197
 
198
+ #: includes/admin.php:840
199
  msgid "Update all users at once based on the specified Author Slug structure."
200
  msgstr ""
201
 
202
+ #: includes/admin.php:857
203
  msgid "Update all users according to the below Author Slug setting. This will only be run after clicking \"Save Changes\"."
204
  msgstr ""
205
 
206
+ #: includes/admin.php:885
207
  msgid "Default bulk update author slug options"
208
  msgstr ""
209
 
210
+ #: includes/admin.php:929
211
  msgid "Settings"
212
  msgstr ""
213
 
214
+ #: includes/admin.php:956
215
  #: tests/test-admin.php:1112
216
  msgid "username (Default)"
217
  msgstr ""
218
 
219
+ #: includes/admin.php:957
220
  #: tests/test-admin.php:1113
221
  msgid "nickname"
222
  msgstr ""
223
 
224
+ #: includes/admin.php:958
225
  #: tests/test-admin.php:1114
226
  msgid "displayname"
227
  msgstr ""
228
 
229
+ #: includes/admin.php:959
230
  #: tests/test-admin.php:1115
231
  msgid "firstname"
232
  msgstr ""
233
 
234
+ #: includes/admin.php:960
235
  #: tests/test-admin.php:1116
236
  msgid "lastname"
237
  msgstr ""
238
 
239
+ #: includes/admin.php:961
240
  #: tests/test-admin.php:1117
241
  msgid "firstname-lastname"
242
  msgstr ""
243
 
244
+ #: includes/admin.php:962
245
  #: tests/test-admin.php:1118
246
  msgid "lastname-firstname"
247
  msgstr ""
248
 
249
+ #: includes/admin.php:963
250
  #: tests/test-admin.php:1119
251
  msgid "userid"
252
  msgstr ""
253
 
254
+ #: includes/admin.php:964
255
  #: tests/test-admin.php:1120
256
  msgid "hash"
257
  msgstr ""
readme.txt CHANGED
@@ -2,9 +2,9 @@
2
  Contributors: thebrandonallen
3
  Tags: author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
4
  Requires at least: 4.9
5
- Tested up to: 5.8
6
  Requires PHP: 5.6.20
7
- Stable tag: 1.8.3
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
@@ -65,9 +65,13 @@ While I've made every attempt to prevent this, I may have missed a spot or two.
65
 
66
  If this doesn't work, make sure you don't have any slug conflicts from other posts/pages/plugins/permalink setting/etc. If you're still experiencing the issue, feel free to post a support request in the forums.
67
 
68
- == Changelog ==
69
-
70
- = 1.8.3 =
 
 
 
 
71
  * Release date: 2021-08-07
72
  * Bumps "Tested up to" version to 5.8
73
  * Improves string translations and adds some missing strings that couldn't, previously be translated. Props @alexclassroom
2
  Contributors: thebrandonallen
3
  Tags: author, author base, author slug, user nicename, nicename, permalink, permalinks, slug, users, user, role, roles
4
  Requires at least: 4.9
5
+ Tested up to: 5.9
6
  Requires PHP: 5.6.20
7
+ Stable tag: 1.8.4
8
  License: GPLv2 or later
9
  License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
10
 
65
 
66
  If this doesn't work, make sure you don't have any slug conflicts from other posts/pages/plugins/permalink setting/etc. If you're still experiencing the issue, feel free to post a support request in the forums.
67
 
68
+ == Changelog ==
69
+
70
+ = 1.8.4 =
71
+ * Release date: 2022-02-13
72
+ * Bumps "Tested up to" version to 5.9
73
+
74
+ = 1.8.3 =
75
  * Release date: 2021-08-07
76
  * Bumps "Tested up to" version to 5.8
77
  * Improves string translations and adds some missing strings that couldn't, previously be translated. Props @alexclassroom