diff --git a/package-lock.json b/package-lock.json index 3ab424f..06f2277 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "handywriter", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "handywriter", - "version": "1.3.0", + "version": "1.4.0", "dependencies": { "prop-types": "^15.7.2" }, diff --git a/package.json b/package.json index 3978e1e..b0f1469 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/plugin.php b/plugin.php index 5b1888e..fab7043 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 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 @@ -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__ ) ); diff --git a/readme.txt b/readme.txt index 34dbbbf..63e6ea0 100644 --- a/readme.txt +++ b/readme.txt @@ -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/ @@ -84,7 +84,7 @@ __If you like Handywriter, then consider checking out our other projects:__ * WP Accessibility Toolkit – 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. @@ -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? = @@ -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.