Changeset 2789272
- Timestamp:
- 09/23/2022 11:20:34 AM (3 years ago)
- Location:
- webtexttool/tags/3.4.1
- Files:
-
- 2 edited
-
README.txt (modified) (2 diffs)
-
webtexttool.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webtexttool/tags/3.4.1/README.txt
r2788685 r2789272 4 4 Requires at least: 3.5 or higher 5 5 Tested up to: 6.0 6 Stable tag: 3.4. 16 Stable tag: 3.4.2 7 7 License: GPLv2 or later 8 8 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 88 88 89 89 == Changelog == 90 91 = 3.4.2 = 92 93 Release Date: September 23rd, 2022 94 95 * Fixed PHP warnings for settings page 90 96 91 97 = 3.4.1 = -
webtexttool/tags/3.4.1/webtexttool.php
r2788685 r2789272 7 7 * Plugin URI: https://www.textmetrics.com 8 8 * Description: Textmetrics is the easiest way to create SEO proof content to rank higher and get more traffic. Realtime optimization, keyword research and more. 9 * Version: 3.4. 19 * Version: 3.4.2 10 10 * Author: Textmetrics 11 11 * Author URI: https://www.textmetrics.com … … 16 16 */ 17 17 18 define('WTT_VERSION', '3.4. 1');18 define('WTT_VERSION', '3.4.2'); 19 19 define('WTT_SHORT_URL', "api.textmetrics.com"); 20 20 define('WTT_BASE_API_URL', 'https://api.textmetrics.com/');
Note: See TracChangeset
for help on using the changeset viewer.