Changeset 3366387
- Timestamp:
- 09/23/2025 10:36:22 AM (6 months ago)
- Location:
- ai-rss-rewriter/trunk
- Files:
-
- 2 edited
-
ai-rss-rewriter.php (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ai-rss-rewriter/trunk/ai-rss-rewriter.php
r3365819 r3366387 4 4 * Plugin URI: https://wordpress.org/plugins/ai-rss-rewriter/ 5 5 * 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. 16 * Version: 1.2 7 7 * Author: vanyaa 8 8 * Author URI: https://profiles.wordpress.org/vanyaa/ … … 16 16 * 17 17 * @package AI_RSS_Rewriter 18 * @version 1. 118 * @version 1.2 19 19 * @author vanyaa 20 20 * @license GPL-2.0+ … … 24 24 if (!defined('ABSPATH')) exit; 25 25 26 define('AIRSREFE_VERSION', '1. 1');26 define('AIRSREFE_VERSION', '1.2'); 27 27 define('AIRSREFE_PLUGIN_DIR', plugin_dir_path(__FILE__)); 28 28 define('AIRSREFE_PLUGIN_URL', plugin_dir_url(__FILE__)); -
ai-rss-rewriter/trunk/readme.txt
r3365843 r3366387 5 5 Tested up to: 6.9 6 6 Requires PHP: 7.4 7 Stable tag: 1. 17 Stable tag: 1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 182 182 183 183 == 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 184 190 185 191 = 1.1 = … … 261 267 == Upgrade Notice == 262 268 269 = 1.2 = 270 Enhanced AI processing capabilities with improved stability and performance optimizations. 271 263 272 = 1.0 = 264 273 Initial release of AI RSS Rewriter with comprehensive AI-powered content processing capabilities.
Note: See TracChangeset
for help on using the changeset viewer.