Skip to content

Commit e8f92b5

Browse files
committed
ReadMe updated
1 parent aba1fc9 commit e8f92b5

File tree

2 files changed

+38
-4
lines changed

2 files changed

+38
-4
lines changed

readme.md

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Following toot objects are supported.
5454

5555
* Text
5656
* Images
57+
* Galleries
5758
* URLs
5859
* Hashtags
5960
* Mentions
@@ -62,7 +63,6 @@ Following toot objects are supported.
6263

6364
Following toot objects are not supported.
6465

65-
* Galleries
6666
* Audio
6767
* Video
6868
* Poll
@@ -131,6 +131,10 @@ TootPress does not modify the existing canonical url handling in WordPress. If y
131131

132132
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.
133133

134+
### How are backlinks to Mastodon displayed?
135+
136+
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.
137+
134138
### Does TootPress support WordPress Multisite?
135139

136140
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
139143

140144
* Low maturity level
141145
* Early stage of development
142-
* Future updates may require a complete reload of the toots.
143-
* To avoid data inconsistancy and process errors
146+
* Future updates may require a complete reload of the toots
144147

145148
## Branches
146149

@@ -174,6 +177,18 @@ This project is licensed under the GPL3 License.
174177

175178
## Changelog
176179

180+
### 0.3 "Deadpool"
181+
182+
* April 2024
183+
* Feature: Support of Gallery Toots
184+
* Feature: Amount of Toots will be shown in WordPress Dashboard
185+
* Feature: Option to activate Backlinks to Mastodon
186+
* Changed: Label of User Interface Section in Plugin Options
187+
* Bugfix: Plugin CSS will now really be activated
188+
* Bugfix: Rewrite Rules will be updated after changed settings
189+
* Bugfix: Internal Plugin Version will be set corretly
190+
* Bugfix: CSS Option will be set correctly with Restore of default Settings
191+
177192
### 0.2.1
178193

179194
* April 2023

readme.txt

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Following toot objects are supported.
6060

6161
* Text
6262
* Images
63+
* Galleries
6364
* URLs
6465
* Hashtags
6566
* Mentions
@@ -68,7 +69,6 @@ Following toot objects are supported.
6869

6970
Following toot objects are not supported.
7071

71-
* Galleries
7272
* Audio
7373
* Video
7474
* Poll
@@ -132,12 +132,28 @@ TootPress does not modify the existing canonical url handling in WordPress. If y
132132

133133
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.
134134

135+
= How are backlinks to Mastodon displayed? =
136+
137+
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.
138+
135139
= Does TootPress support WordPress Multisite? =
136140

137141
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.
138142

139143
== Changelog ==
140144

145+
= 0.3 "Deadpool" =
146+
147+
* April 2024
148+
* Feature: Support of Gallery Toots
149+
* Feature: Amount of Toots will be shown in WordPress Dashboard
150+
* Feature: Option to activate Backlinks to Mastodon
151+
* Changed: Label of User Interface Section in Plugin Options
152+
* Bugfix: Plugin CSS will now really be activated
153+
* Bugfix: Rewrite Rules will be updated after changed settings
154+
* Bugfix: Internal Plugin Version will be set corretly
155+
* Bugfix: CSS Option will be set correctly with Restore of default Settings
156+
141157
= 0.2.1 =
142158

143159
* April 2023
@@ -156,5 +172,8 @@ No. TootPress does not support the WordPress Multisite Feature. The plugin is wo
156172

157173
== Upgrade Notice ==
158174

175+
= 0.3 =
176+
This version brings gallery support and contains major bugfixes.
177+
159178
= 0.2.1 =
160179
This version includes bugfixing only.

0 commit comments

Comments
 (0)