Changeset 3002715 for indieblocks/trunk/readme.txt
- Timestamp:
- 11/28/2023 12:25:19 PM (2 years ago)
- File:
-
- 1 edited
-
indieblocks/trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
indieblocks/trunk/readme.txt
r2993569 r3002715 3 3 Tags: blocks, gutenberg, indieweb, notes, likes, microblog, microblogging, micropub, fse, site editor, webmention, syndication 4 4 Tested up to: 6.4 5 Stable tag: 0. 9.15 Stable tag: 0.10.0 6 6 License: GNU General Public License v3.0 7 7 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 10 10 11 11 == Description == 12 Use blocks, and, optionally, "short-form" post types to easily "IndieWebify" your WordPress site. 13 12 14 IndieBlocks registers several blocks (Bookmark, Like, Reply, and Repost, as well as the older Context block) that take a URL and output corresponding _microformatted_ HTML. 13 15 … … 18 20 These microformats, in combination with the Webmention protocol, allow for rich _cross-site_ conversations. IndieBlocks comes with its own Webmention implementation, but a separate plugin can be used, too. 19 21 20 IndieBlocks also registers several "theme" blocks (Facepile, Location, Syndication, and Link Preview), to be used in (block) themetemplates.22 IndieBlocks also registers several "theme" blocks (Facepile, Location, Syndication, and Link Preview), to be used in "block theme" templates. 21 23 22 24 == Installation == … … 27 29 More details can be found on [https://indieblocks.xyz/](https://indieblocks.xyz/). Issues may be filed at [https://github.com/janboddez/indieblocks](https://github.com/janboddez/indieblocks). 28 30 31 == Frequently Asked Questions == 32 = How does this plugin interact with the various other IndieWeb plugins? = 33 While IndieBlocks does not depend on _any_ other plugin, it is compatible with, and extends, the Micropub plugin for WordPress. See [https://indieblocks.xyz/documentation/micropub-and-indieauth/](https://indieblocks.xyz/documentation/micropub-and-indieauth/) for some more information. 34 35 IndieBlocks’ Facepile and Syndication blocks also aim to be compatible with, respectively, the Webmention and Syndication Links plugins. 36 29 37 == Changelog == 38 = 0.10.0 = 39 Send webmentions also for comments, to mentioned sites and the comment parent, if it exists and itself originated as a webmention. 40 30 41 = 0.9.1 = 31 42 Fix Webmention backlinks in Facepile block, add avatar background and icon color pickers. 43 32 44 = 0.9.0 = 33 45 Overhaul theme microformats functionality. 46 34 47 = 0.8.1 = 35 48 Fix issue with saving meta from block editor. Fix Markdown in Micropub notes. 49 36 50 = 0.8.0 = 37 51 Various bug fixes. Add Link Preview block. Also, webmentions are now closed when comments are, although this behavior is filterable. 52 38 53 = 0.7.1 = 39 54 Add Location block. The Facepile block now supports v5.0 and up of the Webmention plugin. 55 40 56 = 0.7.0 = 41 57 Store temperatures in Kelvin rather than degrees Celsius. Update `masterminds/html5` to version 2.8.0. Add Location block. 58 42 59 = 0.6.0 = 43 60 "Facepile" likes, bookmarks, and reposts. 61 44 62 = 0.5.0 = 45 63 Add Bookmark, Like, Reply and Repost blocks. Additional title options. 64 46 65 = 0.4.0 = 47 66 Add `indieblocks/syndication-links` block. 67 48 68 = 0.3.6 = 49 69 Minor bug fix, new plugin URL. 70 50 71 = 0.3.5 = 51 72 Fix rescheduling of webmentions from the classic editor. 73 52 74 = 0.3.4 = 53 75 Webmention tweaks. 54 76 = 0.3.3 = 55 77 Slight block changes. Bug fixes, and basic Webmention support. 78 56 79 = 0.2.0 = 57 80 Slightly improved "empty" URL handling, and permalink flushing. Additional CPT, feed and Micropub options. Date-based CPT archives, and basic location functions. 81 58 82 = 0.1.0 = 59 83 Very first version.
Note: See TracChangeset
for help on using the changeset viewer.