Skip to content

Commit 92234e3

Browse files
authored
Merge pull request #242 from dshanske/refreshnov23
November 2023 Refresh
2 parents c1ea95c + 25346ad commit 92234e3

File tree

156 files changed

+6447
-5109
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+6447
-5109
lines changed

includes/class-hcard-author-widget.php

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function __construct() {
1818
array(
1919
'classname' => 'hcard_widget',
2020
'description' => __( 'A widget that allows you to display author profile marked up as an h-card', 'indieweb' ),
21+
'show_instance_in_rest' => true,
2122
)
2223
);
2324
} // end constructor

includes/class-relme-domain-icon-map.php

+10
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ class Rel_Me_Domain_Icon_Map {
2222
'wordpress.com' => 'wordpress',
2323
'itunes.apple.com' => 'applemusic',
2424
'reading.am' => 'book',
25+
'astral.ninja' => 'nostr',
26+
'nos.social' => 'nostr',
27+
'iris.to' => 'nostr',
28+
'snort.social' => 'nostr',
29+
'app.coracle.social' => 'nostr',
30+
'primal.net' => 'nostr',
31+
'habla.news' => 'nostr',
32+
'nostr.band' => 'nostr',
33+
'bsky.app' => 'bsky',
34+
'bsky.social' => 'bsky'
2535

2636
);
2737

