Skip to content

Commit 57a4701

Browse files
authored
Merge pull request #256 from dshanske/redditfix
Reddit Fix
2 parents 1de9e7a + 46004c4 commit 57a4701

File tree

5 files changed

+40
-33
lines changed

5 files changed

+40
-33
lines changed

includes/class-hcard-user.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ public static function silos() {
7777
'baseurl' => 'https://bsky.app/profile/%s',
7878
'display' => __( 'Bluesky Username', 'indieweb' ),
7979
),
80+
8081
'reddit' => array(
81-
'baseurl' => 'https:/reddit.com/user/%s',
82+
'baseurl' => 'https://reddit.com/user/%s',
8283
'display' => __( 'Reddit Username', 'indieweb' ),
8384
),
8485
'mastodon' => array(

indieweb.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Interested in connecting your WordPress site to the IndieWeb?
66
* Author: IndieWebCamp WordPress Outreach Club
77
* Author URI: https://indieweb.org/WordPress_Outreach_Club
8-
* Version: 4.0.3
8+
* Version: 4.0.4
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: indieweb

languages/wordpress-indieweb.pot

+29-29
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: IndieWeb 4.0.3\n"
5+
"Project-Id-Version: IndieWeb 4.0.4\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpress-indieweb\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <[email protected]>\n"
99
"MIME-Version: 1.0\n"
1010
"Content-Type: text/plain; charset=UTF-8\n"
1111
"Content-Transfer-Encoding: 8bit\n"
12-
"POT-Creation-Date: 2024-02-25T10:51:51+00:00\n"
12+
"POT-Creation-Date: 2024-03-09T15:17:03+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1414
"X-Generator: WP-CLI 2.9.0\n"
1515
"X-Domain: indieweb\n"
@@ -149,112 +149,112 @@ msgstr ""
149149
msgid "Bluesky Username"
150150
msgstr ""
151151

152-
#: includes/class-hcard-user.php:82
152+
#: includes/class-hcard-user.php:83
153153
msgid "Reddit Username"
154154
msgstr ""
155155

156-
#: includes/class-hcard-user.php:86
156+
#: includes/class-hcard-user.php:87
157157
msgid "Mastodon Server (URL)"
158158
msgstr ""
159159

160-
#: includes/class-hcard-user.php:108
160+
#: includes/class-hcard-user.php:109
161161
msgid "Telephone"
162162
msgstr ""
163163

164-
#: includes/class-hcard-user.php:109
164+
#: includes/class-hcard-user.php:110
165165
msgid "PGP Key (URL)"
166166
msgstr ""
167167

168-
#: includes/class-hcard-user.php:116
168+
#: includes/class-hcard-user.php:117
169169
msgid "Street Address"
170170
msgstr ""
171171

172-
#: includes/class-hcard-user.php:117
172+
#: includes/class-hcard-user.php:118
173173
msgid "Street Number and Name"
174174
msgstr ""
175175

176-
#: includes/class-hcard-user.php:120
176+
#: includes/class-hcard-user.php:121
177177
msgid "Extended Address"
178178
msgstr ""
179179

180-
#: includes/class-hcard-user.php:121
180+
#: includes/class-hcard-user.php:122
181181
msgid "Apartment/Suite/Room Name/Number if any"
182182
msgstr ""
183183

184-
#: includes/class-hcard-user.php:124
184+
#: includes/class-hcard-user.php:125
185185
msgid "Locality"
186186
msgstr ""
187187

188-
#: includes/class-hcard-user.php:125
188+
#: includes/class-hcard-user.php:126
189189
msgid "City/State/Village"
190190
msgstr ""
191191

192-
#: includes/class-hcard-user.php:128
192+
#: includes/class-hcard-user.php:129
193193
msgid "Region"
194194
msgstr ""
195195

196-
#: includes/class-hcard-user.php:129
196+
#: includes/class-hcard-user.php:130
197197
msgid "State/County/Province"
198198
msgstr ""
199199

200-
#: includes/class-hcard-user.php:132
200+
#: includes/class-hcard-user.php:133
201201
msgid "Postal Code"
202202
msgstr ""
203203

204-
#: includes/class-hcard-user.php:133
204+
#: includes/class-hcard-user.php:134
205205
msgid "Postal Code, such as Zip Code"
206206
msgstr ""
207207

208-
#: includes/class-hcard-user.php:136
209208
#: includes/class-hcard-user.php:137
209+
#: includes/class-hcard-user.php:138
210210
msgid "Country Name"
211211
msgstr ""
212212

213-
#: includes/class-hcard-user.php:146
213+
#: includes/class-hcard-user.php:147
214214
msgid "Job Title"
215215
msgstr ""
216216

217-
#: includes/class-hcard-user.php:147
217+
#: includes/class-hcard-user.php:148
218218
msgid "Title or Role"
219219
msgstr ""
220220

221-
#: includes/class-hcard-user.php:150
221+
#: includes/class-hcard-user.php:151
222222
msgid "Organization"
223223
msgstr ""
224224

225-
#: includes/class-hcard-user.php:151
225+
#: includes/class-hcard-user.php:152
226226
msgid "Affiliated Organization"
227227
msgstr ""
228228

229-
#: includes/class-hcard-user.php:154
229+
#: includes/class-hcard-user.php:155
230230
msgid "Honorific Prefix"
231231
msgstr ""
232232

233-
#: includes/class-hcard-user.php:155
233+
#: includes/class-hcard-user.php:156
234234
msgid "e.g. Mrs., Mr. Dr."
235235
msgstr ""
236236

237-
#: includes/class-hcard-user.php:162
237+
#: includes/class-hcard-user.php:163
238238
msgid "Address"
239239
msgstr ""
240240

241-
#: includes/class-hcard-user.php:163
241+
#: includes/class-hcard-user.php:164
242242
msgid "Fill in all fields you wish displayed."
243243
msgstr ""
244244

245-
#: includes/class-hcard-user.php:170
245+
#: includes/class-hcard-user.php:171
246246
msgid "Additional Profile Information"
247247
msgstr ""
248248

249-
#: includes/class-hcard-user.php:171
249+
#: includes/class-hcard-user.php:172
250250
msgid "Fill in all fields you are wish displayed."
251251
msgstr ""
252252

253-
#: includes/class-hcard-user.php:176
253+
#: includes/class-hcard-user.php:177
254254
msgid "Other Sites"
255255
msgstr ""
256256

257-
#: includes/class-hcard-user.php:176
257+
#: includes/class-hcard-user.php:177
258258
msgid "Other profiles without their own field in your user profile (One URL per line)"
259259
msgstr ""
260260

readme.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
**Requires at least:** 4.7
66
**Requires PHP:** 5.6
77
**Tested up to:** 6.4
8-
**Stable tag:** 4.0.3
8+
**Stable tag:** 4.0.4
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -79,6 +79,9 @@ One could certainly download, install, and activate some or all of these plugins
7979

8080
Project maintained on github at [indieweb/wordpress-indieweb](https://github.com/indieweb/wordpress-indieweb).
8181

82+
### 4.0.4 ###
83+
* Profile setting for reddit was missing a /
84+
8285
### 4.0.3 ###
8386
* Refresh icons
8487
* Add minimal CSS file

readme.txt

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tags: indieweb, webmention, POSSE, indieauth
55
Requires at least: 4.7
66
Requires PHP: 5.6
77
Tested up to: 6.4
8-
Stable tag: 4.0.3
8+
Stable tag: 4.0.4
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -79,6 +79,9 @@ One could certainly download, install, and activate some or all of these plugins
7979

8080
Project maintained on github at [indieweb/wordpress-indieweb](https://github.com/indieweb/wordpress-indieweb).
8181

82+
= 4.0.4 =
83+
* Profile setting for reddit was missing a /
84+
8285
= 4.0.3 =
8386
* Refresh icons
8487
* Add minimal CSS file

0 commit comments

Comments
 (0)