This commit is contained in:
Javier Casares 2025-11-25 16:25:12 +00:00
parent ede7655137
commit b47a5061d8
3 changed files with 11 additions and 2 deletions

View file

@ -1,3 +1,6 @@
= 1.1.0 =
* DID Support
= 1.0.5 =
* Expanded the translation catalog to cover 202 locales with updated greetings.

View file

@ -2,7 +2,7 @@
Contributors: javiercasares
Requires at least: 4.7
Tested up to: 6.9
Stable tag: 1.0.5
Stable tag: 1.1.0
Requires PHP: 5.6
License: GPL-2.0-or-later
License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
@ -11,6 +11,9 @@ License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
Provides a minimal Hello admin page for demonstration purposes.
== Changelog ==
= 1.1.0 =
* DID Support
= 1.0.5 =
* Expanded the translation catalog to cover 202 locales with updated greetings.

View file

@ -3,7 +3,7 @@
* Plugin Name: ROBOTSTXT Hello
* Plugin URI: https://www.robotstxt.es/plugins/robotstxt-hello
* Description: Adds a Hello admin page for demonstration purposes.
* Version: 1.0.5
* Version: 1.1.0
* Requires at least: 4.7
* Requires PHP: 5.6
* Author: ROBOTSTXT
@ -12,6 +12,9 @@
* License URI: https://spdx.org/licenses/GPL-2.0-or-later.html
* Text Domain: robotstxt-hello
* Domain Path: /languages
* Gitea Plugin URI: ROBOTSTXT/robotstxt-hello
* Gitea Plugin URI: https://git.robotstxt.es/ROBOTSTXT/robotstxt-hello
* Plugin ID: did:plc:7umwjtio3qenfqiai2m5gsgg
*
* @package ROBOTSTXT_Hello
*/