Plugin Directory

Changeset 3410997


Ignore:
Timestamp:
12/04/2025 01:32:15 PM (4 months ago)
Author:
sergiotrinity
Message:

v5.24.1

Location:
trinity-audio/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trinity-audio/trunk/README.txt

    r3410838 r3410997  
    174174== Changelog ==
    175175
     176= 5.24.1 =
     177 *Release Date - Dec 4, 2025*
     178 * Removed old code
     179
    176180= 5.24 =
    177181 *Release Date - Dec 4, 2025*
  • trinity-audio/trunk/inc/common.php

    r3371934 r3410997  
    410410  }
    411411
    412   function trinity_send_stat_update_settings() {
    413     $data = [
    414       'installkey' => trinity_get_install_key(), // need for auth
    415       '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'           => false
    424       ]
    425     );
    426   }
    427 
    428412  function trinity_audio_ajax_update_unit_config() {
    429413    check_ajax_referer('update_unit_config_action', TRINITY_AUDIO_AJAX_NONCE_NAME);
     
    541525      set_transient(TRINITY_AUDIO_FIRST_TIME_INSTALL, true, 60);
    542526
    543       trinity_send_stat_update_settings();
    544 
    545527      send_response($response_code);
    546528    }
  • trinity-audio/trunk/trinity.php

    r3410838 r3410997  
    99   * Plugin URI:        https://www.trinityaudio.ai/the-trinity-audio-wordpress-plugin-implementation-guide
    1010   * 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
    1212   * Author:            Trinity Audio
    1313   * Author URI:        https://trinityaudio.ai/
Note: See TracChangeset for help on using the changeset viewer.