Plugin Directory

Changeset 3480039


Ignore:
Timestamp:
03/11/2026 11:57:15 AM (4 weeks ago)
Author:
vinsmach
Message:

Bump stable tag to 1.6.1

Location:
mescio-for-agents/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mescio-for-agents/trunk/mescio-for-agents.php

    r3480025 r3480039  
    44 * Plugin URI:        https://wordpress.org/plugins/mescio-for-agents/
    55 * Description:       Mescio for Agents serves your posts, pages and WooCommerce products as clean Markdown to AI agents and GPT crawlers — using HTTP content negotiation (Accept: text/markdown). Human visitors never notice a thing.
    6  * Version:           1.6.0
     6 * Version:           1.6.1
    77 * Requires at least: 6.0
    88 * Requires PHP:      8.0
     
    5252
    5353    /** Plugin version — must match the Version header above. */
    54     const VERSION = '1.6.0';
     54    const VERSION = '1.6.1';
    5555
    5656    /** Post types served by default (filterable via mescio_enabled_post_types). */
  • mescio-for-agents/trunk/readme.txt

    r3480034 r3480039  
    55Tested up to: 6.9
    66Requires PHP: 8.0
    7 Stable tag: 1.6.0
     7Stable tag: 1.6.1
    88License: GPLv2 or later
    99License URI: https://www.gnu.org/licenses/gpl-2.0.html
     
    133133== Changelog ==
    134134
     135= 1.6.1 =
     136* Clean versioning
     137
    135138= 1.6.0 =
    136139* Added rate limiting: per-IP request throttling on all endpoints via WordPress transients
Note: See TracChangeset for help on using the changeset viewer.