diff --git a/package-lock.json b/package-lock.json index 2ed3fa6..80aa67a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "easy-text-to-speech", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "easy-text-to-speech", - "version": "1.0.1", + "version": "1.0.2", "dependencies": { "@wordpress/icons": "^9.26.0", "prop-types": "^15.7.2" diff --git a/package.json b/package.json index bd898ae..2c56ff5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "easy-text-to-speech", - "version": "1.0.1", + "version": "1.0.2", "scripts": { "start": "composer install && npm run watch", "watchhot": "10up-toolkit watch --port=5010 --hot", diff --git a/plugin.php b/plugin.php index 16c20e3..d84e702 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ * Plugin Name: Easy Text-to-Speech * Plugin URI: https://handyplugins.co/easy-text-to-speech/ * Description: Turn text into high-quality speech with Amazon Polly, OpenAI, and ElevenLabs. - * Version: 1.0.1 + * Version: 1.0.2 * Requires at least: 5.7 * Requires PHP: 7.2.5 * Author: HandyPlugins @@ -23,7 +23,7 @@ } // Useful global constants. -define( 'EASYTTS_VERSION', '1.0.1' ); +define( 'EASYTTS_VERSION', '1.0.2' ); define( 'EASYTTS_DB_VERSION', '2.0' ); define( 'EASYTTS_PLUGIN_FILE', __FILE__ ); define( 'EASYTTS_URL', plugin_dir_url( __FILE__ ) ); diff --git a/readme.txt b/readme.txt index e60d1c7..982ff3e 100644 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: text-to-speech, voice generation, audio, accessibility, polly Requires at least: 5.7 Tested up to: 6.6 Requires PHP: 7.2.5 -Stable tag: 1.0.1 +Stable tag: 1.0.2 License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html @@ -75,6 +75,10 @@ You can follow the instructions [here](https://handyplugins.co/docs/easy-text-to == Changelog == += 1.0.2 (September 20, 2024) = +* Add multiple TinyMCE editor support. +* Fixed - ACF compatibility issue. + = 1.0.1 (September 17, 2024) = * Fixed - Don't add TTS button for frontend TinyMCE editor. * Dependency updates.