From 2a27209c287d055ee6f62fca426aa580db63370e Mon Sep 17 00:00:00 2001 From: Alex Kirk Date: Fri, 29 Nov 2024 09:26:20 +0100 Subject: [PATCH] Version bump + Changelog --- CHANGELOG.md | 5 +++++ README.md | 6 +++++- friends.php | 4 ++-- plugins.json | 18 +++++++++--------- 4 files changed, 21 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea8b4bf..24891e26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ +### 3.2.1 +- OPML Import: Support OPMLs without nesting ([#403]) + ### 3.2.0 - Improve Translate Live compatibility ([#401]) - Fix blog follower count in sidebar ([#400]) + ### 3.1.9 - Fix bug with loading the main theme ([#398]) @@ -299,6 +303,7 @@ - PHP: Introduced a namespace, changed the plugin hooks to friends_loaded and friends_load_parsers - Add checks for diagnosing the correct functioning to Site Health +[#403]: https://github.com/akirk/friends/pull/403 [#401]: https://github.com/akirk/friends/pull/401 [#400]: https://github.com/akirk/friends/pull/400 [#398]: https://github.com/akirk/friends/pull/398 diff --git a/README.md b/README.md index d5f4cfe6..2ed25e87 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ - Requires at least: 5.0 - Tested up to: 6.7 - License: GPL-2.0-or-later -- Stable tag: 3.2.0 +- Stable tag: 3.2.1 Your own WordPress at the center of your online activity. Follow friends and other websites and establish friendship relationships between blogs. @@ -96,6 +96,9 @@ There is a cache of your friends post in form of a Custom Post Type friend_post ## Changelog +### 3.2.1 +- OPML Import: Support OPMLs without nesting ([#403]) + ### 3.2.0 - Improve Translate Live compatibility ([#401]) - Fix blog follower count in sidebar ([#400]) @@ -154,6 +157,7 @@ There is a cache of your friends post in form of a Custom Post Type friend_post - Fix 404 on the New private post widget props @liviacarolgouvea ([#361]) - Improve ghost.org ActivityPub compatibility ([#356]) +[#403]: https://github.com/akirk/friends/pull/403 [#401]: https://github.com/akirk/friends/pull/401 [#400]: https://github.com/akirk/friends/pull/400 [#398]: https://github.com/akirk/friends/pull/398 diff --git a/friends.php b/friends.php index d88e4868..df49dc85 100644 --- a/friends.php +++ b/friends.php @@ -3,7 +3,7 @@ * Plugin name: Friends * Plugin author: Alex Kirk * Plugin URI: https://github.com/akirk/friends - * Version: 3.2.0 + * Version: 3.2.1 * Requires PHP: 5.6 * Description: A social network between WordPresses. Privacy focused, by itself a self-hosted RSS++ reader with notifications. @@ -25,7 +25,7 @@ define( 'FRIENDS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); define( 'FRIENDS_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); define( 'FRIENDS_PLUGIN_FILE', plugin_dir_path( __FILE__ ) . '/' . basename( __FILE__ ) ); -define( 'FRIENDS_VERSION', '3.2.0' ); +define( 'FRIENDS_VERSION', '3.2.1' ); require_once __DIR__ . '/libs/Mf2/Parser.php'; diff --git a/plugins.json b/plugins.json index fb91bf41..f856f533 100644 --- a/plugins.json +++ b/plugins.json @@ -33,10 +33,10 @@ "more_info": "https://github.com/akirk/friends-mastodon-like-interface", "author": "Alex Kirk", "slug": "friends-mastodon-like-interface", - "version": "0.2", - "trunk": "https://github.com/akirk/friends-mastodon-like-interface/archive/refs/tags/0.2.zip", - "download_link": "https://github.com/akirk/friends-mastodon-like-interface/archive/refs/tags/0.2.zip", - "last_updated": "2024-11-24", + "version": "0.3", + "trunk": "https://github.com/akirk/friends-mastodon-like-interface/archive/refs/tags/0.3.zip", + "download_link": "https://github.com/akirk/friends-mastodon-like-interface/archive/refs/tags/0.3.zip", + "last_updated": "2024-11-29", "sections": [] }, "friends-parser-fraidyscrape": { @@ -90,13 +90,13 @@ "more_info": "https://github.com/akirk/friends-send-to-e-reader", "author": "Alex Kirk", "slug": "friends-send-to-e-reader", - "version": "0.8.2", - "trunk": "https://github.com/akirk/friends-send-to-e-reader/archive/refs/tags/0.8.2.zip", - "download_link": "https://github.com/akirk/friends-send-to-e-reader/archive/refs/tags/0.8.2.zip", - "last_updated": "2024-11-24", + "version": "0.8.3", + "trunk": "https://github.com/akirk/friends-send-to-e-reader/archive/refs/tags/0.8.3.zip", + "download_link": "https://github.com/akirk/friends-send-to-e-reader/archive/refs/tags/0.8.3.zip", + "last_updated": "2024-11-26", "sections": { "Description": "See the post Subscribing to RSS Feeds on your E-Reader using your own WordPress blog for more details on how it works.
\nThis plugin is meant to be used with the Friends plugin.", - "Changelog": "

