Skip to content

Commit

Permalink
updates for release
Browse files Browse the repository at this point in the history
  • Loading branch information
norcross committed Dec 2, 2024
1 parent d8e16c6 commit ba64ab5
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.2.8 - 2024/12/02
* Confirming `get_plugin_data` or `is_plugin_active` is checked properly. props @swissspidy

#### Version 0.2.7 - 2024/11/12
* Replacing dull monotone avatars with color ones. props @akirk

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: https://andrewnorcross.com/
* Version: 0.2.7
* Version: 0.2.8
* Text Domain: airplane-mode
* Requires WP: 4.4
* Domain Path: languages
Expand Down Expand Up @@ -49,7 +49,7 @@

// Set our version if not already defined.
if ( ! defined( 'AIRMDE_VER' ) ) {
define( 'AIRMDE_VER', '0.2.7' );
define( 'AIRMDE_VER', '0.2.8' );
}

// Load our WP-CLI helper if that is defined and available.
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: 6.7
Stable tag: 0.2.7
Stable tag: 0.2.8
License: MIT
License URI: http://norcross.mit-license.org/

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

== Changelog ==

= 0.2.8 - 2024/12/02
* Confirming `get_plugin_data` or `is_plugin_active` is checked properly. props @swissspidy

= 0.2.7 - 2024/11/12
* Replacing dull monotone avatars with color ones. props @akirk

Expand Down

0 comments on commit ba64ab5

Please sign in to comment.