includes/class-relme-widget.php

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ public function __construct() {
1414
__( 'Show My Profiles on Other Sites', 'indieweb' ),
1515
array(
1616
'description' => __( 'Adds automatic rel-me URLs based on default author profile information. Rel=me links are links to your presence on other websites and visually appear like many social link widgets', 'indieweb' ),
17+
'show_instance_in_rest' => true,
1718
)
1819
);
1920
if ( ! is_active_widget( false, false, $this->id_base ) ) {

includes/simple-icons.php

+2,766-2,463
Large diffs are not rendered by default.

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.1
8+
* Version: 4.0.2
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: indieweb

languages/wordpress-indieweb.pot

+32-32
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
# This file is distributed under the MIT.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: IndieWeb 4.0.1\n"
5+
"Project-Id-Version: IndieWeb 4.0.2\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: 2023-06-07T01:28:12+00:00\n"
12+
"POT-Creation-Date: 2023-11-24T15:11:27+00:00\n"
1313
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
14-
"X-Generator: WP-CLI 2.8.1\n"
14+
"X-Generator: WP-CLI 2.9.0\n"
1515
"X-Domain: indieweb\n"
1616

1717
#. Plugin Name of the plugin
@@ -55,69 +55,69 @@ msgstr ""
5555
msgid "Black and White Rel-Me Icons"
5656
msgstr ""
5757

58-
#: includes/class-general-settings.php:78
58+
#: includes/class-general-settings.php:77
5959
msgid "Identity Settings"
6060
msgstr ""
6161

62-
#: includes/class-general-settings.php:91
62+
#: includes/class-general-settings.php:90
6363
msgid "If this website represents a single individual or entity, check this. This setting is disabled if you only have one user who has made a post."
6464
msgstr ""
6565

66-
#: includes/class-general-settings.php:106
66+
#: includes/class-general-settings.php:105
6767
msgid "Use User Website URL for Author"
6868
msgstr ""
6969

70-
#: includes/class-general-settings.php:112
70+
#: includes/class-general-settings.php:111
7171
msgid "If checked, this will replace the author page URL with the website URL from your user profile."
7272
msgstr ""
7373

74-
#: includes/class-general-settings.php:119
74+
#: includes/class-general-settings.php:118
7575
msgid "Black and White Icons"
7676
msgstr ""
7777

78-
#: includes/class-general-settings.php:125
78+
#: includes/class-general-settings.php:124
7979
msgid "If checked, the icon colors will not be loaded"
8080
msgstr ""
8181

82-
#: includes/class-general-settings.php:135
82+
#: includes/class-general-settings.php:133
8383
msgid ""
8484
"Using rel=me on a link indicates the link represents the same person or entity as\n"
8585
"\t\t\t\tthe current page. On a site with a single author, links to other profiles from their user profile will\n"
8686
"\t\t\t\tappear on the homepage. On a site with multiple authors these links will appear on the author page only."
8787
msgstr ""
8888

89-
#: includes/class-general-settings.php:143
89+
#: includes/class-general-settings.php:141
9090
msgid ""
9191
"The Default Author is the one whose that will be used on the home pages and archive pages. If the single author setting is not set,\n"
9292
"\t\t\t\ton all other pages, the post author links will be used. To display the links, add the\n"
9393
"\t\t\t\twidget, otherwise they will remain hidden. "
9494
msgstr ""
9595

96-
#: includes/class-hcard-author-widget.php:19
96+
#: includes/class-hcard-author-widget.php:20
9797
msgid "A widget that allows you to display author profile marked up as an h-card"
9898
msgstr ""
9999

100-
#: includes/class-hcard-author-widget.php:115
100+
#: includes/class-hcard-author-widget.php:114
101101
msgid "Avatar Size:"
102102
msgstr ""
103103

104-
#: includes/class-hcard-author-widget.php:119
104+
#: includes/class-hcard-author-widget.php:118
105105
msgid "Show Avatar:"
106106
msgstr ""
107107

108-
#: includes/class-hcard-author-widget.php:124
108+
#: includes/class-hcard-author-widget.php:123
109109
msgid "Show Location:"
110110
msgstr ""
111111

112-
#: includes/class-hcard-author-widget.php:129
112+
#: includes/class-hcard-author-widget.php:128
113113
msgid "Show Notes:"
114114
msgstr ""
115115

116-
#: includes/class-hcard-author-widget.php:134
116+
#: includes/class-hcard-author-widget.php:133
117117
msgid "Show Email:"
118118
msgstr ""
119119

120-
#: includes/class-hcard-author-widget.php:139
120+
#: includes/class-hcard-author-widget.php:138
121121
msgid "Show Rel-Me:"
122122
msgstr ""
123123

@@ -250,43 +250,43 @@ msgstr ""
250250
msgid "Other profiles without their own field in your user profile (One URL per line)"
251251
msgstr ""
252252

253-
#: includes/class-plugin-installer.php:55
254-
#: includes/class-plugin-installer.php:383
253+
#: includes/class-plugin-installer.php:54
254+
#: includes/class-plugin-installer.php:380
255255
msgid "Install Now"
256256
msgstr ""
257257

258-
#: includes/class-plugin-installer.php:86
259-
#: includes/class-plugin-installer.php:385
258+
#: includes/class-plugin-installer.php:85
259+
#: includes/class-plugin-installer.php:382
260260
msgid "Activated"
261261
msgstr ""
262262

263-
#: includes/class-plugin-installer.php:90
264-
#: includes/class-plugin-installer.php:384
263+
#: includes/class-plugin-installer.php:89
264+
#: includes/class-plugin-installer.php:381
265265
msgid "Activate"
266266
msgstr ""
267267

268-
#: includes/class-plugin-installer.php:142
268+
#: includes/class-plugin-installer.php:141
269269
msgid "By"
270270
msgstr ""
271271

272-
#: includes/class-plugin-installer.php:155
272+
#: includes/class-plugin-installer.php:154
273273
msgid "More Details"
274274
msgstr ""
275275

276-
#: includes/class-plugin-installer.php:177
276+
#: includes/class-plugin-installer.php:176
277277
msgid "Sorry, you are not allowed to install plugins on this site."
278278
msgstr ""
279279

280-
#: includes/class-plugin-installer.php:185
281-
#: includes/class-plugin-installer.php:258
280+
#: includes/class-plugin-installer.php:184
281+
#: includes/class-plugin-installer.php:256
282282
msgid "Error - unable to verify nonce, please try again."
283283
msgstr ""
284284

285-
#: includes/class-plugin-installer.php:250
285+
#: includes/class-plugin-installer.php:248
286286
msgid "Sorry, you are not allowed to activate plugins on this site."
287287
msgstr ""
288288

289-
#: includes/class-plugin-installer.php:382
289+
#: includes/class-plugin-installer.php:379
290290
msgid "Are you sure you want to install this plugin?"
291291
msgstr ""
292292

@@ -298,7 +298,7 @@ msgstr ""
298298
msgid "Adds automatic rel-me URLs based on default author profile information. Rel=me links are links to your presence on other websites and visually appear like many social link widgets"
299299
msgstr ""
300300

301-
#: includes/class-relme-widget.php:79
301+
#: includes/class-relme-widget.php:80
302302
msgid "Displays rel=me links which appear as icons with the logo of the site linked to when possible"
303303
msgstr ""
304304

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"grunt-contrib-copy": "^1.0.0",
1717
"grunt-contrib-sass": "^2.0.0",
1818
"grunt-wp-readme-to-markdown": "~2.1.0",
19-
"simple-icons": "^9.12"
19+
"simple-icons": "^9.21"
2020
},
2121
"license": "MIT",
2222
"bugs": {

readme.md

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

@@ -71,14 +71,19 @@ One could certainly download, install, and activate some or all of these plugins
7171
* Post Kinds - Allows you to reply/like/RSVP etc to another site from your own, by adding support for kinds of posts to WordPress.
7272
* Syndication Links - Automatically adds syndication links from a supported syndication plugin or by manual entry in the post editor. Support for NextScripts: Social Networks Auto-Poster (aka SNAP), the Medium plugin, and a few others.
7373
* MicroPub - A MicroPub Server for publishing posts using third-party Micropub clients
74-
* IndieAuth - Adds an IndieAuth endpoint to WordPress. Alternatively, if you do not want to enable this, you can use a third-party endpoint to login to the WordPress backend via IndieAuth.
74+
* IndieAuth - Adds an IndieAuth endpoint to WordPress.
7575
* Simple Location - adds basic location and weather support to WordPress posts
7676

7777

7878
## Changelog ##
7979

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

82+
### 4.0.2 ###
83+
* Refresh icons
84+
* Add bluesky and nostr icon manually per prior request
85+
* Add legacy widget block support
86+
8287
### 4.0.1 ###
8388
* Refresh dependencies and icons
8489

readme.txt

+8-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Donate link: https://indieweb.org/how-to-sponsor
44
Tags: indieweb, webmention, POSSE, indieauth
55
Requires at least: 4.7
66
Requires PHP: 5.6
7-
Tested up to: 6.3
8-
Stable tag: 4.0.1
7+
Tested up to: 6.4
8+
Stable tag: 4.0.2
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -71,14 +71,19 @@ One could certainly download, install, and activate some or all of these plugins
7171
* Post Kinds - Allows you to reply/like/RSVP etc to another site from your own, by adding support for kinds of posts to WordPress.
7272
* Syndication Links - Automatically adds syndication links from a supported syndication plugin or by manual entry in the post editor. Support for NextScripts: Social Networks Auto-Poster (aka SNAP), the Medium plugin, and a few others.
7373
* MicroPub - A MicroPub Server for publishing posts using third-party Micropub clients
74-
* IndieAuth - Adds an IndieAuth endpoint to WordPress. Alternatively, if you do not want to enable this, you can use a third-party endpoint to login to the WordPress backend via IndieAuth.
74+
* IndieAuth - Adds an IndieAuth endpoint to WordPress.
7575
* Simple Location - adds basic location and weather support to WordPress posts
7676

7777

7878
== Changelog ==
7979

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

82+
= 4.0.2 =
83+
* Refresh icons
84+
* Add bluesky and nostr icon manually per prior request
85+
* Add legacy widget block support
86+
8287
= 4.0.1 =
8388
* Refresh dependencies and icons
8489

sass/_icons.scss

+7
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,12 @@
1616

1717
.asmodee-frame {
1818
fill:#EF462D;
19+
}
20+
21+
.nostr {
22+
fill:#662482;
23+
}
1924

25+
.svg-bsky {
26+
fill:#0085ff;
2027
}

0 commit comments

Comments
 (0)