diff --git a/CHANGES.md b/CHANGES.md index 1db0f57..7636b12 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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 diff --git a/airplane-mode.php b/airplane-mode.php index 1297e23..ab60b8e 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: https://andrewnorcross.com/ - * Version: 0.2.7 + * Version: 0.2.8 * Text Domain: airplane-mode * Requires WP: 4.4 * Domain Path: languages @@ -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. diff --git a/readme.txt b/readme.txt index 59d6341..65c1fe0 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: 6.7 -Stable tag: 0.2.7 +Stable tag: 0.2.8 License: MIT License URI: http://norcross.mit-license.org/ @@ -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