Skip to content

Commit

Permalink
version bump / release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Dec 13, 2017
1 parent 1220f19 commit eb695e4
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### Version 0.2.4 - 2017/12/13
* Added localhost bypass for loading CSS and JS files when hot reloading. props @shadyvb
* Added additional hook removals for new automated updates and language packs.
* Removed outdated `create_function` call for PHP 7.2 compatibility. props @geminorum
* General cleanup

#### Version 0.2.3 - 2017/03/05
* Adding option to force transient purge
* Adding `clean` action to WP-CLI functions
Expand Down Expand Up @@ -83,4 +89,4 @@
* fixed update capabilities when status is disabled

#### Version 0.0.1 - 2014/06/01
* lots of stuff. I wasn't keeping a changelog. I apologize.
* lots of stuff. I wasn't keeping a changelog. I apologize.
4 changes: 2 additions & 2 deletions airplane-mode.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Control loading of external files when developing locally
* Author: Andrew Norcross
* Author URI: http://andrewnorcross.com/
* Version: 0.2.4-dev
* Version: 0.2.4
* Text Domain: airplane-mode
* Requires WP: 4.4
* Domain Path: languages
Expand Down Expand Up @@ -49,7 +49,7 @@

// Set our version if not already defined.
if ( ! defined( 'AIRMDE_VER' ) ) {
define( 'AIRMDE_VER', '0.2.4-dev' );
define( 'AIRMDE_VER', '0.2.4' );
}

// Load our WP-CLI helper if that is defined and available.
Expand Down
8 changes: 7 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: 4.4
Tested up to: 4.9
Stable tag: 0.2.4-dev
Stable tag: 0.2.4
License: MIT
License URI: http://norcross.mit-license.org/

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

== Changelog ==

= 0.2.4 - 2017/12/13
* Added localhost bypass for loading CSS and JS files when hot reloading. props @shadyvb
* Added additional hook removals for new automated updates and language packs.
* Removed outdated `create_function` call for PHP 7.2 compatibility. props @geminorum
* General cleanup

= 0.2.3 - 2017/03/05
* Adding option to force transient purge
* Adding `clean` action to WP-CLI functions
Expand Down

0 comments on commit eb695e4

Please sign in to comment.