Skip to content

Commit ba0f881

Browse files
committed
Update README for next release
1 parent 1938944 commit ba0f881

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,16 +78,23 @@ You can add this sample CSS if using the built-in render() method:
7878
This module writes two logs: webmentions-sent and webmentions-received.
7979

8080
## Vouch (beta)
81-
The [Vouch](http://indiewebcamp.com/Vouch) is a beta anti-spam extension to Webmention. This plugin will always attempt to send vouch URLs with webmentions, if possible. You can optionally require received webmentions include a vouch URL. In the admin area, Modules > Webmention, check the box to “Require webmention with vouch” and add “Approved vouch domains,” one domain per line.
81+
The [Vouch](https://indieweb.org/Vouch) is a beta anti-spam extension to Webmention. This plugin will always attempt to send vouch URLs with webmentions, if possible. You can optionally require received webmentions include a vouch URL. In the admin area, Modules > Webmention, check the box to “Require webmention with vouch” and add “Approved vouch domains,” one domain per line.
8282

8383
As of version 1.1.1, there is a new config field “Vouch whitelist URL.” You can enter the URL of your blogroll or other whitelist. It will be monitored periodically and new domains will be added to the list of approved vouch domains. Links must use the [h-card microformat](http://microformats.org/wiki/h-card). No domains will be removed from the approved vouch domains.
8484

8585
## IndieWeb
8686
The IndieWeb movement is about owning your data. It encourages you to create and publish on your own site and optionally syndicate to third-party sites. Webmention is one of the core building blocks of this movement.
8787

88-
Learn more and get involved by visiting <http://indiewebcamp.com>.
88+
Learn more and get involved by visiting <https://indieweb.org>.
8989

9090
## Changelog
91+
### v1.1.3 2017-03-27
92+
- Fixed fatal error on install
93+
- Improved validation of source, target, and vouch parameters
94+
- Enabled sending webmentions to links that have been removed from a post
95+
- Added hookable methods for image caching
96+
- Fixed handling of HTTP 410 Gone responses
97+
9198
### v1.1.2 2016-04-11
9299
- Important bug fix when parsing author name.
93100

0 commit comments

Comments
 (0)