diff --git a/package.json b/package.json index 0d5de0d..5436ee0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "lint-style": "10up-toolkit lint-style", "test": "10up-toolkit test-unit-jest", "clean-dist": "rm -rf ./dist", - "make-pot": "wp i18n make-pot . languages/handywriter.pot --include='includes/,assets/js/' --package-name=handywriter", + "make-pot": "wp i18n make-pot . languages/handywriter.pot --domain='handywriter'", "build-release": "npm install --production=false && composer install && npm run build && npm run make-pot" }, "engines": { diff --git a/plugin.php b/plugin.php index 277c967..94b91f5 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.1 + * Version: 1.2 * Requires at least: 5.4 * Requires PHP: 5.6 * Author: HandyPlugins @@ -23,7 +23,7 @@ } // Useful global constants. -define( 'HANDYWRITER_VERSION', '1.1' ); +define( 'HANDYWRITER_VERSION', '1.2' ); 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 8e1274c..069e654 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,10 @@ === Handywriter – AI-Powered Writing Assistant for WordPress === Contributors: handyplugins, m_uysl -Tags: content writing, AI, writing assistant, copywriting, copywriter +Tags: content writing, AI, GPT, copywriting, copywriter Requires at least: 5.4 -Tested up to: 6.1 +Tested up to: 6.2 Requires PHP: 5.6 -Stable tag: 1.1 +Stable tag: 1.2 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html @@ -100,6 +100,14 @@ The plugin is free. But you will need a license to get the benefits of the plugi == Changelog == += 1.2 (March 02, 2023) = +* Added multi-language support. +* The language model has been updated. (ChatGPT) +* PHP 8.1: fix deprecated 'FILTER_SANITIZE_STRING' +* Tested with WP 6.2 +* Beta tag has been removed for Product Review and Cold Email templates. +* Small tweaks and improvements + = 1.1 (November 24, 2022) = * Added proofreading * Removed grammar fixer