Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
0.5.1 Prep: Update version numbers, changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcgill committed Oct 15, 2020
1 parent 8df348c commit 678d156
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "alleyinteractive/wp-irving",
"version": "0.5.0",
"version": "0.5.1",
"authors": [
{
"name": "Alley Interactive",
Expand Down
3 changes: 1 addition & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions wp-irving.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand All @@ -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' );
Expand Down

0 comments on commit 678d156

Please sign in to comment.