Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Apr 3, 2015
1 parent e4c846d commit 7642a5f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ Control loading of external files when developing locally. WP loads certain exte

## Changelog:

### Version 0.0.5 - 2015/04/02
* fixed bug in update logic that was preventing checks when disabled (but activated). props @johnbillion

### Version 0.0.4 - 2015/04/02

* added multiple checks for all the various theme and plugin update calls. props @chriscct7
Expand Down
2 changes: 1 addition & 1 deletion airplane-mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
}

if ( ! defined( 'AIRMDE_VER' ) ) {
define( 'AIRMDE_VER', '0.0.4' );
define( 'AIRMDE_VER', '0.0.5' );
}

/**
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Donate link: https://andrewnorcross.com/donate
Tags: external calls, HTTP
Requires at least: 3.7
Tested up to: 4.1
Stable tag: 0.0.4
Stable tag: 0.0.5
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -42,6 +42,9 @@ Because you are a jet set developer who needs to work without internet.

== Changelog ==

= 0.0.5 - 2015/04/02 =
* fixed bug in update logic that was preventing checks when disabled (but activated). props @johnbillion

= 0.0.4 - 2015/04/02 =
* added multiple checks for all the various theme and plugin update calls. props @chriscct7
* added HTTP counter on a per-page basis. props @szepeviktor
Expand Down

1 comment on commit 7642a5f

@afragen
Copy link
Contributor

@afragen afragen commented on 7642a5f Apr 3, 2015

Choose a reason for hiding this comment

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

Problem is that tagged version is 0.0.4 :person_frowning:

Please sign in to comment.