Plugin Directory

Changeset 3361658


Ignore:
Timestamp:
09/15/2025 10:12:26 AM (7 months ago)
Author:
sergiotrinity
Message:

v5.20.2

Location:
trinity-audio/trunk
Files:
4 edited

Legend:

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

    r3304717 r3361658  
    154154== Changelog ==
    155155
     156= 5.20.2 =
     157 *Release Date - Sep 15, 2025*
     158 * Added supporting of "Read author" setting option
     159
     160
    156161= 5.20.1 =
    157162 *Release Date - May 30, 2025*
  • trinity-audio/trunk/inc/common.php

    r3283963 r3361658  
    434434      'powered_by'   => $_GET['poweredBy'],
    435435      'showSettings' => $_GET['showSettings'],
    436       'shareEnabled' => $_GET['shareEnabled']
     436      'shareEnabled' => $_GET['shareEnabled'],
     437      'audioVariantId' => $_GET['audioVariantId']
    437438    ];
    438439
  • trinity-audio/trunk/js/admin.js

    r3304717 r3361658  
    272272      fab,
    273273      showSettings,
    274       shareEnabled
     274      shareEnabled,
     275      audioVariantId
    275276    } = TRINITY_UNIT_CONFIGURATION.getFormData();
    276277    const saveButton = $('.trinity-page .save-button');
     
    291292        fab,
    292293        showSettings: Number(showSettings),
    293         shareEnabled: Number(shareEnabled)
     294        shareEnabled: Number(shareEnabled),
     295        audioVariantId: audioVariantId ? Number(audioVariantId) : ''
    294296      },
    295297      complete() {
  • trinity-audio/trunk/trinity.php

    r3304717 r3361658  
    77   * @wordpress-plugin
    88   * Plugin Name:       Trinity Audio
    9    * Plugin URI:        https://wordpress.org/plugins/trinity-audio/
     9   * 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.20.1
     11   * Version:           5.20.2
    1212   * Author:            Trinity Audio
    1313   * Author URI:        https://trinityaudio.ai/
Note: See TracChangeset for help on using the changeset viewer.