Plugin Directory

Changeset 2837521


Ignore:
Timestamp:
12/21/2022 04:10:16 PM (3 years ago)
Author:
israpil
Message:
  • fixed README.txt
Location:
webtexttool
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • webtexttool/tags/3.4.1/README.txt

    r2789272 r2837521  
    33Tags: 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
    44Requires at least: 3.5 or higher
    5 Tested up to: 6.0
     5Tested up to: 6.1
    66Stable tag: 3.4.2
    77License: GPLv2 or later
  • webtexttool/tags/3.4.2/README.txt

    r2835970 r2837521  
    44Requires at least: 3.5 or higher
    55Tested up to: 6.1
    6 Stable tag: 3.4.1
     6Stable tag: 3.4.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8888
    8989== Changelog ==
     90
     91= 3.4.2 =
     92
     93Release Date: September 23rd, 2022
     94
     95* Fixed PHP warnings for settings page
    9096
    9197= 3.4.1 =
  • webtexttool/tags/3.4.2/webtexttool.php

    r2788682 r2837521  
    77 * Plugin URI:        https://www.textmetrics.com
    88 * 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.1
     9 * Version:           3.4.2
    1010 * Author:            Textmetrics
    1111 * Author URI:        https://www.textmetrics.com
     
    1616 */
    1717
    18 define('WTT_VERSION', '3.4.1');
     18define('WTT_VERSION', '3.4.2');
    1919define('WTT_SHORT_URL', "api.textmetrics.com");
    2020define('WTT_BASE_API_URL', 'https://api.textmetrics.com/');
  • webtexttool/trunk/README.txt

    r2835970 r2837521  
    44Requires at least: 3.5 or higher
    55Tested up to: 6.1
    6 Stable tag: 3.4.1
     6Stable tag: 3.4.2
    77License: GPLv2 or later
    88License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    8888
    8989== Changelog ==
     90
     91= 3.4.2 =
     92
     93Release Date: September 23rd, 2022
     94
     95* Fixed PHP warnings for settings page
    9096
    9197= 3.4.1 =
  • webtexttool/trunk/webtexttool.php

    r2788682 r2837521  
    77 * Plugin URI:        https://www.textmetrics.com
    88 * 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.1
     9 * Version:           3.4.2
    1010 * Author:            Textmetrics
    1111 * Author URI:        https://www.textmetrics.com
     
    1616 */
    1717
    18 define('WTT_VERSION', '3.4.1');
     18define('WTT_VERSION', '3.4.2');
    1919define('WTT_SHORT_URL', "api.textmetrics.com");
    2020define('WTT_BASE_API_URL', 'https://api.textmetrics.com/');
Note: See TracChangeset for help on using the changeset viewer.