Changeset 3382759
- Timestamp:
- 10/22/2025 04:06:11 PM (5 months ago)
- Location:
- trinity-audio/trunk
- Files:
-
- 3 edited
-
README.txt (modified) (1 diff)
-
js/admin.js (modified) (2 diffs)
-
trinity.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trinity-audio/trunk/README.txt
r3382014 r3382759 154 154 == Changelog == 155 155 156 = 5.23.1 = 157 *Release Date - Oct 22, 2025* 158 * Fixed the disabled "Register" button on the Register screen 159 156 160 = 5.23 = 157 161 *Release Date - Oct 21, 2025* -
trinity-audio/trunk/js/admin.js
r3382014 r3382759 241 241 242 242 async function isFormValid() { 243 if (!window.TRINITY_UNIT_CONFIGURATION?.validate) return;244 245 243 return (await window.TRINITY_UNIT_CONFIGURATION.validate()).isValid; 246 244 } … … 248 246 // check if we need to disable/enable save button 249 247 setInterval(async () => { 248 if (!window.TRINITY_UNIT_CONFIGURATION?.validate) return; 249 250 250 const isValid = await isFormValid(); 251 251 if ($('.trinity-page .save-button').hasClass('submitted')) return; // don't remove disable class when form is submitted -
trinity-audio/trunk/trinity.php
r3382014 r3382759 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.23 11 * Version: 5.23.1 12 12 * Author: Trinity Audio 13 13 * Author URI: https://trinityaudio.ai/
Note: See TracChangeset
for help on using the changeset viewer.