Changeset 3268209
- Timestamp:
- 04/08/2025 04:03:18 AM (11 months ago)
- Location:
- websitevoice/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
websitevoice.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websitevoice/trunk/README.txt
r3176545 r3268209 2 2 Tags: websitevoice, text-to-speech, speech, voice, text to speech, polly 3 3 Requires at least: 4.5 4 Tested up to: 6. 74 Tested up to: 6.8 5 5 Requires PHP: 5.4 6 6 Contributors: websitevoice … … 44 44 45 45 == Changelog == 46 47 = 1.11.0 = 48 49 * Update for WordPress 6.8 46 50 47 51 = 1.10.0 = -
websitevoice/trunk/websitevoice.php
r3176545 r3268209 5 5 * Plugin URI: https://websitevoice.com 6 6 * Description: Turn your articles into high-quality audio for your audience to listen while they’re busy multitasking or on the go. 7 * Version: 1.1 0.07 * Version: 1.11.0 8 8 * Author: WebsiteVoice 9 9 * License: GPL-2.0+ … … 13 13 14 14 if (!defined('WEBSITEVOICE_VERSION_NUM')) 15 define('WEBSITEVOICE_VERSION_NUM', '1.1 0.0');15 define('WEBSITEVOICE_VERSION_NUM', '1.11.0'); 16 16 17 17 if (!defined('WEBSITEVOICE_VERSION_KEY'))
Note: See TracChangeset
for help on using the changeset viewer.