Plugin Directory

Changeset 3447847


Ignore:
Timestamp:
01/27/2026 12:32:48 PM (3 weeks ago)
Author:
jamesmackie
Message:

Update version to 1.1.3 - Fix robots.txt redirect issue

Location:
ezy-ai
Files:
36 added
2 edited

Legend:

Unmodified
Added
Removed
  • ezy-ai/trunk/ezy-ai-plugin.php

    r3445452 r3447847  
    44 * Plugin URI: https://ezy.ai/cms
    55 * Description: Automatically optimize your site for AI answers (ChatGPT, Claude, Google AIO, Perplexity). Prompt tracking, AI visibility score, AI bot tracking, reports & analytics, structured data, facts.jsonld, robots.txt, llms.txt, sitemaps- all automated.
    6  * Version: 1.1.2
     6 * Version: 1.1.3
    77 * Author: EZY.ai
    88 * Author URI: https://ezy.ai/about
     
    1717}
    1818
    19 define('EZY_AI_VERSION', '1.1.2');
     19define('EZY_AI_VERSION', '1.1.3');
    2020define('EZY_AI_PLUGIN_DIR', plugin_dir_path(__FILE__));
    2121define('EZY_AI_PLUGIN_URL', plugin_dir_url(__FILE__));
  • ezy-ai/trunk/readme.txt

    r3445452 r3447847  
    44Requires at least: 5.7
    55Tested up to: 6.9
    6 Stable tag: 1.1.2
     6Stable tag: 1.1.3
    77Requires PHP: 7.4
    88License: GPLv2 or later
     
    9292== Changelog ==
    9393
     94= 1.1.3 =
     95* Fix: robots.txt redirect issue - only add rewrite rule when content exists
     96
    9497= 1.1.2 =
    9598* Fix: robots.txt and llms.txt no longer redirect when no content is uploaded
Note: See TracChangeset for help on using the changeset viewer.