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

Commit

Permalink
Prepare version 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcgill committed Sep 30, 2020
1 parent 210fbb7 commit db4b811
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.4.1 ###

* Fix possible XSS issue with the GTM integration. #269

### 0.4.0 ###

* Update social share component. #259
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wp-irving",
"version": "0.4.0",
"version": "0.4.1",
"description": "WordPress plugin to integrate with an Irving headless site.",
"dependencies": {},
"devDependencies": {
Expand Down
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.4.1 =

* Fix possible XSS issue with the GTM integration. #269

= 0.4.0 =

* Update social share component. #259
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.4.0
* Version: 0.4.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.4.0' );
define( 'WP_IRVING_VERSION', '0.4.1' );

// Flush rewrite rules when the plugin is activated or deactivated.
register_activation_hook( __FILE__, 'flush_rewrite_rules' );
Expand Down

0 comments on commit db4b811

Please sign in to comment.