Plugin Directory

Changeset 3438061


Ignore:
Timestamp:
01/12/2026 06:22:45 PM (3 months ago)
Author:
samukbg
Message:

Tagging version 1.3.1

Location:
post2podcast
Files:
4 edited
1 copied

Legend:

Unmodified
Added
Removed
  • post2podcast/tags/1.3.1/post2podcast.php

    r3437955 r3438061  
    44 * Plugin server URI: https://github.com/samukbg/post2podcast-server
    55 * Description: Convert WordPress posts into podcast episodes with AI voices
    6  * Version: 1.3.0
     6 * Version: 1.3.1
    77 * Author: Samuel Bezerra
    88 * Author URI: https://github.com/samukbg
     
    2020
    2121// Define plugin constants
    22 define('POST2PODCAST_VERSION', '1.3.0');
     22define('POST2PODCAST_VERSION', '1.3.1');
    2323define('POST2PODCAST_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('POST2PODCAST_PLUGIN_URL', plugin_dir_url(__FILE__));
  • post2podcast/tags/1.3.1/readme.txt

    r3437955 r3438061  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    274274== Changelog ==
    275275
     276= 1.3.1 =
     277* IMPROVED: Summarization word count is now dynamically controlled by the 'max_words' parameter for more precise summaries.
     278
    276279= 1.3.0 =
    277280* MAJOR UPDATE: Streaming SSE architecture for long audio generation without timeouts
  • post2podcast/trunk/post2podcast.php

    r3437955 r3438061  
    44 * Plugin server URI: https://github.com/samukbg/post2podcast-server
    55 * Description: Convert WordPress posts into podcast episodes with AI voices
    6  * Version: 1.3.0
     6 * Version: 1.3.1
    77 * Author: Samuel Bezerra
    88 * Author URI: https://github.com/samukbg
     
    2020
    2121// Define plugin constants
    22 define('POST2PODCAST_VERSION', '1.3.0');
     22define('POST2PODCAST_VERSION', '1.3.1');
    2323define('POST2PODCAST_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('POST2PODCAST_PLUGIN_URL', plugin_dir_url(__FILE__));
  • post2podcast/trunk/readme.txt

    r3437955 r3438061  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.3.0
     7Stable tag: 1.3.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    274274== Changelog ==
    275275
     276= 1.3.1 =
     277* IMPROVED: Summarization word count is now dynamically controlled by the 'max_words' parameter for more precise summaries.
     278
    276279= 1.3.0 =
    277280* MAJOR UPDATE: Streaming SSE architecture for long audio generation without timeouts
Note: See TracChangeset for help on using the changeset viewer.