Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Feb 26, 2016
1 parent a1ff9b6 commit e85b0d9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#### Version 0.1.4 - 2016/02/26
* better setup for blocked external assets. props @johnbillion

#### Version 0.1.3 - 2016/02/22
* modified CSS rules to fix media bulk actions bar from disappearing
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://reaktivstudios.com/
* Version: 0.1.3
* Version: 0.1.4
* Text Domain: airplane-mode
* Requires WP: 4.0
* Domain Path: languages
Expand Down Expand Up @@ -45,7 +45,7 @@
}

if ( ! defined( 'AIRMDE_VER' ) ) {
define( 'AIRMDE_VER', '0.1.3' );
define( 'AIRMDE_VER', '0.1.4' );
}

if ( ! class_exists( 'Airplane_Mode_Core' ) ) {
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: 4.0
Tested up to: 4.4
Stable tag: 0.1.3
Stable tag: 0.1.4
License: MIT
License URI: http://norcross.mit-license.org/

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

== Changelog ==

= 0.1.4 - 2016/02/26
* better setup for blocked external assets. props @johnbillion

= 0.1.3 - 2016/02/22
* modified CSS rules to fix media bulk actions bar from disappearing
* moved `airplane_mode_status_change` action to run before redirect, and now includes the status being run.
Expand Down

0 comments on commit e85b0d9

Please sign in to comment.