Changeset 3321037
- Timestamp:
- 07/02/2025 08:28:53 AM (9 months ago)
- Location:
- soundpaste/trunk
- Files:
-
- 20 added
- 5 edited
-
build/soundpaste.zip (modified) (previous)
-
build/soundpaste/README-DEV.md (added)
-
build/soundpaste/composer.json (added)
-
build/soundpaste/composer.lock (added)
-
build/soundpaste/feedback-wordpress.md (added)
-
build/soundpaste/readme.txt (modified) (1 diff)
-
build/soundpaste/review-remediation-plan.md (added)
-
build/soundpaste/soundpaste.php (modified) (2 diffs)
-
build/soundpaste/vendor (added)
-
build/soundpaste/vendor/autoload.php (added)
-
build/soundpaste/vendor/bin (added)
-
build/soundpaste/vendor/composer (added)
-
build/soundpaste/vendor/composer/ClassLoader.php (added)
-
build/soundpaste/vendor/composer/InstalledVersions.php (added)
-
build/soundpaste/vendor/composer/LICENSE (added)
-
build/soundpaste/vendor/composer/autoload_classmap.php (added)
-
build/soundpaste/vendor/composer/autoload_namespaces.php (added)
-
build/soundpaste/vendor/composer/autoload_psr4.php (added)
-
build/soundpaste/vendor/composer/autoload_real.php (added)
-
build/soundpaste/vendor/composer/autoload_static.php (added)
-
build/soundpaste/vendor/composer/installed.json (added)
-
build/soundpaste/vendor/composer/installed.php (added)
-
build/soundpaste/vendor/composer/platform_check.php (added)
-
readme.txt (modified) (1 diff)
-
soundpaste.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
soundpaste/trunk/build/soundpaste/readme.txt
r3320970 r3321037 4 4 Requires at least: 6.8 5 5 Tested up to: 6.8 6 Stable tag: 0.16.5 06 Stable tag: 0.16.52 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
soundpaste/trunk/build/soundpaste/soundpaste.php
r3320970 r3321037 12 12 * Plugin URI: https://soundpaste.studio/plugin 13 13 * Description: A WordPress plugin that produces audio and podcasts from text using the ElevenLabs API 14 * Version: 0.16.5 014 * Version: 0.16.52 15 15 * Author: Marc Olivier Meunier 16 16 * Author URI: https://soundpaste.studio/team … … 27 27 28 28 // Define plugin constants 29 define('SOUNDPASTE_VERSION', '0.16.5 0');29 define('SOUNDPASTE_VERSION', '0.16.52'); 30 30 define('SOUNDPASTE_PLUGIN_URL', plugin_dir_url(__FILE__)); 31 31 define('SOUNDPASTE_PLUGIN_DIR', plugin_dir_path(__FILE__)); -
soundpaste/trunk/readme.txt
r3320970 r3321037 4 4 Requires at least: 6.8 5 5 Tested up to: 6.8 6 Stable tag: 0.16.5 06 Stable tag: 0.16.52 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
soundpaste/trunk/soundpaste.php
r3320970 r3321037 12 12 * Plugin URI: https://soundpaste.studio/plugin 13 13 * Description: A WordPress plugin that produces audio and podcasts from text using the ElevenLabs API 14 * Version: 0.16.5 014 * Version: 0.16.52 15 15 * Author: Marc Olivier Meunier 16 16 * Author URI: https://soundpaste.studio/team … … 27 27 28 28 // Define plugin constants 29 define('SOUNDPASTE_VERSION', '0.16.5 0');29 define('SOUNDPASTE_VERSION', '0.16.52'); 30 30 define('SOUNDPASTE_PLUGIN_URL', plugin_dir_url(__FILE__)); 31 31 define('SOUNDPASTE_PLUGIN_DIR', plugin_dir_path(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.