Changeset 3361658
- Timestamp:
- 09/15/2025 10:12:26 AM (7 months ago)
- Location:
- trinity-audio/trunk
- Files:
-
- 4 edited
-
README.txt (modified) (1 diff)
-
inc/common.php (modified) (1 diff)
-
js/admin.js (modified) (2 diffs)
-
trinity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trinity-audio/trunk/README.txt
r3304717 r3361658 154 154 == Changelog == 155 155 156 = 5.20.2 = 157 *Release Date - Sep 15, 2025* 158 * Added supporting of "Read author" setting option 159 160 156 161 = 5.20.1 = 157 162 *Release Date - May 30, 2025* -
trinity-audio/trunk/inc/common.php
r3283963 r3361658 434 434 'powered_by' => $_GET['poweredBy'], 435 435 'showSettings' => $_GET['showSettings'], 436 'shareEnabled' => $_GET['shareEnabled'] 436 'shareEnabled' => $_GET['shareEnabled'], 437 'audioVariantId' => $_GET['audioVariantId'] 437 438 ]; 438 439 -
trinity-audio/trunk/js/admin.js
r3304717 r3361658 272 272 fab, 273 273 showSettings, 274 shareEnabled 274 shareEnabled, 275 audioVariantId 275 276 } = TRINITY_UNIT_CONFIGURATION.getFormData(); 276 277 const saveButton = $('.trinity-page .save-button'); … … 291 292 fab, 292 293 showSettings: Number(showSettings), 293 shareEnabled: Number(shareEnabled) 294 shareEnabled: Number(shareEnabled), 295 audioVariantId: audioVariantId ? Number(audioVariantId) : '' 294 296 }, 295 297 complete() { -
trinity-audio/trunk/trinity.php
r3304717 r3361658 7 7 * @wordpress-plugin 8 8 * Plugin Name: Trinity Audio 9 * Plugin URI: https://w ordpress.org/plugins/trinity-audio/9 * Plugin URI: https://www.trinityaudio.ai/the-trinity-audio-wordpress-plugin-implementation-guide 10 10 * Description: This plugin generates an audio version of the post, for absolutely FREE. You can choose the language and the gender of the voice reading your content. You also have the option to add Trinity Audio's player on select posts or have it audiofy all of your content. In both cases, it only takes a few simple clicks to get it done. The plugin is built through collaboration with the Amazon Polly team. 11 * Version: 5.20. 111 * Version: 5.20.2 12 12 * Author: Trinity Audio 13 13 * Author URI: https://trinityaudio.ai/
Note: See TracChangeset
for help on using the changeset viewer.