• 1.2.6 6385b02633

    v1.2.6 Stable

    javier released this 2026-08-24 11:55:24 +00:00 | 0 commits to main since this release

    1.2.6

    Release date: 2026-08-24

    Changed

    • Manager (by ROBOTSTXT) detection now uses the ecosystem presence constant ROBOTSTXT_MANAGER_NOTICED, defined by Manager 1.6.2+ when it loads. When the constant is absent (older Manager versions), detection falls back to scanning the installed plugin list and checking whether the Manager entry is active, covering both single-site and network-wide activation.
    • Minimum PHP version raised from 5.6 to 7.0: the detection method now declares a bool return type, which is PHP 7.0+ syntax. The main plugin file carries a PHP version guard, so sites on older PHP get an admin notice instead of a fatal error.

    Compatibility

    • WordPress: 4.0 - 7.2
    • PHP: 7.0 - 8.5
    • MariaDB: 11.8 (staging)

    Tests

    • PHP Coding Standards: 3.13.6
    • WordPress Coding Standards: 3.4.1
    • PHPStan: 2.2.9 with wp-compat (Requires at least 4.0)
    • PHPUnit: 9.6.36 (plugin header tests included, line coverage 89.8%)
    Downloads
  • 1.2.5 0c4fda16c0

    v1.2.5 Stable

    javier released this 2026-08-18 12:00:54 +00:00 | 1 commits to main since this release

    1.2.5

    Release date: 2026-08-18

    Fixed

    • The Hello menu item is now registered at position 1000 instead of PHP_INT_MAX. Positions are array keys in the WordPress menu array, and on WordPress 4.0-6.4 two top-level items registered at the same position overwrite each other, silently removing one of the menus. PHP_INT_MAX is one of the most popular "bottom" values in the ecosystem, so collisions were likely; 1000 sits past the last core separator (99), keeps the item at the bottom of the menu, and WordPress 6.5+ resolves any remaining collision automatically.

    Compatibility

    • WordPress: 4.0 - 7.1
    • PHP: 5.6 - 8.5
    • MariaDB: 11.8 (staging)

    Tests

    • PHP Coding Standards: 3.13.6
    • WordPress Coding Standards: 3.4.1
    • PHPStan: 2.2.8 with wp-compat (Requires at least 4.0)
    • PHPUnit: 9.6.36 (plugin header tests included, line coverage 88.5%)

    1.2.4

    Release date: 2026-08-18

    Highlights

    • Automatic updates are now handled by the ROBOTSTXT ecosystem: the bundled auto-updater was removed in favor of Manager (by ROBOTSTXT).

    Added

    • Dismissible notice on the Plugins screen (single site and network) when Manager (by ROBOTSTXT) is not installed and active, with a link to its plugin page.
    • Permanent, non-dismissible notice on the plugin settings page when Manager (by ROBOTSTXT) is not available.
    • Setting to remove plugin data on uninstall. Data is preserved by default unless the user explicitly opts in.
    • Uninstall routine that honors the data-removal setting.

    Changed

    • Author, contributor order and plugin URLs now point to the ROBOTSTXT software site (https://www.robotstxt.software/).
    • Restored the real minimum requirements after a full-range compatibility review: WordPress 4.0+ and PHP 5.6+.

    Removed

    • Bundled JSON-based auto-updater (robotstxt-updater.php) and update.json.

    Compatibility

    • WordPress: 4.0 - 7.1
    • PHP: 5.6 - 8.5
    • MariaDB: 11.8 (staging)

    Tests

    • PHP Coding Standards: 3.13.6
    • WordPress Coding Standards: 3.4.1
    • PHPStan: 2.2.8 with wp-compat (Requires at least 4.0)
    • PHPUnit: 9.6.36 (plugin header tests included, line coverage 88.5%)
    Downloads
  • 1.2.3 891736d707

    v1.2.3 Stable

    javier released this 2026-01-27 13:02:53 +00:00 | 2 commits to main since this release

    1.2.3

    • Test release for update validation.
    Downloads
  • 1.2.2 59e133a455

    v1.2.2 Stable

    javier released this 2026-01-27 12:58:23 +00:00 | 3 commits to main since this release

    1.2.2

    • Removed Plugin ID (DID) from plugin header.
    Downloads
  • 1.2.1 e7fbf56522

    v1.2.1 Stable

    javier released this 2026-01-27 12:41:53 +00:00 | 4 commits to main since this release

    1.2.1

    • Test release to validate the Auto-Updater system is working correctly.
    Downloads
  • 1.2.0 68c95af0a0

    v1.2.0 Stable

    javier released this 2026-01-27 09:55:47 +00:00 | 5 commits to main since this release

    1.2.0

    • Added generic JSON-based Auto-Updater system. Plugin now updates automatically from git.robotstxt.es without depending on WordPress.org repository.
    Downloads
  • 1.1.2 9c4e0353ad

    1.1.2 Stable

    javier released this 2025-11-26 15:59:20 +00:00 | 6 commits to main since this release

    1.1.2

    • Raised the minimum WordPress requirement to 6.5 and PHP to 8.2 so the plugin complies with the AGENTS development guidelines.

    1.1.1

    • Added compiled translation catalogs for supported locales (Catalan, German, Spanish, Basque, French, Galician, Italian, Polish, Portuguese) so localized greetings render without requiring manual compilation.
    Downloads
  • 1.1.0 b47a5061d8

    1.1.0 Stable

    javier released this 2025-11-25 16:26:02 +00:00 | 7 commits to main since this release

    1.1.0

    • DID Support
    Downloads
  • 1.0.5 ede7655137

    1.0.5 Stable

    javier released this 2025-11-25 16:11:09 +00:00 | 8 commits to main since this release

    1.0.5

    • Expanded the translation catalog to cover 202 locales with updated greetings.
    Downloads