Skip to content

Commit 7dfc81a

Browse files
committed
5.9.1 version bumps.
1 parent e478ba9 commit 7dfc81a

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
define( 'PF_ROOT', __DIR__ );
1414
define( 'PF_FILE_PATH', PF_ROOT . '/pressforward.php' );
1515
define( 'PF_URL', plugins_url( '/', __FILE__ ) );
16-
define( 'PF_VERSION', '5.9.0' );
16+
define( 'PF_VERSION', '5.9.1' );

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pressforward",
3-
"version": "5.9.0",
3+
"version": "5.9.1",
44
"description": "PressForward is a free plugin that provides an editorial workflow for content aggregation and curation within the WordPress dashboard. It is designed for bloggers and editorial teams who wish to collect, discuss, and share content from a variety of sources on the open web. ",
55
"main": "assets/js/pf.js",
66
"directories": {

pressforward.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Plugin Name: PressForward
44
* Plugin URI: http://pressforward.org/
55
* Description: The PressForward Plugin is a tool by the Roy Rosenzweig Center for History and New Media for aggregating and curating web-based content within the WordPress dashboard.
6-
* Version: 5.9.0
6+
* Version: 5.9.1
77
* GitHub Plugin URI: https://github.com/PressForward/pressforward
88
* Author: Boone Gorges, Aram Zucker-Scharff, Jeremy Boggs
99
* Author URI: http://pressforward.org/about/team/

readme.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ A list of FAQs can be found in our [User Manual](https://pressforwardadmin.gitbo
8282

8383
== Changelog ==
8484

85+
= 5.9.1 =
86+
* Fixed bug that prevented Nominate This info box from appearing in Reader for Subscribers.
87+
8588
= 5.9.0 =
8689
* Added new Amplify target services: Mastodon, Bluesky, and Threads.
8790
* Added the ability to subscribe to Google Scholar keyword and author URLs, using the same mechanism as RSS feed subscription.

0 commit comments

Comments
 (0)