Skip to content

Commit

Permalink
bump version to 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 22, 2023
1 parent 40c019f commit 1f5b371
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 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.1
* Version: 1.2.2
* 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.1' );
define( 'HANDYWRITER_VERSION', '1.2.2' );
define( 'HANDYWRITER_PLUGIN_FILE', __FILE__ );
define( 'HANDYWRITER_URL', plugin_dir_url( __FILE__ ) );
define( 'HANDYWRITER_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
10 changes: 8 additions & 2 deletions 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.3
Requires PHP: 5.6
Stable tag: 1.2.1
Stable tag: 1.2.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://handyplugins.co/donate/
Expand Down Expand Up @@ -106,11 +106,17 @@ The plugin is free. But you will need a license to get the benefits of the plugi
7. Content templates.

== Changelog ==

= 1.2.2 (July 22, 2023) =
* Fixed a wrong textdomain
* Fixed faq url
* Updated: UI package
* Tested with WP 6.3

= 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.
* The language model has been updated. (ChatGPT)
Expand Down

0 comments on commit 1f5b371

Please sign in to comment.