Plugin Directory

Changeset 2789272


Ignore:
Timestamp:
09/23/2022 11:20:34 AM (3 years ago)
Author:
israpil
Message:
  • fixed PHP warnings
Location:
webtexttool/tags/3.4.1
Files:
2 edited

Legend:

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

    r2788685 r2789272  
    44Requires at least: 3.5 or higher
    55Tested up to: 6.0
    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.1/webtexttool.php

    r2788685 r2789272  
    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.