Plugin Directory

Changeset 2332434


Ignore:
Timestamp:
06/29/2020 02:47:14 PM (6 years ago)
Author:
awslabs
Message:

trunk 4.2.1

Location:
amazon-polly/trunk
Files:
4 edited

Legend:

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

    r2268197 r2332434  
    77| Requires PHP | 5.6 |
    88| Tested up to | 5.3 |
    9 | Stable tag | 4.2.0 |
     9| Stable tag | 4.2.1 |
    1010| License | GPLv3 ONLY |
    1111| License URI | https://www.gnu.org/licenses/gpl-3.0.html |
     
    136136#### Changelog
    137137
     138= 4.2.1 =
     139* Code Refactoring
     140*
    138141= 4.2.0 =
    139142* Code Refactoring
  • amazon-polly/trunk/README.txt

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

    r2268197 r2332434  
    12171217            'region' => $this->get_aws_region(),
    12181218            'version' => 'latest',
     1219            'ua_append' => ['request-source/aws-for-wordpress']
    12191220        ];
    12201221        $credentials = false;
  • amazon-polly/trunk/amazonpolly.php

    r2268197 r2332434  
    1717 * Plugin URI:        https://wordpress.org/plugins/amazon-polly/
    1818 * Description:       Create audio versions of your posts, translate them into other languages, and create podcasts. Integrate with Amazon Alexa to listen to your posts on Alexa-enabled devices. Use Amazon CloudFront to accelerate your website and provide a faster, more reliable viewing experience.
    19  * Version:           4.2.0
     19 * Version:           4.2.1
    2020 * Author:            AWS Labs, WP Engine
    2121 * Author URI:        https://aws.amazon.com/
Note: See TracChangeset for help on using the changeset viewer.