Provides a minimal Hello admin page for demonstration purposes.
https://git.robotstxt.es/ROBOTSTXT/robotstxt-hello
| includes | ||
| languages | ||
| changelog.txt | ||
| LICENSE | ||
| readme.txt | ||
| robotstxt-hello.php | ||
=== Hello (by ROBOTSTXT) === Contributors: javiercasares Requires at least: 6.5 Tested up to: 6.9 Stable tag: 1.1.2 Requires PHP: 8.2 License: GPL-3.0-or-later License URI: https://www.gnu.org/licenses/gpl-3.0.html == Description == Provides a minimal Hello admin page for demonstration purposes. == Changelog == = 1.1.2 = * Raised the minimum WordPress requirement to 6.5 and PHP to 8.2 so the plugin matches the AGENTS development guidelines while keeping the Hello admin page untouched. = 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. = 1.1.0 = * DID Support = 1.0.5 = * Expanded the translation catalog to cover 202 locales with updated greetings. = 1.0.4 = * Documented the plugin internals with PHPDoc blocks and loaded the text domain to ensure translations are available in WordPress. = 1.0.3 = * Added translation files for 50 locales to improve WordPress i18n coverage. = 1.0.2 = * Confirmed compatibility with PHP 5.6 through PHP 8.4 via PHPCompatibilityWP checks. = 1.0.1 = * Broadened compatibility to cover WordPress 4.7+ and PHP 5.6+ while keeping the Hello admin page unchanged. = 1.0.0 = * Added the Hello admin page and menu entry.