Skip to content

Commit e85b0d9

Browse files
author
Norcross
committed
version bump
1 parent a1ff9b6 commit e85b0d9

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#### Version 0.1.4 - 2016/02/26
2+
* better setup for blocked external assets. props @johnbillion
13

24
#### Version 0.1.3 - 2016/02/22
35
* modified CSS rules to fix media bulk actions bar from disappearing

airplane-mode.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Control loading of external files when developing locally
66
* Author: Andrew Norcross
77
* Author URI: http://reaktivstudios.com/
8-
* Version: 0.1.3
8+
* Version: 0.1.4
99
* Text Domain: airplane-mode
1010
* Requires WP: 4.0
1111
* Domain Path: languages
@@ -45,7 +45,7 @@
4545
}
4646

4747
if ( ! defined( 'AIRMDE_VER' ) ) {
48-
define( 'AIRMDE_VER', '0.1.3' );
48+
define( 'AIRMDE_VER', '0.1.4' );
4949
}
5050

5151
if ( ! class_exists( 'Airplane_Mode_Core' ) ) {

readme.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Donate link: https://andrewnorcross.com/donate
55
Tags: external calls, HTTP
66
Requires at least: 4.0
77
Tested up to: 4.4
8-
Stable tag: 0.1.3
8+
Stable tag: 0.1.4
99
License: MIT
1010
License URI: http://norcross.mit-license.org/
1111

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

4444
== Changelog ==
4545

46+
= 0.1.4 - 2016/02/26
47+
* better setup for blocked external assets. props @johnbillion
48+
4649
= 0.1.3 - 2016/02/22
4750
* modified CSS rules to fix media bulk actions bar from disappearing
4851
* moved `airplane_mode_status_change` action to run before redirect, and now includes the status being run.

0 commit comments

Comments
 (0)