0.8.2


\n- Ensure the title is not empty ([#10])
\n- Improve the Reading Summary function ([#9])
\n

0.8.1


\n- Add a Download URL previewer ([#7])
\n- Add the ability to mark an article as new ([#6])
\n

0.8.0


\n- Fix choking on invalid SVGs
\n- Enable unsent posts for any author
\n- Add the ability to download ePub through special URLs ([#5])
\n

0.7


\n- Fix multi-item dialog not popping up.
\n

0.6


\n- Remove MOBI support since Amazon now accepts EPubs by mail.
\n- Introduce Reading Summaries: You can create a new draft posts from your sent articles so that you can easily post about them.
\n- Remember which posts were already sent, enabling a \"Send x new posts to your e-reader\" button in the header.
\n

0.5


\n- Remember which posts were sent and allow sending just the new ones. [WIP display works, actual sending not yet]
\n- Automatically send new posts every week. [WIP setting screen is there, saving setting and cron not yet]
\n- Allow auto-creating of \"reading summary\" draft posts with link plus excerpt and room for your own comments.
\n- New-style setting screen with separate screen for reading summaries.
\n

0.4


\n- Update for Friends 2.0
\n

0.3


\n- Allow downloading the ePub.
\n- Theoretically add support for Tolino. Not functional because Thalia doesn't want to provide OAuth2 credentials.
\n[#10]: https://github.com/akirk/friends-send-to-e-reader/pull/10
\n[#9]: https://github.com/akirk/friends-send-to-e-reader/pull/9
\n[#7]: https://github.com/akirk/friends-send-to-e-reader/pull/7
\n[#6]: https://github.com/akirk/friends-send-to-e-reader/pull/6
\n[#5]: https://github.com/akirk/friends-send-to-e-reader/pull/5" + "Changelog": "

0.8.3


\n- Try harder to ensure the title is not empty ([#12])
\n

0.8.2


\n- Ensure the title is not empty ([#11])
\n- Improve the Reading Summary function ([#9])
\n

0.8.1


\n- Add a Download URL previewer ([#7])
\n- Add the ability to mark an article as new ([#6])
\n

0.8.0


\n- Fix choking on invalid SVGs
\n- Enable unsent posts for any author
\n- Add the ability to download ePub through special URLs ([#5])
\n

0.7


\n- Fix multi-item dialog not popping up.
\n

0.6


\n- Remove MOBI support since Amazon now accepts EPubs by mail.
\n- Introduce Reading Summaries: You can create a new draft posts from your sent articles so that you can easily post about them.
\n- Remember which posts were already sent, enabling a \"Send x new posts to your e-reader\" button in the header.
\n

0.5


\n- Remember which posts were sent and allow sending just the new ones. [WIP display works, actual sending not yet]
\n- Automatically send new posts every week. [WIP setting screen is there, saving setting and cron not yet]
\n- Allow auto-creating of \"reading summary\" draft posts with link plus excerpt and room for your own comments.
\n- New-style setting screen with separate screen for reading summaries.
\n

0.4


\n- Update for Friends 2.0
\n

0.3


\n- Allow downloading the ePub.
\n- Theoretically add support for Tolino. Not functional because Thalia doesn't want to provide OAuth2 credentials.
\n[#12]: https://github.com/akirk/friends-send-to-e-reader/pull/12
\n[#11]: https://github.com/akirk/friends-send-to-e-reader/pull/11
\n[#9]: https://github.com/akirk/friends-send-to-e-reader/pull/9
\n[#7]: https://github.com/akirk/friends-send-to-e-reader/pull/7
\n[#6]: https://github.com/akirk/friends-send-to-e-reader/pull/6
\n[#5]: https://github.com/akirk/friends-send-to-e-reader/pull/5" } } } \ No newline at end of file