Changeset 3480039
- Timestamp:
- 03/11/2026 11:57:15 AM (4 weeks ago)
- Location:
- mescio-for-agents/trunk
- Files:
-
- 2 edited
-
mescio-for-agents.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mescio-for-agents/trunk/mescio-for-agents.php
r3480025 r3480039 4 4 * Plugin URI: https://wordpress.org/plugins/mescio-for-agents/ 5 5 * 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. 06 * Version: 1.6.1 7 7 * Requires at least: 6.0 8 8 * Requires PHP: 8.0 … … 52 52 53 53 /** Plugin version — must match the Version header above. */ 54 const VERSION = '1.6. 0';54 const VERSION = '1.6.1'; 55 55 56 56 /** Post types served by default (filterable via mescio_enabled_post_types). */ -
mescio-for-agents/trunk/readme.txt
r3480034 r3480039 5 5 Tested up to: 6.9 6 6 Requires PHP: 8.0 7 Stable tag: 1.6. 07 Stable tag: 1.6.1 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html … … 133 133 == Changelog == 134 134 135 = 1.6.1 = 136 * Clean versioning 137 135 138 = 1.6.0 = 136 139 * Added rate limiting: per-IP request throttling on all endpoints via WordPress transients
Note: See TracChangeset
for help on using the changeset viewer.