Changeset 2332434
- Timestamp:
- 06/29/2020 02:47:14 PM (6 years ago)
- Location:
- amazon-polly/trunk
- Files:
-
- 4 edited
-
README.md (modified) (2 diffs)
-
README.txt (modified) (2 diffs)
-
admin/AmazonAI-Common.php (modified) (1 diff)
-
amazonpolly.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
amazon-polly/trunk/README.md
r2268197 r2332434 7 7 | Requires PHP | 5.6 | 8 8 | Tested up to | 5.3 | 9 | Stable tag | 4.2. 0|9 | Stable tag | 4.2.1 | 10 10 | License | GPLv3 ONLY | 11 11 | License URI | https://www.gnu.org/licenses/gpl-3.0.html | … … 136 136 #### Changelog 137 137 138 = 4.2.1 = 139 * Code Refactoring 140 * 138 141 = 4.2.0 = 139 142 * Code Refactoring -
amazon-polly/trunk/README.txt
r2268197 r2332434 5 5 Requires PHP: 5.6 6 6 Tested up to: 5.3 7 Stable tag: 4.2. 07 Stable tag: 4.2.1 8 8 License: GPLv3 ONLY 9 9 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 134 134 135 135 == Changelog == 136 137 = 4.2.1 = 138 * Code Refactoring 136 139 137 140 = 4.2.0 = -
amazon-polly/trunk/admin/AmazonAI-Common.php
r2268197 r2332434 1217 1217 'region' => $this->get_aws_region(), 1218 1218 'version' => 'latest', 1219 'ua_append' => ['request-source/aws-for-wordpress'] 1219 1220 ]; 1220 1221 $credentials = false; -
amazon-polly/trunk/amazonpolly.php
r2268197 r2332434 17 17 * Plugin URI: https://wordpress.org/plugins/amazon-polly/ 18 18 * 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. 019 * Version: 4.2.1 20 20 * Author: AWS Labs, WP Engine 21 21 * Author URI: https://aws.amazon.com/
Note: See TracChangeset
for help on using the changeset viewer.