Changeset 2837521
- Timestamp:
- 12/21/2022 04:10:16 PM (3 years ago)
- Location:
- webtexttool
- Files:
-
- 5 edited
-
tags/3.4.1/README.txt (modified) (1 diff)
-
tags/3.4.2/README.txt (modified) (2 diffs)
-
tags/3.4.2/webtexttool.php (modified) (2 diffs)
-
trunk/README.txt (modified) (2 diffs)
-
trunk/webtexttool.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
webtexttool/tags/3.4.1/README.txt
r2789272 r2837521 3 3 Tags: seo, seo plugin, tool, text tool, seo optimization, keyword suggestion, keyword, realtime seo, live seo, textmetrics, search engine optimization, metrics, content, social, meta title, meta description, open graph 4 4 Requires at least: 3.5 or higher 5 Tested up to: 6. 05 Tested up to: 6.1 6 6 Stable tag: 3.4.2 7 7 License: GPLv2 or later -
webtexttool/tags/3.4.2/README.txt
r2835970 r2837521 4 4 Requires at least: 3.5 or higher 5 5 Tested up to: 6.1 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.2/webtexttool.php
r2788682 r2837521 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/'); -
webtexttool/trunk/README.txt
r2835970 r2837521 4 4 Requires at least: 3.5 or higher 5 5 Tested up to: 6.1 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/trunk/webtexttool.php
r2788682 r2837521 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.