Skip to content

Commit

Permalink
bump version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Mar 2, 2023
1 parent adc3a5c commit c8a8495
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
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.1
* Version: 1.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.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__ ) );
Expand Down
14 changes: 11 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -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

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

0 comments on commit c8a8495

Please sign in to comment.