Skip to content

Commit

Permalink
bump to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafauysal committed Sep 23, 2024
1 parent 4e59a79 commit c0b364b
Show file tree
Hide file tree
Showing 4 changed files with 10 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": "easy-text-to-speech",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {
"start": "composer install && 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: 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.2
* Version: 1.0.3
* Requires at least: 5.7
* Requires PHP: 7.2.5
* Author: HandyPlugins
Expand All @@ -23,7 +23,7 @@
}

// Useful global constants.
define( 'EASYTTS_VERSION', '1.0.2' );
define( 'EASYTTS_VERSION', '1.0.3' );
define( 'EASYTTS_DB_VERSION', '2.0' );
define( 'EASYTTS_PLUGIN_FILE', __FILE__ );
define( 'EASYTTS_URL', plugin_dir_url( __FILE__ ) );
Expand Down
6 changes: 5 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
Stable tag: 1.0.3
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down Expand Up @@ -75,6 +75,10 @@ You can follow the instructions [here](https://handyplugins.co/docs/easy-text-to

== Changelog ==

= 1.0.3 (September 23, 2024) =
* Use wp-block-editor instead of wp-edit-post for block editor.
* Dependency updates.

= 1.0.2 (September 20, 2024) =
* Add multiple TinyMCE editor support.
* Fixed - ACF compatibility issue.
Expand Down

0 comments on commit c0b364b

Please sign in to comment.