diff --git a/plugins/wpe-headless/readme.txt b/plugins/wpe-headless/readme.txt index 9e864fd8d..6097c1f8a 100644 --- a/plugins/wpe-headless/readme.txt +++ b/plugins/wpe-headless/readme.txt @@ -4,7 +4,7 @@ Tags: Requires at least: 5.3 Tested up to: 5.5 Requires PHP: 5.6 -Stable tag: 0.4.0 +Stable tag: 0.4.1 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Author: WP Engine @@ -23,8 +23,11 @@ Transform your WordPress site to a powerful Headless API. == Changelog == += 0.4.1 = +- Fixed potential authentication issue with WP GraphQL + = 0.4.0 = - Redesigned settings page. = 0.1.0 = -- Proof of concept \ No newline at end of file +- Proof of concept diff --git a/plugins/wpe-headless/wpe-headless.php b/plugins/wpe-headless/wpe-headless.php index 28a580b9c..3403acc5b 100644 --- a/plugins/wpe-headless/wpe-headless.php +++ b/plugins/wpe-headless/wpe-headless.php @@ -7,7 +7,7 @@ * Author URI: https://wpengine.com/ * Text Domain: wpe-headless * Domain Path: /languages - * Version: 0.4.0 + * Version: 0.4.1 * * @package WPE_Headless */