1.3.8
- Updated the plugin Author URI to https://www.mephivio.fr.
- Updated version metadata and documentation for the 1.3.8 release.

1.3.7
- WordPress.org review follow-up: removed the remaining global bootstrap function.
- Prefixed admin-view and uninstall variables to prevent global namespace collisions.
- Reworked legacy post-meta migration to avoid meta_key queries and exclusionary-query false positives.
- Documented intentional WPML and WordPress core hook names for coding-standard tooling.
- Renamed the settings form field group from mrl to mephroll.

1.3.6
* Addressed the WordPress.org pre-review findings based on version 1.3.5.
* Replaced inline admin CSS/JS output with properly enqueued assets.
* Replaced the collision-prone three-letter prefix with the unique mephroll/MEPHROLL prefix across declarations, stored data, hooks and asset handles.
* Added a one-time migration preserving settings, caches, cron state and per-content metadata from versions up to 1.3.5.
* Renamed the runtime admin icon and removed unused directory-style image assets from the plugin zip.
* Removed bundled PO/MO/POT translation packages while retaining the plugin-specific English/French switch through built-in application data.
* Expanded the readme to explain the plugin’s distinct value in a crowded llms.txt category.

1.3.5
- Fix: Moved the WooCommerce product-count translators comment directly above the placeholder translation call for Plugin Check compliance.

1.3.4
* Fixed the WordPress Plugin Check internationalization error in the WooCommerce product-count message.
* Added the required translators comment for the %d placeholder used in the localized product count.
* Updated English and French readmes and changelogs.

1.3.3
* Fixed WooCommerce catalog detection on stores where the product post type was not persisted in earlier settings.
* Added a dedicated WooCommerce catalog switch, enabled by default, so published products are included automatically.
* Added the detected published-product count to Settings.
* Product save events now use the full indexable post-type list when scheduling regeneration.
* Improved WooCommerce detection for different plugin load orders.

Mephivio Robots LLMs — Changelog

1.3.2
* Fixed all issues reported by WordPress Plugin Check.
* Explicitly sanitized the submitted Settings array before processing.
* Replaced strip_tags() with wp_strip_all_tags().
* Removed discouraged manual load_plugin_textdomain() usage; WordPress.org translations are loaded automatically.
* Replaced direct uninstall SQL with delete_post_meta_by_key().
* Removed direct GET processing from the admin view and sanitized display query parameters in the controller.
* Removed explicit fclose() on php://output.
* Avoided a Plugin Check false-positive around the internal cache hash field.
* Declared compatibility with WordPress 7.1 and updated English/French documentation.

1.3.1
* Fixed the WordPress admin sidebar icon so it stays at the native 20 × 20 px size even when another plugin or admin theme overrides image dimensions.
* Updated English and French readmes and changelogs for version 1.3.1.

1.3.0
* Redesigned the Settings screen into clear visual sections: General, LLM files, Content, Robots, Multilingual, Performance and Advanced.
* Grouped related options without changing their stored keys or existing behavior, so upgrades keep current settings intact.
* Added clearer descriptions for each settings area and a persistent Save Settings action at both the top and bottom of the screen.
* Improved responsive behavior of the Settings screen for tablets and mobile administration.
* Updated English and French readmes and changelogs for version 1.3.0.

1.2.0
* Added a plugin-specific English/French admin interface language selector.
* English is the default plugin interface language, independently from the WordPress locale.
* The language preference affects only Mephivio Robots LLMs admin screens.
* Normalized remaining Settings labels to English source strings and completed French translations.
* Updated English/French readmes and translation resources.

1.1.1
* Security hardening for same-site real-page rendering with safe HTTP requests and TLS verification.
* Rate-limited bot statistics writes.
* Fixed resumable batch indexing and added a generation lock.
* robots.txt now respects WordPress search-engine visibility settings.
* Activation and upgrades schedule indexing in the background.
* File and log writes use the WordPress Filesystem API.
* Fixed WooCommerce product deselection and admin icon handling.
* Added numeric settings bounds.
