Plugin Directory

Changeset 2603579


Ignore:
Timestamp:
09/23/2021 11:19:16 AM (4 years ago)
Author:
websitevoice
Message:

Clarify free trial

Location:
websitevoice/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • websitevoice/trunk/README.txt

    r2568682 r2603579  
    1919Allow the Artificial Intelligence voices of WebsiteVoice to read your articles. Increase user engagement and accessibility for your WordPress blog.
    2020
    21 PS: You'll need a [WebsiteVoice.com token](https://websitevoice.com/login) to use it. Tokens are completely free.
     21PS: You'll need a [WebsiteVoice.com token](https://websitevoice.com/login) to use it. Tokens are completely free for the first days, then you will have to upgrade to keep using the service.
    2222
    2323== Frequently Asked Questions ==
     
    2929= How much does WebsiteVoice cost? =
    3030
    31 WebsiteVoice is a free and premium service. You can use it always free or you can upgrade to a premium version with additional features and benefits.
     31WebsiteVoice offers a free trial. After the free trial ends, there is a cost depending on the package that you select.
    3232
    3333= Do you collect any data? =
     
    4141Install the plugin into your WordPress and configure your widget from the WordPress admin Settings section.
    4242
    43 You'll need a [WebsiteVoice.com token](https://websitevoice.com/login) to use it. Tokens are completely free.
     43You'll need a [WebsiteVoice.com token](https://websitevoice.com/login) to use it. Tokens are completely free for the first days, then you will have to upgrade to keep using the service.
    4444
    4545== Changelog ==
     46
     47= 1.1.10 =
     48
     49* Clarify free trial
    4650
    4751= 1.1.9 =
  • websitevoice/trunk/websitevoice.php

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