Plugin Directory

Changeset 3408336


Ignore:
Timestamp:
12/02/2025 05:59:49 PM (4 months ago)
Author:
mervinpraison
Message:

Version 5.0.1 - Fix tags limit

Location:
seo-wordpress/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • seo-wordpress/trunk/readme.txt

    r3408334 r3408336  
    44Requires at least: 5.0
    55Tested up to: 6.7
    6 Stable tag: 5.0.0
     6Stable tag: 5.0.1
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    198198== Changelog ==
    199199
     200= 5.0.1 =
     201* Fix: Limit to 5 tags as required by WordPress.org
     202
    200203= 5.0.0 =
    201204* Complete rewrite with modern architecture
  • seo-wordpress/trunk/seo-wordpress.php

    r3408319 r3408336  
    44 * Plugin URI: https://github.com/MervinPraison/WordPressAISEO
    55 * 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.0
     6 * Version: 5.0.1
    77 * Author: MervinPraison
    88 * Author URI: https://mer.vin
     
    2121
    2222// Define plugin constants
    23 define('AISEO_VERSION', '5.0.0');
     23define('AISEO_VERSION', '5.0.1');
    2424
    2525// CRITICAL FIX: Register AJAX actions IMMEDIATELY, before any hooks
Note: See TracChangeset for help on using the changeset viewer.