readme.txt (view raw)
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 |
=== wp-webmention-again === Contributors: cadeyrn Donate link: https://paypal.me/petermolnar/3 Tags: webmention, pingback, indieweb Requires at least: 4.3 Tested up to: 4.4.2 Stable tag: 0.5.1 License: GPLv3 License URI: http://www.gnu.org/licenses/gpl-3.0.html Required minimum PHP version: 5.3 Alternative [Webmentions](http://indiewebcamp.com/webmention-spec) plugin for WordPress == Description == The plugin add [Webmention](http://indiewebcamp.com/webmention-spec) sending and receiving to WordPress. All processing is done via WordPress Cron, therefore it should be able to operate without distrupting site operation. It also extends comment types and supports [Reacji](https://indiewebcamp.com/reacji). It doesn't do anything with displaying the comments, but it does try to Microformats2 parse the incoming mentions. == Installation == 1. Upload contents of `wp-webmention-again.zip` to the `/wp-content/plugins/` directory 2. Activate the plugin through the `Plugins` menu in WordPress == Changelog == Version numbering logic: * every A. indicates BIG changes. * every .B version indicates new features. * every ..C indicates bugfixes for A.B version. = 0.5.1 = *2016-03-08* * fixed bug of dropping mentions when structure wasn't in the expected form * better debugging = 0.5= *2016-03-01* * major bugfix, externally available send_webmention wasn't doing what it should have been doing = 0.4 = *2016-02-22* * adding more polished parsing of incoming comments = 0.3 = *2016-01-14* * split into 3 files: base, sender & receiver for readability = 0.2 = *2016-01-13* * moved to webmentions table from meta entries; this is to have the option of queuing outgoing messages indepentently from posts (eg. from comments) = 0.1 = *2016-01-12* * initial working release |