Skip to content

Commit

Permalink
bump version to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed May 16, 2023
1 parent 7eb2f17 commit dbe1d4d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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__ ) );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

0 comments on commit dbe1d4d

Please sign in to comment.