From e6f1b739c8f2604e028a1e9fc769d6272d605d1c Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Mon, 7 May 2018 11:55:19 -0400 Subject: [PATCH 1/4] gitignore the vendored files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 151080d..f65fb5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ release/ +vendor/ From 15286964bc9c0c5773b21ccc8bb76927a3b1765f Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Mon, 7 May 2018 12:17:35 -0400 Subject: [PATCH 2/4] version number bumps --- README.md | 21 ++++++++------------- readme.txt | 4 ++-- 2 files changed, 10 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7d3d4e7..19045e1 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,13 @@ # NPR Story API -A collection of tools for publishing from and to NPR's Story API. - -Contributors: nprds, inn_nerds - -Requires at least: 3.8.14 - -Tested up to: 4.5.2 - -Stable tag: 1.7 - -License: GPLv2 - -License URI: https://www.gnu.org/licenses/gpl-2.0.html +A collection of tools for publishing from and to NPR's Story API. [Find this plugin on the Wordpress.org Plugin Repository](https://wordpress.org/plugins/npr-story-api/). + +Contributors: nprds, inn_nerds +Requires at least: 3.8.14 +Tested up to: 4.9 +Stable tag: 1.7 +License: GPLv2 +License URI: https://www.gnu.org/licenses/gpl-2.0.html == Description == diff --git a/readme.txt b/readme.txt index 4defb4b..8868188 100644 --- a/readme.txt +++ b/readme.txt @@ -3,8 +3,8 @@ Contributors: nprds, inn_nerds Donate link: https://www.npr.org/series/750002/support-public-radio Tags: npr, news, public radio, api Requires at least: 3.8.14 -Tested up to: 4.5.2 -Stable tag: 1.6 +Tested up to: 4.9 +Stable tag: 1.7 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: nprapi From 004e0457e66fa5c1bd86201da297126f1aeca3e6 Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Mon, 7 May 2018 12:22:06 -0400 Subject: [PATCH 3/4] Bump version number to 1.7.1 --- README.md | 2 +- ds-npr-api.php | 2 +- readme.txt | 7 ++++++- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 19045e1..f88e2a2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A collection of tools for publishing from and to NPR's Story API. [Find this plu Contributors: nprds, inn_nerds Requires at least: 3.8.14 Tested up to: 4.9 -Stable tag: 1.7 +Stable tag: 1.7.1 License: GPLv2 License URI: https://www.gnu.org/licenses/gpl-2.0.html diff --git a/ds-npr-api.php b/ds-npr-api.php index af26cd3..82dc062 100644 --- a/ds-npr-api.php +++ b/ds-npr-api.php @@ -2,7 +2,7 @@ /** * Plugin Name: NPR Story API * Description: A collection of tools for reusing content from NPR.org supplied by Digital Services. - * Version: 1.7 + * Version: 1.7.1 * Author: NPR Digital Services * License: GPLv2 */ diff --git a/readme.txt b/readme.txt index 8868188..24b97b5 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Donate link: https://www.npr.org/series/750002/support-public-radio Tags: npr, news, public radio, api Requires at least: 3.8.14 Tested up to: 4.9 -Stable tag: 1.7 +Stable tag: 1.7.1 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: nprapi @@ -73,6 +73,11 @@ NPR Stories having got gotten == Changelog == += V1.7.1 = + +* Fixes version numbers in the plugin for the plugin, WordPress "tested up to", and the stable tag. +* Does not affect plugin functionality; this is purely a WordPress.org metadata update. + = V1.7 = * The Story API box that appears in the post editor has been refreshed: From 3f9b95967ac5e9671532586837a4488f326ac036 Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Mon, 7 May 2018 12:25:49 -0400 Subject: [PATCH 4/4] better wording on why 1.7.1 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.txt b/readme.txt index 24b97b5..d084c76 100644 --- a/readme.txt +++ b/readme.txt @@ -76,7 +76,7 @@ NPR Stories having got gotten = V1.7.1 = * Fixes version numbers in the plugin for the plugin, WordPress "tested up to", and the stable tag. -* Does not affect plugin functionality; this is purely a WordPress.org metadata update. +* This release fixes some WordPress.org metadata. For a list of new features, see the version 1.7 changelog. = V1.7 =