Skip to content

Commit 5b0d3e4

Browse files
committed
Increment version number and add changelog for 0.4.1
1 parent c5eb7ad commit 5b0d3e4

5 files changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ A WordPress plugin to make it easy to collect links from around the web, turn th
1010

1111
**Tested up to:** 4.2.3
1212

13-
**Stable tag:** 0.4.0
13+
**Stable tag:** 0.4.1
1414

1515
**License:** GPLv2 or later
1616

README.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Donate link: https://inn.org/donate
44
Tags: newsletters, mailchimp, links, curation, aggregation
55
Requires at least: 4.1
66
Tested up to: 4.2.3
7-
Stable tag: 0.4.0
7+
Stable tag: 0.4.1
88
License: GPLv2
99
License URI: http://www.gnu.org/licenses/gpl-2.0.html
1010

@@ -33,6 +33,11 @@ Collect links from around the web, turn them into roundup posts and streamline t
3333

3434
== Changelog ==
3535

36+
= 0.4.1 =
37+
38+
- The default query for Saved Links in the roundup editor is now for the last 30 days
39+
- Fixed bug with Saved Links RSS feed not displaying to logged-out users
40+
3641
= 0.4.0 =
3742

3843
- Added "roundup block" shortcode and accompanying post editor user interface for editing blocks of saved links

lang/link-roundups.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#, fuzzy
77
msgid ""
88
msgstr ""
9-
"Project-Id-Version: link-roundups 0.4.0\n"
9+
"Project-Id-Version: link-roundups 0.4.1\n"
1010
"Report-Msgid-Bugs-To: \n"
1111
"POT-Creation-Date: 2016-06-03 15:03-0500\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"

link-roundups.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Plugin URI: https://github.com/INN/link-roundups
66
Description: Use Link Roundups to aggregate links and create roundup posts. Mailchimp API integration and browser bookmark tool. Formerly argo-links from NPR's Project Argo.
77
Author: INN, Project Argo, Mission Data
8-
Version: 0.4.0
8+
Version: 0.4.1
99
Author URI: http://nerds.inn.org/
1010
License: GPLv2
1111

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "link-roundups",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"devDependencies": {
55
"grunt": "~0.4.5",
66
"grunt-contrib-less": "~0.12.0",

0 commit comments

Comments
 (0)