Skip to content

Commit

Permalink
Merge pull request #242 from dshanske/refreshnov23
Browse files Browse the repository at this point in the history
November 2023 Refresh
  • Loading branch information
dshanske committed Nov 24, 2023
2 parents c1ea95c + 25346ad commit 92234e3
Show file tree
Hide file tree
Showing 156 changed files with 6,447 additions and 5,109 deletions.
1 change: 1 addition & 0 deletions includes/class-hcard-author-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public function __construct() {
array(
'classname' => 'hcard_widget',
'description' => __( 'A widget that allows you to display author profile marked up as an h-card', 'indieweb' ),
'show_instance_in_rest' => true,
)
);
} // end constructor
Expand Down
10 changes: 10 additions & 0 deletions includes/class-relme-domain-icon-map.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,16 @@ class Rel_Me_Domain_Icon_Map {
'wordpress.com' => 'wordpress',
'itunes.apple.com' => 'applemusic',
'reading.am' => 'book',
'astral.ninja' => 'nostr',
'nos.social' => 'nostr',
'iris.to' => 'nostr',
'snort.social' => 'nostr',
'app.coracle.social' => 'nostr',
'primal.net' => 'nostr',
'habla.news' => 'nostr',
'nostr.band' => 'nostr',
'bsky.app' => 'bsky',
'bsky.social' => 'bsky'

);

