Skip to content

Commit

Permalink
version bump for 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Jul 25, 2016
1 parent 0c55bdb commit 5f717c9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 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.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.
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.1.8
* Version: 0.1.9
* Text Domain: airplane-mode
* Requires WP: 4.4
* Domain Path: languages
Expand Down Expand Up @@ -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.
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.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/

Expand Down Expand Up @@ -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.
Expand Down

2 comments on commit 5f717c9

@afragen
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@norcross your release tag has a comma 0.1,9 😝

You'll need to delete and re-release I think.

@norcross
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

whoops. fixed.

Please sign in to comment.