Plugin Directory

Changeset 3366387


Ignore:
Timestamp:
09/23/2025 10:36:22 AM (6 months ago)
Author:
vanyaa
Message:

Optimize and fix bug

Location:
ai-rss-rewriter/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • ai-rss-rewriter/trunk/ai-rss-rewriter.php

    r3365819 r3366387  
    44 * Plugin URI: https://wordpress.org/plugins/ai-rss-rewriter/
    55 * Description: Advanced RSS feed parser with AI content rewriting, image generation, and automation features. Automatically imports RSS feeds, rewrites content using AI, generates images, and publishes posts with SEO optimization.
    6  * Version: 1.1
     6 * Version: 1.2
    77 * Author: vanyaa
    88 * Author URI: https://profiles.wordpress.org/vanyaa/
     
    1616 *
    1717 * @package AI_RSS_Rewriter
    18  * @version 1.1
     18 * @version 1.2
    1919 * @author vanyaa
    2020 * @license GPL-2.0+
     
    2424if (!defined('ABSPATH')) exit;
    2525
    26 define('AIRSREFE_VERSION', '1.1');
     26define('AIRSREFE_VERSION', '1.2');
    2727define('AIRSREFE_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2828define('AIRSREFE_PLUGIN_URL', plugin_dir_url(__FILE__));
  • ai-rss-rewriter/trunk/readme.txt

    r3365843 r3366387  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 1.1
     7Stable tag: 1.2
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    182182
    183183== Changelog ==
     184
     185= 1.2 =
     186* **New Features**: Enhanced AI processing capabilities
     187* **Bug Fixes**: Improved stability and performance
     188* **Code Optimization**: Better error handling and logging
     189* **User Experience**: Streamlined interface and workflow
    184190
    185191= 1.1 =
     
    261267== Upgrade Notice ==
    262268
     269= 1.2 =
     270Enhanced AI processing capabilities with improved stability and performance optimizations.
     271
    263272= 1.0 =
    264273Initial release of AI RSS Rewriter with comprehensive AI-powered content processing capabilities.
Note: See TracChangeset for help on using the changeset viewer.