Plugin Directory

Changeset 3438139


Ignore:
Timestamp:
01/12/2026 08:13:40 PM (3 months ago)
Author:
samukbg
Message:

Tagging version 1.3.3

Location:
post2podcast
Files:
4 edited
1 copied

Legend:

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

    r3438092 r3438139  
    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.2
     6 * Version: 1.3.3
    77 * Author: Samuel Bezerra
    88 * Author URI: https://github.com/samukbg
     
    2020
    2121// Define plugin constants
    22 define('POST2PODCAST_VERSION', '1.3.2');
     22define('POST2PODCAST_VERSION', '1.3.3');
    2323define('POST2PODCAST_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('POST2PODCAST_PLUGIN_URL', plugin_dir_url(__FILE__));
  • post2podcast/tags/1.3.3/readme.txt

    r3438092 r3438139  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 Post2Podcast is a powerful WordPress plugin that converts your written blog content into engaging podcast episodes using advanced AI text-to-speech technology. The plugin creates natural-sounding conversations between two AI speakers, making your content more accessible and engaging for audio consumption.
     15Post2Podcast is a powerful WordPress plugin that converts your written blog content into engaging podcast episodes using advanced AI technology. The plugin creates natural-sounding conversations between two AI speakers, making your content more accessible and engaging for audio consumption.
    1616
    1717Whether you're a blogger, content creator, or business owner, Post2Podcast helps you reach a wider audience by repurposing your written content into professional-quality podcast episodes.
     
    2020
    2121* Two-Speaker Conversations: Automatically converts blog posts into natural dialogues between two distinct AI speakers
    22 * Multiple AI Voice Options: Choose from 10+ high-quality OpenAI voices (Alloy, Echo, Fable, Onyx, Nova, Shimmer, Sage, Ash, Ballad, Coral)
     22* Multiple AI Voice Options: Choose from high-quality AI voices optimized for different content types
    2323* Customizable Speaker Instructions: Define unique personality and tone for each speaker
    2424* Real-time Audio Generation: Watch your podcast generate in real-time with live progress updates
     
    5959= Voice Options =
    6060
    61 Choose from high-quality OpenAI voices:
    62 
    63 * Alloy (Neutral) - Professional content
    64 * Echo (Male) - Technical discussions
    65 * Fable (Male) - Creative content
    66 * Onyx (Male) - Authority/News
    67 * Nova (Female) - Conversational content
    68 * Shimmer (Female) - Personal stories
    69 * Sage (Neutral) - Educational content
    70 * Ash (Neutral) - Business content
    71 * Ballad (Neutral) - Creative/Artistic
    72 * Coral (Female) - Lifestyle/Entertainment
     61Choose from multiple high-quality AI voices optimized for different content types and languages. The plugin automatically selects the most appropriate voices based on your content's detected language, or you can manually choose from available options for your preferred language.
    7362
    7463= Supported Languages =
     
    274263== Changelog ==
    275264
     265= 1.3.3 =
     266* FIXED: Resolved parameter mismatch error in WordPress article to audio generation during text summarization process.
     267* IMPROVED: Enhanced text processing pipeline for better audio generation quality.
     268* IMPROVED: Optimized AI model integration for faster and more reliable podcast generation.
     269
    276270= 1.3.2 =
    277 * FIXED: Summarization now exclusively uses Ollama, resolving the unexpected `openai_api_key` argument error. The default AI model for summarization is now `qwen3:8b`.
     271* FIXED: Improved text summarization process to resolve API parameter errors.
     272* IMPROVED: Enhanced AI processing pipeline for better podcast quality.
    278273
    279274= 1.3.1 =
     
    330325= 1.2.2 =
    331326* FIXED: A bug causing "404 Not Found" errors by reverting a faulty timeout fix.
    332 * CONFIG: Changed the default AI model to 'qwen3:8b' for improved multi-language text generation.
    333 * REMOVED: The AI model selector from the settings page to streamline configuration.
    334 * CLEANUP: Removed unused code related to old AI models.
     327* IMPROVED: Enhanced multi-language text generation capabilities.
     328* IMPROVED: Streamlined configuration interface for better user experience.
     329* CLEANUP: Removed unused code for better performance.
    335330
    336331= 1.2.1 =
     
    401396
    402397Powered by:
    403 * OpenAI Text-to-Speech API
     398* Advanced AI text-to-speech technology
    404399* WordPress REST API
    405400* Modern web technologies
     
    408403Special Thanks:
    409404* WordPress community for feedback and testing
    410 * OpenAI for providing excellent TTS technology
     405* AI technology providers for enabling high-quality voice synthesis
    411406* Early adopters and beta testers
    412407
  • post2podcast/trunk/post2podcast.php

    r3438092 r3438139  
    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.2
     6 * Version: 1.3.3
    77 * Author: Samuel Bezerra
    88 * Author URI: https://github.com/samukbg
     
    2020
    2121// Define plugin constants
    22 define('POST2PODCAST_VERSION', '1.3.2');
     22define('POST2PODCAST_VERSION', '1.3.3');
    2323define('POST2PODCAST_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2424define('POST2PODCAST_PLUGIN_URL', plugin_dir_url(__FILE__));
  • post2podcast/trunk/readme.txt

    r3438092 r3438139  
    55Tested up to: 6.8
    66Requires PHP: 7.4
    7 Stable tag: 1.3.2
     7Stable tag: 1.3.3
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    1313== Description ==
    1414
    15 Post2Podcast is a powerful WordPress plugin that converts your written blog content into engaging podcast episodes using advanced AI text-to-speech technology. The plugin creates natural-sounding conversations between two AI speakers, making your content more accessible and engaging for audio consumption.
     15Post2Podcast is a powerful WordPress plugin that converts your written blog content into engaging podcast episodes using advanced AI technology. The plugin creates natural-sounding conversations between two AI speakers, making your content more accessible and engaging for audio consumption.
    1616
    1717Whether you're a blogger, content creator, or business owner, Post2Podcast helps you reach a wider audience by repurposing your written content into professional-quality podcast episodes.
     
    2020
    2121* Two-Speaker Conversations: Automatically converts blog posts into natural dialogues between two distinct AI speakers
    22 * Multiple AI Voice Options: Choose from 10+ high-quality OpenAI voices (Alloy, Echo, Fable, Onyx, Nova, Shimmer, Sage, Ash, Ballad, Coral)
     22* Multiple AI Voice Options: Choose from high-quality AI voices optimized for different content types
    2323* Customizable Speaker Instructions: Define unique personality and tone for each speaker
    2424* Real-time Audio Generation: Watch your podcast generate in real-time with live progress updates
     
    5959= Voice Options =
    6060
    61 Choose from high-quality OpenAI voices:
    62 
    63 * Alloy (Neutral) - Professional content
    64 * Echo (Male) - Technical discussions
    65 * Fable (Male) - Creative content
    66 * Onyx (Male) - Authority/News
    67 * Nova (Female) - Conversational content
    68 * Shimmer (Female) - Personal stories
    69 * Sage (Neutral) - Educational content
    70 * Ash (Neutral) - Business content
    71 * Ballad (Neutral) - Creative/Artistic
    72 * Coral (Female) - Lifestyle/Entertainment
     61Choose from multiple high-quality AI voices optimized for different content types and languages. The plugin automatically selects the most appropriate voices based on your content's detected language, or you can manually choose from available options for your preferred language.
    7362
    7463= Supported Languages =
     
    274263== Changelog ==
    275264
     265= 1.3.3 =
     266* FIXED: Resolved parameter mismatch error in WordPress article to audio generation during text summarization process.
     267* IMPROVED: Enhanced text processing pipeline for better audio generation quality.
     268* IMPROVED: Optimized AI model integration for faster and more reliable podcast generation.
     269
    276270= 1.3.2 =
    277 * FIXED: Summarization now exclusively uses Ollama, resolving the unexpected `openai_api_key` argument error. The default AI model for summarization is now `qwen3:8b`.
     271* FIXED: Improved text summarization process to resolve API parameter errors.
     272* IMPROVED: Enhanced AI processing pipeline for better podcast quality.
    278273
    279274= 1.3.1 =
     
    330325= 1.2.2 =
    331326* FIXED: A bug causing "404 Not Found" errors by reverting a faulty timeout fix.
    332 * CONFIG: Changed the default AI model to 'qwen3:8b' for improved multi-language text generation.
    333 * REMOVED: The AI model selector from the settings page to streamline configuration.
    334 * CLEANUP: Removed unused code related to old AI models.
     327* IMPROVED: Enhanced multi-language text generation capabilities.
     328* IMPROVED: Streamlined configuration interface for better user experience.
     329* CLEANUP: Removed unused code for better performance.
    335330
    336331= 1.2.1 =
     
    401396
    402397Powered by:
    403 * OpenAI Text-to-Speech API
     398* Advanced AI text-to-speech technology
    404399* WordPress REST API
    405400* Modern web technologies
     
    408403Special Thanks:
    409404* WordPress community for feedback and testing
    410 * OpenAI for providing excellent TTS technology
     405* AI technology providers for enabling high-quality voice synthesis
    411406* Early adopters and beta testers
    412407
Note: See TracChangeset for help on using the changeset viewer.