From 678d156de38b45118657701196542cc57327aac4 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Thu, 15 Oct 2020 10:51:50 -0500 Subject: [PATCH] 0.5.1 Prep: Update version numbers, changelog. --- README.md | 4 ++++ composer.json | 2 +- package-lock.json | 3 +-- readme.txt | 4 ++++ wp-irving.php | 4 ++-- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7b8b0882..69c8c900 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ While WP Irving contains a few basic plugin integrations (and we hope to support ## Changelog ## +### 0.5.1 ### + +* Update: Change coding standard to Alley Interactive + ### 0.5.0 ### * Limit Pico paywall to posts by default #279 diff --git a/composer.json b/composer.json index 13b641b3..73e10bde 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "alleyinteractive/wp-irving", - "version": "0.5.0", + "version": "0.5.1", "authors": [ { "name": "Alley Interactive", diff --git a/package-lock.json b/package-lock.json index d747fcd6..9c584e6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,8 +1,7 @@ { "name": "wp-irving", - "version": "0.4.0", - "lockfileVersion": 1, "requires": true, + "lockfileVersion": 1, "dependencies": { "minimist": { "version": "1.2.5", diff --git a/readme.txt b/readme.txt index 508ce3d1..d9c89e3b 100755 --- a/readme.txt +++ b/readme.txt @@ -19,6 +19,10 @@ While WP Irving contains a few basic plugin integrations (and we hope to support == Changelog == += 0.5.1 = + +* Update: Change coding standard to Alley Interactive + = 0.5.0 = * Limit Pico paywall to posts by default #279 diff --git a/wp-irving.php b/wp-irving.php index 28b24dca..ab467739 100755 --- a/wp-irving.php +++ b/wp-irving.php @@ -6,7 +6,7 @@ * Author URI: https://alley.co * Text Domain: wp-irving * Domain Path: /languages - * Version: 0.5.0 + * Version: 0.5.1 * * @package WP_Irving */ @@ -15,7 +15,7 @@ define( 'WP_IRVING_PATH', dirname( __FILE__ ) ); define( 'WP_IRVING_URL', plugin_dir_url( __FILE__ ) ); -define( 'WP_IRVING_VERSION', '0.5.0' ); +define( 'WP_IRVING_VERSION', '0.5.1' ); // Flush rewrite rules when the plugin is activated or deactivated. register_activation_hook( __FILE__, 'flush_rewrite_rules' );