Skip to content

Commit

Permalink
bump version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Jul 11, 2024
1 parent 3d922ed commit 6fd579f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "handywriter",
"version": "1.4.0",
"version": "1.4.1",
"scripts": {
"start": "npm run watch",
"watchhot": "10up-toolkit watch --port=5010 --hot",
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 for WordPress, enabling you to write better and faster. It now includes image and audio generation features, allowing for seamless integration of visual and auditory content into your posts.
* Version: 1.4
* Version: 1.4.1
* Requires at least: 5.4
* Requires PHP: 7.2.5
* Author: HandyPlugins
Expand All @@ -23,7 +23,7 @@
}

// Useful global constants.
define( 'HANDYWRITER_VERSION', '1.4' );
define( 'HANDYWRITER_VERSION', '1.4.1' );
define( 'HANDYWRITER_PLUGIN_FILE', __FILE__ );
define( 'HANDYWRITER_URL', plugin_dir_url( __FILE__ ) );
define( 'HANDYWRITER_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: ai, gpt, openai, copilot, chatgpt
Requires at least: 5.4
Tested up to: 6.6
Requires PHP: 7.2.5
Stable tag: 1.4
Stable tag: 1.4.1
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 @@ -129,6 +129,11 @@ No, Handywriter does not support the use of personal OpenAI API keys. Our plugin

== Changelog ==

= 1.4.1 (July 11, 2024) =
* Dependency updates.
* Small tweaks and improvements.
* Tested with WP 6.6

= 1.4 (May 14, 2024) =
* GPT-4o Update
* Dependency updates.
Expand Down

0 comments on commit 6fd579f

Please sign in to comment.