From e8f92b5cbb843deded47073cf53e1ae15f1bc8ac Mon Sep 17 00:00:00 2001 From: marco Date: Tue, 23 Apr 2024 22:30:49 +0200 Subject: [PATCH] ReadMe updated --- readme.md | 21 ++++++++++++++++++--- readme.txt | 21 ++++++++++++++++++++- 2 files changed, 38 insertions(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 2f5c454..a70df88 100644 --- a/readme.md +++ b/readme.md @@ -54,6 +54,7 @@ Following toot objects are supported. * Text * Images +* Galleries * URLs * Hashtags * Mentions @@ -62,7 +63,6 @@ Following toot objects are supported. Following toot objects are not supported. -* Galleries * Audio * Video * Poll @@ -131,6 +131,10 @@ TootPress does not modify the existing canonical url handling in WordPress. If y The length of the cron period in combination with the configuration of caching determines how early a toot will be displayed within the blog. If a toot should be displayed as early as possible, the caching must be deactivated for the page containing the toots. Another possibility is removing the affected page from the cache, if new toots have been loaded. For this, a WordPress Action is fired by the plugin, which then must be processed by your caching plugin. +### How are backlinks to Mastodon displayed? + +Backlinks to Mastodon can be activated in the plugin settings. In this case, the Mastodon Logo, which is shown for each toot, will be extended with an link to the original toot on the corresponding Mastodon instance. Recommendation is not activating the backlinks as this could cause an negative impact on SEO rating. + ### Does TootPress support WordPress Multisite? No. TootPress does not support the WordPress Multisite Feature. The plugin is working on the master-site, but is not working on all other child sites within the wordpress network. @@ -139,8 +143,7 @@ No. TootPress does not support the WordPress Multisite Feature. The plugin is wo * Low maturity level * Early stage of development -* Future updates may require a complete reload of the toots. -* To avoid data inconsistancy and process errors +* Future updates may require a complete reload of the toots ## Branches @@ -174,6 +177,18 @@ This project is licensed under the GPL3 License. ## Changelog +### 0.3 "Deadpool" + +* April 2024 +* Feature: Support of Gallery Toots +* Feature: Amount of Toots will be shown in WordPress Dashboard +* Feature: Option to activate Backlinks to Mastodon +* Changed: Label of User Interface Section in Plugin Options +* Bugfix: Plugin CSS will now really be activated +* Bugfix: Rewrite Rules will be updated after changed settings +* Bugfix: Internal Plugin Version will be set corretly +* Bugfix: CSS Option will be set correctly with Restore of default Settings + ### 0.2.1 * April 2023 diff --git a/readme.txt b/readme.txt index 10f2a3d..81c68b4 100644 --- a/readme.txt +++ b/readme.txt @@ -60,6 +60,7 @@ Following toot objects are supported. * Text * Images +* Galleries * URLs * Hashtags * Mentions @@ -68,7 +69,6 @@ Following toot objects are supported. Following toot objects are not supported. -* Galleries * Audio * Video * Poll @@ -132,12 +132,28 @@ TootPress does not modify the existing canonical url handling in WordPress. If y The length of the cron period in combination with the configuration of caching determines how early a toot will be displayed within the blog. If a toot should be displayed as early as possible, the caching must be deactivated for the page containing the toots. Another possibility is removing the affected page from the cache, if new toots have been loaded. For this, a WordPress Action is fired by the plugin, which then must be processed by your caching plugin. += How are backlinks to Mastodon displayed? = + +Backlinks to Mastodon can be activated in the plugin settings. In this case, the Mastodon Logo, which is shown for each toot, will be extended with an link to the original toot on the corresponding Mastodon instance. Recommendation is not activating the backlinks as this could cause an negative impact on SEO rating. + = Does TootPress support WordPress Multisite? = No. TootPress does not support the WordPress Multisite Feature. The plugin is working on the master-site, but is not working on all other child sites within the wordpress network. == Changelog == += 0.3 "Deadpool" = + +* April 2024 +* Feature: Support of Gallery Toots +* Feature: Amount of Toots will be shown in WordPress Dashboard +* Feature: Option to activate Backlinks to Mastodon +* Changed: Label of User Interface Section in Plugin Options +* Bugfix: Plugin CSS will now really be activated +* Bugfix: Rewrite Rules will be updated after changed settings +* Bugfix: Internal Plugin Version will be set corretly +* Bugfix: CSS Option will be set correctly with Restore of default Settings + = 0.2.1 = * April 2023 @@ -156,5 +172,8 @@ No. TootPress does not support the WordPress Multisite Feature. The plugin is wo == Upgrade Notice == += 0.3 = +This version brings gallery support and contains major bugfixes. + = 0.2.1 = This version includes bugfixing only. \ No newline at end of file