Skip to content

Commit

Permalink
version bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Nov 15, 2019
1 parent 5392a3f commit ad6831c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#### Version 0.2.5 - 2019/11/15
* Remove usage of method that's been deprecated in WordPress trunk. props @johnbillion

#### 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.
Expand Down
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
* Version: 0.2.5
* 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' );
define( 'AIRMDE_VER', '0.2.5' );
}

// Load our WP-CLI helper if that is defined and available.
Expand Down
7 changes: 5 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ Website Link: https://github.com/norcross/airplane-mode
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
Tested up to: 5.3
Stable tag: 0.2.5
License: MIT
License URI: http://norcross.mit-license.org/

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

== Changelog ==

= 0.2.5 - 2019/11/15
* Remove usage of method that's been deprecated in WordPress trunk. props @johnbillion

= 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.
Expand Down

0 comments on commit ad6831c

Please sign in to comment.