Skip to content

Commit

Permalink
Bump version to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
earnjam authored Jul 1, 2020
1 parent db11155 commit 43b1881
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions endurance-page-cache.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/**
* Plugin Name: Endurance Page Cache
* Description: This cache plugin is primarily for cache purging of the additional layers of cache that may be available on your hosting account.
* Version: 2.0
* Version: 2.0.1
* Author: Mike Hansen
* Author URI: https://www.mikehansen.me/
* License: GPLv2 or later
Expand All @@ -27,7 +27,7 @@
die;
}

define( 'EPC_VERSION', 2.0 );
define( 'EPC_VERSION', 2.0.1 );

if ( ! class_exists( 'Endurance_Page_Cache' ) ) {

Expand Down

2 comments on commit 43b1881

@conceptfarm
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@earnjam This update actually doesn't work, for whatever reason the addition of the .1 breaks the wordpress site.

@MikeHansenMe
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @conceptfarm, we just released an update to fix this issue.

Please sign in to comment.