Changeset 3438061
- Timestamp:
- 01/12/2026 06:22:45 PM (3 months ago)
- Location:
- post2podcast
- Files:
-
- 4 edited
- 1 copied
-
tags/1.3.1 (copied) (copied from post2podcast/trunk)
-
tags/1.3.1/post2podcast.php (modified) (2 diffs)
-
tags/1.3.1/readme.txt (modified) (2 diffs)
-
trunk/post2podcast.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
post2podcast/tags/1.3.1/post2podcast.php
r3437955 r3438061 4 4 * Plugin server URI: https://github.com/samukbg/post2podcast-server 5 5 * Description: Convert WordPress posts into podcast episodes with AI voices 6 * Version: 1.3. 06 * Version: 1.3.1 7 7 * Author: Samuel Bezerra 8 8 * Author URI: https://github.com/samukbg … … 20 20 21 21 // Define plugin constants 22 define('POST2PODCAST_VERSION', '1.3. 0');22 define('POST2PODCAST_VERSION', '1.3.1'); 23 23 define('POST2PODCAST_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('POST2PODCAST_PLUGIN_URL', plugin_dir_url(__FILE__)); -
post2podcast/tags/1.3.1/readme.txt
r3437955 r3438061 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 274 274 == Changelog == 275 275 276 = 1.3.1 = 277 * IMPROVED: Summarization word count is now dynamically controlled by the 'max_words' parameter for more precise summaries. 278 276 279 = 1.3.0 = 277 280 * MAJOR UPDATE: Streaming SSE architecture for long audio generation without timeouts -
post2podcast/trunk/post2podcast.php
r3437955 r3438061 4 4 * Plugin server URI: https://github.com/samukbg/post2podcast-server 5 5 * Description: Convert WordPress posts into podcast episodes with AI voices 6 * Version: 1.3. 06 * Version: 1.3.1 7 7 * Author: Samuel Bezerra 8 8 * Author URI: https://github.com/samukbg … … 20 20 21 21 // Define plugin constants 22 define('POST2PODCAST_VERSION', '1.3. 0');22 define('POST2PODCAST_VERSION', '1.3.1'); 23 23 define('POST2PODCAST_PLUGIN_DIR', plugin_dir_path(__FILE__)); 24 24 define('POST2PODCAST_PLUGIN_URL', plugin_dir_url(__FILE__)); -
post2podcast/trunk/readme.txt
r3437955 r3438061 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.3. 07 Stable tag: 1.3.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 274 274 == Changelog == 275 275 276 = 1.3.1 = 277 * IMPROVED: Summarization word count is now dynamically controlled by the 'max_words' parameter for more precise summaries. 278 276 279 = 1.3.0 = 277 280 * MAJOR UPDATE: Streaming SSE architecture for long audio generation without timeouts
Note: See TracChangeset
for help on using the changeset viewer.