File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ #### Version 0.1.4 - 2016/02/26
2
+ * better setup for blocked external assets. props @johnbillion
1
3
2
4
#### Version 0.1.3 - 2016/02/22
3
5
* modified CSS rules to fix media bulk actions bar from disappearing
Original file line number Diff line number Diff line change 5
5
* Description: Control loading of external files when developing locally
6
6
* Author: Andrew Norcross
7
7
* Author URI: http://reaktivstudios.com/
8
- * Version: 0.1.3
8
+ * Version: 0.1.4
9
9
* Text Domain: airplane-mode
10
10
* Requires WP: 4.0
11
11
* Domain Path: languages
45
45
}
46
46
47
47
if ( ! defined ( 'AIRMDE_VER ' ) ) {
48
- define ( 'AIRMDE_VER ' , '0.1.3 ' );
48
+ define ( 'AIRMDE_VER ' , '0.1.4 ' );
49
49
}
50
50
51
51
if ( ! class_exists ( 'Airplane_Mode_Core ' ) ) {
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Donate link: https://andrewnorcross.com/donate
5
5
Tags: external calls, HTTP
6
6
Requires at least: 4.0
7
7
Tested up to: 4.4
8
- Stable tag: 0.1.3
8
+ Stable tag: 0.1.4
9
9
License: MIT
10
10
License URI: http://norcross.mit-license.org/
11
11
@@ -43,6 +43,9 @@ Because you are a jet set developer who needs to work without internet.
43
43
44
44
== Changelog ==
45
45
46
+ = 0.1.4 - 2016/02/26
47
+ * better setup for blocked external assets. props @johnbillion
48
+
46
49
= 0.1.3 - 2016/02/22
47
50
* modified CSS rules to fix media bulk actions bar from disappearing
48
51
* moved `airplane_mode_status_change` action to run before redirect, and now includes the status being run.
You can’t perform that action at this time.
0 commit comments