Plugin Directory

Changeset 2257016


Ignore:
Timestamp:
03/09/2020 02:45:29 AM (6 years ago)
Author:
websitevoice
Message:

Supports Wordpress 5.4

Location:
websitevoice/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • websitevoice/trunk/README.txt

    r2181203 r2257016  
    22Tags: websitevoice, text-to-speech, speech, voice, text to speech, polly
    33Requires at least: 4.5
    4 Tested up to: 5.3
     4Tested up to: 5.4
    55Requires PHP: 5.4
    66Contributors: websitevoice
     
    4444== Changelog ==
    4545
     46= 1.1.5 =
     47
     48* Update to WordPress 5.4
     49
    4650= 1.1.4 =
    4751
  • websitevoice/trunk/websitevoice.php

    r2181203 r2257016  
    55 * Plugin URI:        https://websitevoice.com
    66 * 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.4
     7 * Version:           1.1.5
    88 * Author:            WebsiteVoice
    99 * License:           GPL-2.0+
     
    1313
    1414if (!defined('WEBSITEVOICE_VERSION_NUM'))
    15   define('WEBSITEVOICE_VERSION_NUM', '1.1.4');
     15  define('WEBSITEVOICE_VERSION_NUM', '1.1.5');
    1616
    1717if (!defined('WEBSITEVOICE_VERSION_KEY'))
Note: See TracChangeset for help on using the changeset viewer.