Skip to content

Commit 0dce239

Browse files
authored
Merge pull request #235 from indieweb/remove-sl-and-uf2
remove Semantic Linkbacks
2 parents 0db9c34 + 0928a97 commit 0dce239

File tree

280 files changed

+294
-101
lines changed

Some content is hidden

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

280 files changed

+294
-101
lines changed

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@ services:
2424
restart: always
2525
environment:
2626
WORDPRESS_DB_HOST: db:3306
27+
WORDPRESS_DB_USER: wordpress
2728
WORDPRESS_DB_PASSWORD: wordpress
2829
WORDPRESS_DEBUG: 1

indieweb.php

+1-7
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: 3.4.7
8+
* Version: 4.0.0
99
* License: MIT
1010
* License URI: http://opensource.org/licenses/MIT
1111
* Text Domain: indieweb
@@ -157,9 +157,6 @@ public static function register_plugins() {
157157
array(
158158
'slug' => 'webmention',
159159
),
160-
array(
161-
'slug' => 'semantic-linkbacks',
162-
),
163160
array(
164161
'slug' => 'micropub',
165162
),
@@ -172,9 +169,6 @@ public static function register_plugins() {
172169
array(
173170
'slug' => 'indieauth',
174171
),
175-
array(
176-
'slug' => 'wp-uf2',
177-
),
178172
array(
179173
'slug' => 'simple-location',
180174
),

readme.md

+8-5
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.0
8-
**Stable tag:** 3.4.7
7+
**Tested up to:** 6.1
8+
**Stable tag:** 4.0.0
99
**License:** MIT
1010
**License URI:** http://opensource.org/licenses/MIT
1111

@@ -23,7 +23,6 @@ Some of these plugins allow you to:
2323
* allow comments on others' sites to show up as comments on your posts
2424
* help make IndieWeb comments and mentions look better on your site
2525
* allow support for webmentions
26-
* provide basic support for [Microformats 2](http://microformats.org/wiki/microformats2)
2726
* add location support to your posts
2827
* more easily syndicate your content to other sites to take advantage of network effects and other communities while still owning all of your original content
2928
* link to syndicated versions of a post so that comments on your content in silos like Facebook, Twitter, Instagram can come back to your original post as comments there
@@ -69,19 +68,23 @@ If you think we missed a plugin reference, please file an issue on [Github](http
6968
One could certainly download, install, and activate some or all of these plugins separately, picking and choosing features as needed, but it is much quicker and easier to utilize the interface provided by this IndieWeb plugin to install and activate them.
7069

7170
* Webmention (Required) - allows you to send and receive by adding webmention support to WordPress. Mentions show up as comments on your site.
72-
* Semantic Linkbacks (Required) - turns webmentions into richer responses, such as replies/likes/RSVP etc.
7371
* Post Kinds - Allows you to reply/like/RSVP etc to another site from your own, by adding support for kinds of posts to WordPress.
7472
* 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.
7573
* MicroPub - A MicroPub Server for publishing posts using third-party Micropub clients
7674
* 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.
77-
* Microformats 2 - provides basic mf2 support for any WordPress theme that does not support mf2 already. Note, due to inability to access every element via a filter or action, an [IndieWeb theme](http://indieweb.org/WordPress/Themes) is recommended.
7875
* Simple Location - adds basic location and weather support to WordPress posts
7976

8077

8178
## Changelog ##
8279

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

82+
### 4.0.0 ###
83+
* Remove Semantic Linkbacks recommendation
84+
* Remove Microformats2 recommendation
85+
* Update dependencies
86+
* Refresh icons
87+
8588
### 3.4.7 ###
8689
* Update dependencies
8790
* Refresh icons

readme.txt

+8-5
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.0
8-
Stable tag: 3.4.7
7+
Tested up to: 6.1
8+
Stable tag: 4.0.0
99
License: MIT
1010
License URI: http://opensource.org/licenses/MIT
1111

@@ -23,7 +23,6 @@ Some of these plugins allow you to:
2323
* allow comments on others' sites to show up as comments on your posts
2424
* help make IndieWeb comments and mentions look better on your site
2525
* allow support for webmentions
26-
* provide basic support for [Microformats 2](http://microformats.org/wiki/microformats2)
2726
* add location support to your posts
2827
* more easily syndicate your content to other sites to take advantage of network effects and other communities while still owning all of your original content
2928
* link to syndicated versions of a post so that comments on your content in silos like Facebook, Twitter, Instagram can come back to your original post as comments there
@@ -69,19 +68,23 @@ If you think we missed a plugin reference, please file an issue on [Github](http
6968
One could certainly download, install, and activate some or all of these plugins separately, picking and choosing features as needed, but it is much quicker and easier to utilize the interface provided by this IndieWeb plugin to install and activate them.
7069

7170
* Webmention (Required) - allows you to send and receive by adding webmention support to WordPress. Mentions show up as comments on your site.
72-
* Semantic Linkbacks (Required) - turns webmentions into richer responses, such as replies/likes/RSVP etc.
7371
* Post Kinds - Allows you to reply/like/RSVP etc to another site from your own, by adding support for kinds of posts to WordPress.
7472
* 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.
7573
* MicroPub - A MicroPub Server for publishing posts using third-party Micropub clients
7674
* 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.
77-
* Microformats 2 - provides basic mf2 support for any WordPress theme that does not support mf2 already. Note, due to inability to access every element via a filter or action, an [IndieWeb theme](http://indieweb.org/WordPress/Themes) is recommended.
7875
* Simple Location - adds basic location and weather support to WordPress posts
7976

8077

8178
== Changelog ==
8279

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

82+
= 4.0.0 =
83+
* Remove Semantic Linkbacks recommendation
84+
* Remove Microformats2 recommendation
85+
* Update dependencies
86+
* Refresh icons
87+
8588
= 3.4.7 =
8689
* Update dependencies
8790
* Refresh icons

static/svg/adminer.svg

+1
Loading

static/svg/adonisjs.svg

+1-1
Loading

static/svg/adp.svg

+1
Loading

static/svg/agora.svg

+1
Loading

static/svg/airbyte.svg

+1
Loading

static/svg/ajv.svg

+1-1
Loading

static/svg/alchemy.svg

+1
Loading

static/svg/algorand.svg

+1
Loading

static/svg/alwaysdata.svg

+1
Loading

static/svg/amazonapigateway.svg

+1
Loading

0 commit comments

Comments
 (0)