From 5f717c96a32b911104d8b3860ecc9385e65def78 Mon Sep 17 00:00:00 2001 From: Norcross Date: Mon, 25 Jul 2016 10:23:02 -0400 Subject: [PATCH] version bump for 0.1.9 --- CHANGES.md | 3 +++ airplane-mode.php | 4 ++-- readme.txt | 5 ++++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index f2c76a8..ee56b91 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,6 @@ +#### Version 0.1.9 - 2016/07/25 +* Prevent BuddyPress from falling back to Gravatar. props @johnbillion + #### Version 0.1.8 - 2016/07/12 * allow `JETPACK_DEV_DEBUG` constant to take priority over filter. props @kopepasah * added additional CSS for upcoming 4.6. change to upload tab. diff --git a/airplane-mode.php b/airplane-mode.php index 14583d5..20ed731 100644 --- a/airplane-mode.php +++ b/airplane-mode.php @@ -5,7 +5,7 @@ * Description: Control loading of external files when developing locally * Author: Andrew Norcross * Author URI: http://andrewnorcross.com/ - * Version: 0.1.8 + * Version: 0.1.9 * Text Domain: airplane-mode * Requires WP: 4.4 * Domain Path: languages @@ -48,7 +48,7 @@ // Set our version if not already defined. if ( ! defined( 'AIRMDE_VER' ) ) { - define( 'AIRMDE_VER', '0.1.8' ); + define( 'AIRMDE_VER', '0.1.9' ); } // Ensure the class has not already been loaded. diff --git a/readme.txt b/readme.txt index 6dcb996..a0e448d 100644 --- a/readme.txt +++ b/readme.txt @@ -5,7 +5,7 @@ Donate link: https://andrewnorcross.com/donate Tags: external calls, HTTP Requires at least: 4.4 Tested up to: 4.6 -Stable tag: 0.1.8 +Stable tag: 0.1.9 License: MIT License URI: http://norcross.mit-license.org/ @@ -43,6 +43,9 @@ Because you are a jet set developer who needs to work without internet. == Changelog == += 0.1.9 - 2016/07/25 +* Prevent BuddyPress from falling back to Gravatar. props @johnbillion + = 0.1.8 - 2016/07/12 * allow `JETPACK_DEV_DEBUG` constant to take priority over filter. props @kopepasah * added additional CSS for upcoming 4.6. change to upload tab.