Plugin Directory

Changeset 3321037


Ignore:
Timestamp:
07/02/2025 08:28:53 AM (9 months ago)
Author:
marcool
Message:

Update trunk from GitHub commit 7f0fa62868cb6935cdae7a73c729a804e1a1b5c0

Location:
soundpaste/trunk
Files:
20 added
5 edited

Legend:

Unmodified
Added
Removed
  • soundpaste/trunk/build/soundpaste/readme.txt

    r3320970 r3321037  
    44Requires at least: 6.8
    55Tested up to: 6.8
    6 Stable tag: 0.16.50
     6Stable tag: 0.16.52
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • soundpaste/trunk/build/soundpaste/soundpaste.php

    r3320970 r3321037  
    1212 * Plugin URI: https://soundpaste.studio/plugin
    1313 * Description: A WordPress plugin that produces audio and podcasts from text using the ElevenLabs API
    14  * Version: 0.16.50
     14 * Version: 0.16.52
    1515 * Author: Marc Olivier Meunier
    1616 * Author URI: https://soundpaste.studio/team
     
    2727
    2828// Define plugin constants
    29 define('SOUNDPASTE_VERSION', '0.16.50');
     29define('SOUNDPASTE_VERSION', '0.16.52');
    3030define('SOUNDPASTE_PLUGIN_URL', plugin_dir_url(__FILE__));
    3131define('SOUNDPASTE_PLUGIN_DIR', plugin_dir_path(__FILE__));
  • soundpaste/trunk/readme.txt

    r3320970 r3321037  
    44Requires at least: 6.8
    55Tested up to: 6.8
    6 Stable tag: 0.16.50
     6Stable tag: 0.16.52
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • soundpaste/trunk/soundpaste.php

    r3320970 r3321037  
    1212 * Plugin URI: https://soundpaste.studio/plugin
    1313 * Description: A WordPress plugin that produces audio and podcasts from text using the ElevenLabs API
    14  * Version: 0.16.50
     14 * Version: 0.16.52
    1515 * Author: Marc Olivier Meunier
    1616 * Author URI: https://soundpaste.studio/team
     
    2727
    2828// Define plugin constants
    29 define('SOUNDPASTE_VERSION', '0.16.50');
     29define('SOUNDPASTE_VERSION', '0.16.52');
    3030define('SOUNDPASTE_PLUGIN_URL', plugin_dir_url(__FILE__));
    3131define('SOUNDPASTE_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset for help on using the changeset viewer.