Expand Down
1 change: 1 addition & 0 deletions includes/class-relme-widget.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ public function __construct() {
__( 'Show My Profiles on Other Sites', 'indieweb' ),
array(
'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' ),
'show_instance_in_rest' => true,
)
);
if ( ! is_active_widget( false, false, $this->id_base ) ) {
Expand Down
5,229 changes: 2,766 additions & 2,463 deletions includes/simple-icons.php

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion indieweb.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Interested in connecting your WordPress site to the IndieWeb?
* Author: IndieWebCamp WordPress Outreach Club
* Author URI: https://indieweb.org/WordPress_Outreach_Club
* Version: 4.0.1
* Version: 4.0.2
* License: MIT
* License URI: http://opensource.org/licenses/MIT
* Text Domain: indieweb
Expand Down
64 changes: 32 additions & 32 deletions languages/wordpress-indieweb.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
# This file is distributed under the MIT.
msgid ""
msgstr ""
"Project-Id-Version: IndieWeb 4.0.1\n"
"Project-Id-Version: IndieWeb 4.0.2\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/wordpress-indieweb\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2023-06-07T01:28:12+00:00\n"
"POT-Creation-Date: 2023-11-24T15:11:27+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.8.1\n"
"X-Generator: WP-CLI 2.9.0\n"
"X-Domain: indieweb\n"

#. Plugin Name of the plugin
Expand Down Expand Up @@ -55,69 +55,69 @@ msgstr ""
msgid "Black and White Rel-Me Icons"
msgstr ""

#: includes/class-general-settings.php:78
#: includes/class-general-settings.php:77
msgid "Identity Settings"
msgstr ""

#: includes/class-general-settings.php:91
#: includes/class-general-settings.php:90
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."
msgstr ""

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

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

#: includes/class-general-settings.php:119
#: includes/class-general-settings.php:118
msgid "Black and White Icons"
msgstr ""

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

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

#: includes/class-general-settings.php:143
#: includes/class-general-settings.php:141
msgid ""
"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"
"\t\t\t\ton all other pages, the post author links will be used. To display the links, add the\n"
"\t\t\t\twidget, otherwise they will remain hidden. "
msgstr ""

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

#: includes/class-hcard-author-widget.php:115
#: includes/class-hcard-author-widget.php:114
msgid "Avatar Size:"
msgstr ""

#: includes/class-hcard-author-widget.php:119
#: includes/class-hcard-author-widget.php:118
msgid "Show Avatar:"
msgstr ""

#: includes/class-hcard-author-widget.php:124
#: includes/class-hcard-author-widget.php:123
msgid "Show Location:"
msgstr ""

#: includes/class-hcard-author-widget.php:129
#: includes/class-hcard-author-widget.php:128
msgid "Show Notes:"
msgstr ""

#: includes/class-hcard-author-widget.php:134
#: includes/class-hcard-author-widget.php:133
msgid "Show Email:"
msgstr ""

#: includes/class-hcard-author-widget.php:139
#: includes/class-hcard-author-widget.php:138
msgid "Show Rel-Me:"
msgstr ""

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

#: includes/class-plugin-installer.php:55
#: includes/class-plugin-installer.php:383
#: includes/class-plugin-installer.php:54
#: includes/class-plugin-installer.php:380
msgid "Install Now"
msgstr ""

#: includes/class-plugin-installer.php:86
#: includes/class-plugin-installer.php:385
#: includes/class-plugin-installer.php:85
#: includes/class-plugin-installer.php:382
msgid "Activated"
msgstr ""

#: includes/class-plugin-installer.php:90
#: includes/class-plugin-installer.php:384
#: includes/class-plugin-installer.php:89
#: includes/class-plugin-installer.php:381
msgid "Activate"
msgstr ""

#: includes/class-plugin-installer.php:142
#: includes/class-plugin-installer.php:141
msgid "By"
msgstr ""

#: includes/class-plugin-installer.php:155
#: includes/class-plugin-installer.php:154
msgid "More Details"
msgstr ""

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

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

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

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

Expand All @@ -298,7 +298,7 @@ msgstr ""
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"
msgstr ""

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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-sass": "^2.0.0",
"grunt-wp-readme-to-markdown": "~2.1.0",
"simple-icons": "^9.12"
"simple-icons": "^9.21"
},
"license": "MIT",
"bugs": {
Expand Down
11 changes: 8 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
**Tags:** indieweb, webmention, POSSE, indieauth
**Requires at least:** 4.7
**Requires PHP:** 5.6
**Tested up to:** 6.3
**Stable tag:** 4.0.1
**Tested up to:** 6.4
**Stable tag:** 4.0.2
**License:** MIT
**License URI:** http://opensource.org/licenses/MIT

Expand Down Expand Up @@ -71,14 +71,19 @@ One could certainly download, install, and activate some or all of these plugins
* Post Kinds - Allows you to reply/like/RSVP etc to another site from your own, by adding support for kinds of posts to WordPress.
* 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.
* MicroPub - A MicroPub Server for publishing posts using third-party Micropub clients
* 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.
* IndieAuth - Adds an IndieAuth endpoint to WordPress.
* Simple Location - adds basic location and weather support to WordPress posts


## Changelog ##

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

### 4.0.2 ###
* Refresh icons
* Add bluesky and nostr icon manually per prior request
* Add legacy widget block support

### 4.0.1 ###
* Refresh dependencies and icons

Expand Down
11 changes: 8 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Donate link: https://indieweb.org/how-to-sponsor
Tags: indieweb, webmention, POSSE, indieauth
Requires at least: 4.7
Requires PHP: 5.6
Tested up to: 6.3
Stable tag: 4.0.1
Tested up to: 6.4
Stable tag: 4.0.2
License: MIT
License URI: http://opensource.org/licenses/MIT

Expand Down Expand Up @@ -71,14 +71,19 @@ One could certainly download, install, and activate some or all of these plugins
* Post Kinds - Allows you to reply/like/RSVP etc to another site from your own, by adding support for kinds of posts to WordPress.
* 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.
* MicroPub - A MicroPub Server for publishing posts using third-party Micropub clients
* 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.
* IndieAuth - Adds an IndieAuth endpoint to WordPress.
* Simple Location - adds basic location and weather support to WordPress posts


== Changelog ==

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

= 4.0.2 =
* Refresh icons
* Add bluesky and nostr icon manually per prior request
* Add legacy widget block support

= 4.0.1 =
* Refresh dependencies and icons

Expand Down
7 changes: 7 additions & 0 deletions sass/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,12 @@

.asmodee-frame {
fill:#EF462D;
}

.nostr {
fill:#662482;
}

.svg-bsky {
fill:#0085ff;
}

0 comments on commit 92234e3

Please sign in to comment.