Changeset 3408336
- Timestamp:
- 12/02/2025 05:59:49 PM (4 months ago)
- Location:
- seo-wordpress/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
seo-wordpress.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
seo-wordpress/trunk/readme.txt
r3408334 r3408336 4 4 Requires at least: 5.0 5 5 Tested up to: 6.7 6 Stable tag: 5.0. 06 Stable tag: 5.0.1 7 7 Requires PHP: 7.4 8 8 License: GPLv2 or later … … 198 198 == Changelog == 199 199 200 = 5.0.1 = 201 * Fix: Limit to 5 tags as required by WordPress.org 202 200 203 = 5.0.0 = 201 204 * Complete rewrite with modern architecture -
seo-wordpress/trunk/seo-wordpress.php
r3408319 r3408336 4 4 * Plugin URI: https://github.com/MervinPraison/WordPressAISEO 5 5 * Description: AI-powered SEO optimization for WordPress. Automatically generate meta descriptions, titles, schema markup, and comprehensive SEO analysis using artificial intelligence. 6 * Version: 5.0. 06 * Version: 5.0.1 7 7 * Author: MervinPraison 8 8 * Author URI: https://mer.vin … … 21 21 22 22 // Define plugin constants 23 define('AISEO_VERSION', '5.0. 0');23 define('AISEO_VERSION', '5.0.1'); 24 24 25 25 // CRITICAL FIX: Register AJAX actions IMMEDIATELY, before any hooks
Note: See TracChangeset
for help on using the changeset viewer.