Skip to content

Commit

Permalink
bump version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed May 14, 2024
1 parent bb5acad commit 515ac45
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 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.3.0",
"version": "1.4.0",
"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.3
* Version: 1.4
* 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.3' );
define( 'HANDYWRITER_VERSION', '1.4' );
define( 'HANDYWRITER_PLUGIN_FILE', __FILE__ );
define( 'HANDYWRITER_URL', plugin_dir_url( __FILE__ ) );
define( 'HANDYWRITER_PATH', plugin_dir_path( __FILE__ ) );
Expand Down
14 changes: 10 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
=== Handywriter – AI-Powered Assistant for WordPress - Powered by GPT-4 & ChatGPT & DALL-E ===
=== Handywriter – AI-Powered Assistant for WordPress - Powered by GPT-4o & ChatGPT & DALL-E ===
Contributors: handyplugins, m_uysl
Tags: ai, gpt, openai, copilot, chatgpt
Requires at least: 5.4
Tested up to: 6.5
Requires PHP: 7.2.5
Stable tag: 1.3
Stable tag: 1.4
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 @@ -84,7 +84,7 @@ __If you like Handywriter, then consider checking out our other projects:__
* <a href="https://handyplugins.co/wp-accessibility-toolkit/" rel="friend">WP Accessibility Toolkit</a> – A collection of tools to help you make your WordPress more accessible.

= Documentation =
Our documentation can be found on [https://handyplugins.co/handywriter/docs/](https://handyplugins.co/handywriter/docs/)
Our documentation can be found on [https://handyplugins.co/docs-category/handywriter/](https://handyplugins.co/docs-category/handywriter/)

== Installation ==
1. Upload the entire `/handywriter` directory to the `/wp-content/plugins/` directory.
Expand All @@ -108,7 +108,7 @@ Yes, it works with both classic and block editors.

= Do I need a license? =

The plugin is free. But you will need a license to get the benefits of the plugin. You can [choose the best plan that suits you](https://handyplugins.co/handywriter/pricing/) on our website.
The plugin is free. But you will need a license to get the benefits of the plugin. You can [choose the best plan that suits you](https://handyplugins.co/handywriter/#pricing) on our website.

= Can I use my own OpenAI API key with Handywriter? =

Expand All @@ -129,6 +129,12 @@ No, Handywriter does not support the use of personal OpenAI API keys. Our plugin

== Changelog ==

= 1.4 (May 14, 2024) =
* GPT-4o Update
* Dependency updates.
* Small tweaks and improvements.
* Tested with WP 6.5

= 1.3 (December 6, 2023) =
* [New feature]: Image generator.
* [New feature]: Text to speech generator.
Expand Down

0 comments on commit 515ac45

Please sign in to comment.