Plugin Directory

Changeset 2490162


Ignore:
Timestamp:
03/09/2021 03:10:44 AM (5 years ago)
Author:
websitevoice
Message:

Update to wordpress 5.7

Location:
websitevoice/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • websitevoice/trunk/README.txt

    r2430711 r2490162  
    22Tags: websitevoice, text-to-speech, speech, voice, text to speech, polly
    33Requires at least: 4.5
    4 Tested up to: 5.5
     4Tested up to: 5.7
    55Requires PHP: 5.4
    66Contributors: websitevoice
     
    3333= Do you collect any data? =
    3434
    35 We don't collect neither sell any data, that is not our business. 
     35We don't collect neither sell any data, that is not our business.
     36
    3637The plugin is open source, so you are free to check the code of the plugin to see what it does.
    3738
     
    4344
    4445== Changelog ==
     46
     47= 1.1.8 =
     48
     49* Update to WordPress 5.7
    4550
    4651= 1.1.7 =
  • websitevoice/trunk/websitevoice.php

    r2430711 r2490162  
    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.7
     7 * Version:           1.1.8
    88 * Author:            WebsiteVoice
    99 * License:           GPL-2.0+
     
    1313
    1414if (!defined('WEBSITEVOICE_VERSION_NUM'))
    15   define('WEBSITEVOICE_VERSION_NUM', '1.1.7');
     15  define('WEBSITEVOICE_VERSION_NUM', '1.1.8');
    1616
    1717if (!defined('WEBSITEVOICE_VERSION_KEY'))
Note: See TracChangeset for help on using the changeset viewer.