Plugin Directory

Changeset 3382759


Ignore:
Timestamp:
10/22/2025 04:06:11 PM (5 months ago)
Author:
sergiotrinity
Message:

v5.23.1

Location:
trinity-audio/trunk
Files:
3 edited

Legend:

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

    r3382014 r3382759  
    154154== Changelog ==
    155155
     156= 5.23.1 =
     157 *Release Date - Oct 22, 2025*
     158 * Fixed the disabled "Register" button on the Register screen
     159
    156160= 5.23 =
    157161 *Release Date - Oct 21, 2025*
  • trinity-audio/trunk/js/admin.js

    r3382014 r3382759  
    241241
    242242async function isFormValid() {
    243   if (!window.TRINITY_UNIT_CONFIGURATION?.validate) return;
    244 
    245243  return (await window.TRINITY_UNIT_CONFIGURATION.validate()).isValid;
    246244}
     
    248246// check if we need to disable/enable save button
    249247setInterval(async () => {
     248  if (!window.TRINITY_UNIT_CONFIGURATION?.validate) return;
     249
    250250  const isValid = await isFormValid();
    251251  if ($('.trinity-page .save-button').hasClass('submitted')) return; // don't remove disable class when form is submitted
  • trinity-audio/trunk/trinity.php

    r3382014 r3382759  
    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.23
     11   * Version:           5.23.1
    1212   * Author:            Trinity Audio
    1313   * Author URI:        https://trinityaudio.ai/
Note: See TracChangeset for help on using the changeset viewer.