Changeset 3410997
- Timestamp:
- 12/04/2025 01:32:15 PM (4 months ago)
- Location:
- trinity-audio/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
inc/common.php (modified) (2 diffs)
-
trinity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trinity-audio/trunk/README.txt
r3410838 r3410997 174 174 == Changelog == 175 175 176 = 5.24.1 = 177 *Release Date - Dec 4, 2025* 178 * Removed old code 179 176 180 = 5.24 = 177 181 *Release Date - Dec 4, 2025* -
trinity-audio/trunk/inc/common.php
r3371934 r3410997 410 410 } 411 411 412 function trinity_send_stat_update_settings() {413 $data = [414 'installkey' => trinity_get_install_key(), // need for auth415 'powered_by' => trinity_get_powered_by()416 ];417 418 trinity_curl_post(419 [420 'post_data' => $data,421 'url' => TRINITY_AUDIO_UPDATE_PLUGIN_CONFIG_URL,422 'error_message' => trinity_can_not_connect_error_message('Can\'t update plugin details.'),423 'die' => false424 ]425 );426 }427 428 412 function trinity_audio_ajax_update_unit_config() { 429 413 check_ajax_referer('update_unit_config_action', TRINITY_AUDIO_AJAX_NONCE_NAME); … … 541 525 set_transient(TRINITY_AUDIO_FIRST_TIME_INSTALL, true, 60); 542 526 543 trinity_send_stat_update_settings();544 545 527 send_response($response_code); 546 528 } -
trinity-audio/trunk/trinity.php
r3410838 r3410997 9 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.24 11 * Version: 5.24.1 12 12 * Author: Trinity Audio 13 13 * Author URI: https://trinityaudio.ai/
Note: See TracChangeset
for help on using the changeset viewer.