Merge branch 'develop'

This commit is contained in:
wolfgang101 2025-04-16 19:53:15 +02:00
commit fb76492ca2
2 changed files with 2 additions and 1 deletions

View File

@ -111,7 +111,7 @@ $constants = [
],
[
'key' => 'INCLUDE_MASTODON_FEED_TEXT_NO_STATUSES',
'value' => 'No statuses availablae',
'value' => 'No statuses available',
],
[
'key' => 'INCLUDE_MASTODON_FEED_TEXT_BOOSTED',

View File

@ -153,6 +153,7 @@ Use the following URL to get your ID:
== Changelog ==
= 1.9.11 =
* fixed typo (thank you @hjek)
* cleaned up code after 1.9.10 release
= 1.9.10 =