Changeset 2490162
- Timestamp:
- 03/09/2021 03:10:44 AM (5 years ago)
- Location:
- websitevoice/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
websitevoice.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websitevoice/trunk/README.txt
r2430711 r2490162 2 2 Tags: websitevoice, text-to-speech, speech, voice, text to speech, polly 3 3 Requires at least: 4.5 4 Tested up to: 5. 54 Tested up to: 5.7 5 5 Requires PHP: 5.4 6 6 Contributors: websitevoice … … 33 33 = Do you collect any data? = 34 34 35 We don't collect neither sell any data, that is not our business. 35 We don't collect neither sell any data, that is not our business. 36 36 37 The plugin is open source, so you are free to check the code of the plugin to see what it does. 37 38 … … 43 44 44 45 == Changelog == 46 47 = 1.1.8 = 48 49 * Update to WordPress 5.7 45 50 46 51 = 1.1.7 = -
websitevoice/trunk/websitevoice.php
r2430711 r2490162 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. 77 * Version: 1.1.8 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. 7');15 define('WEBSITEVOICE_VERSION_NUM', '1.1.8'); 16 16 17 17 if (!defined('WEBSITEVOICE_VERSION_KEY'))
Note: See TracChangeset
for help on using the changeset viewer.