Skip to content

Commit

Permalink
syncing versions for GitHub updater
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Apr 3, 2015
1 parent 7642a5f commit cb421e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Airplane Mode
========================

Current Version: 0.0.4
Current Version: 0.0.6

## About
Control loading of external files when developing locally. WP loads certain external files (fonts, gravatar, etc) and makes external HTTP calls. This isn't usually an issue, unless you're working in an evironment without a web connection. This plugin removes / unhooks those actions to reduce load time and avoid errors due to missing files.
Expand All @@ -14,6 +14,9 @@ Control loading of external files when developing locally. WP loads certain exte

## Changelog:

### Version 0.0.6 - 2015/04/02 =
* version bump for GitHub updater

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

Expand Down
4 changes: 2 additions & 2 deletions airplane-mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://reaktivstudios.com/
Description: Control loading of external files when developing locally
Author: Andrew Norcross
Version: 0.0.4
Version: 0.0.6
Requires WP: 3.7
Author URI: http://reaktivstudios.com/
GitHub Plugin URI: https://github.com/norcross/airplane-mode
Expand Down Expand Up @@ -34,7 +34,7 @@
}

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

/**
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.5
Stable tag: 0.0.6
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.6 - 2015/04/02 =
* version bump for GitHub updater

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

Expand Down

0 comments on commit cb421e9

Please sign in to comment.