From dbe1d4d54e5fc00156c34de353d81472819ed4a7 Mon Sep 17 00:00:00 2001 From: mustafauysal Date: Tue, 16 May 2023 20:06:39 +0300 Subject: [PATCH] bump version to 1.2.1 --- plugin.php | 4 ++-- readme.txt | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/plugin.php b/plugin.php index 94b91f5..293e3ab 100755 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Handywriter * Plugin URI: https://handyplugins.co/handywriter/ * Description: Handywriter is an AI-powered writing assistant that can help you write better, faster, and more easily within WordPress. - * Version: 1.2 + * Version: 1.2.1 * Requires at least: 5.4 * Requires PHP: 5.6 * Author: HandyPlugins @@ -23,7 +23,7 @@ } // Useful global constants. -define( 'HANDYWRITER_VERSION', '1.2' ); +define( 'HANDYWRITER_VERSION', '1.2.1' ); define( 'HANDYWRITER_PLUGIN_FILE', __FILE__ ); define( 'HANDYWRITER_URL', plugin_dir_url( __FILE__ ) ); define( 'HANDYWRITER_PATH', plugin_dir_path( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index 7b5343e..5cc0178 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: content writing, AI, GPT, copywriting, copywriter Requires at least: 5.4 Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 1.2 +Stable tag: 1.2.1 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -99,6 +99,10 @@ The plugin is free. But you will need a license to get the benefits of the plugi 7. Content templates. == Changelog == += 1.2.1 (May 16, 2023) = +* Mask the license key on the settings page +* Small tweaks and improvements + = 1.2 (March 02, 2023) = * Added multi-language support.