Skip to content

Commit

Permalink
Version bump + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Nov 29, 2024
1 parent 5cd4454 commit 2a27209
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 12 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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])

Expand Down Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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])
Expand Down Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions friends.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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';

Expand Down
18 changes: 9 additions & 9 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"more_info": "https://github.com/akirk/friends-mastodon-like-interface",
"author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
"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": {
Expand Down Expand Up @@ -90,13 +90,13 @@
"more_info": "https://github.com/akirk/friends-send-to-e-reader",
"author": "<a href=\"https://github.com/akirk/\">Alex Kirk</a>",
"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 <a href=\"https://wpfriends.at/2021/09/20/subscribing-to-rss-feeds-on-your-e-reader/\">Subscribing to RSS Feeds on your E-Reader using your own WordPress blog</a> for more details on how it works.<br/>\nThis plugin is meant to be used with the <a href=\"https://github.com/akirk/friends/\">Friends plugin</a>.",
"Changelog": "<h4>0.8.2</h4><br/>\n- Ensure the title is not empty ([#10])<br/>\n- Improve the Reading Summary function ([#9])<br/>\n<h4>0.8.1</h4><br/>\n- Add a Download URL previewer ([#7])<br/>\n- Add the ability to mark an article as new ([#6])<br/>\n<h4>0.8.0</h4><br/>\n- Fix choking on invalid SVGs<br/>\n- Enable unsent posts for any author<br/>\n- Add the ability to download ePub through special URLs ([#5])<br/>\n<h4>0.7</h4><br/>\n- Fix multi-item dialog not popping up.<br/>\n<h4>0.6</h4><br/>\n- Remove MOBI support since Amazon now accepts EPubs by mail.<br/>\n- Introduce Reading Summaries: You can create a new draft posts from your sent articles so that you can easily post about them.<br/>\n- Remember which posts were already sent, enabling a \"Send x new posts to your e-reader\" button in the header.<br/>\n<h4>0.5</h4><br/>\n- Remember which posts were sent and allow sending just the new ones. [WIP display works, actual sending not yet]<br/>\n- Automatically send new posts every week. [WIP setting screen is there, saving setting and cron not yet]<br/>\n- Allow auto-creating of \"reading summary\" draft posts with link plus excerpt and room for your own comments.<br/>\n- New-style setting screen with separate screen for reading summaries.<br/>\n<h4>0.4</h4><br/>\n- Update for Friends 2.0<br/>\n<h4>0.3</h4><br/>\n- Allow downloading the ePub.<br/>\n- Theoretically add support for Tolino. Not functional because Thalia doesn't want to provide OAuth2 credentials.<br/>\n[#10]: https://github.com/akirk/friends-send-to-e-reader/pull/10<br/>\n[#9]: https://github.com/akirk/friends-send-to-e-reader/pull/9<br/>\n[#7]: https://github.com/akirk/friends-send-to-e-reader/pull/7<br/>\n[#6]: https://github.com/akirk/friends-send-to-e-reader/pull/6<br/>\n[#5]: https://github.com/akirk/friends-send-to-e-reader/pull/5"
"Changelog": "<h4>0.8.3</h4><br/>\n- Try harder to ensure the title is not empty ([#12])<br/>\n<h4>0.8.2</h4><br/>\n- Ensure the title is not empty ([#11])<br/>\n- Improve the Reading Summary function ([#9])<br/>\n<h4>0.8.1</h4><br/>\n- Add a Download URL previewer ([#7])<br/>\n- Add the ability to mark an article as new ([#6])<br/>\n<h4>0.8.0</h4><br/>\n- Fix choking on invalid SVGs<br/>\n- Enable unsent posts for any author<br/>\n- Add the ability to download ePub through special URLs ([#5])<br/>\n<h4>0.7</h4><br/>\n- Fix multi-item dialog not popping up.<br/>\n<h4>0.6</h4><br/>\n- Remove MOBI support since Amazon now accepts EPubs by mail.<br/>\n- Introduce Reading Summaries: You can create a new draft posts from your sent articles so that you can easily post about them.<br/>\n- Remember which posts were already sent, enabling a \"Send x new posts to your e-reader\" button in the header.<br/>\n<h4>0.5</h4><br/>\n- Remember which posts were sent and allow sending just the new ones. [WIP display works, actual sending not yet]<br/>\n- Automatically send new posts every week. [WIP setting screen is there, saving setting and cron not yet]<br/>\n- Allow auto-creating of \"reading summary\" draft posts with link plus excerpt and room for your own comments.<br/>\n- New-style setting screen with separate screen for reading summaries.<br/>\n<h4>0.4</h4><br/>\n- Update for Friends 2.0<br/>\n<h4>0.3</h4><br/>\n- Allow downloading the ePub.<br/>\n- Theoretically add support for Tolino. Not functional because Thalia doesn't want to provide OAuth2 credentials.<br/>\n[#12]: https://github.com/akirk/friends-send-to-e-reader/pull/12<br/>\n[#11]: https://github.com/akirk/friends-send-to-e-reader/pull/11<br/>\n[#9]: https://github.com/akirk/friends-send-to-e-reader/pull/9<br/>\n[#7]: https://github.com/akirk/friends-send-to-e-reader/pull/7<br/>\n[#6]: https://github.com/akirk/friends-send-to-e-reader/pull/6<br/>\n[#5]: https://github.com/akirk/friends-send-to-e-reader/pull/5"
}
}
}

0 comments on commit 2a27209

Please sign in to comment.