Plugin Directory

Changeset 2219187


Ignore:
Timestamp:
12/29/2019 08:17:45 AM (6 years ago)
Author:
awslabs
Message:

trunk 4.0.3

Location:
amazon-polly/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • amazon-polly/trunk/README.md

    r2218638 r2219187  
    77| Requires PHP | 5.6 |
    88| Tested up to | 5.3 |
    9 | Stable tag | 4.0.2 |
     9| Stable tag | 4.0.3 |
    1010| License | GPLv3 ONLY |
    1111| License URI | https://www.gnu.org/licenses/gpl-3.0.html |
     
    136136#### Changelog
    137137
     138= 4.0.3 =
     139* Bug Fixing.
     140*
    138141= 4.0.2 =
    139142* Added translate support for multiple new languages
  • amazon-polly/trunk/README.txt

    r2218638 r2219187  
    55Requires PHP: 5.6
    66Tested up to: 5.3
    7 Stable tag: 4.0.2
     7Stable tag: 4.0.3
    88License: GPLv3 ONLY
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    134134
    135135== Changelog ==
     136
     137= 4.0.3 =
     138* Bug Fixing.
    136139
    137140= 4.0.2 =
  • amazon-polly/trunk/admin/AmazonAI-Common.php

    r2218638 r2219187  
    2828        ['code' => 'hr', 'name' => 'Croatian', 'translatable' => '1', 'polly' => '0'],
    2929        ['code' => 'cs', 'name' => 'Czech', 'translatable' => '1', 'polly' => '0'],
    30         ['code' => 'fa-AF', 'name' => 'Dari', 'translatable' => '1', 'polly' => '0'],
    31         ['code' => 'nl', 'name' => 'Dutch', 'translatable' => '1', 'polly' => '0'],
     30        ['code' => 'fa-AF', 'name' => 'Dari', 'translatable' => '1', 'polly' => '1'],
    3231        ['code' => 'en', 'name' => 'English', 'translatable' => '1', 'polly' => '1'],
    3332        ['code' => 'et', 'name' => 'Estonian', 'translatable' => '1', 'polly' => '0'],
Note: See TracChangeset for help on using the changeset viewer.