diff --git a/changelog.txt b/changelog.txt index 64f7b06..1114460 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ += 1.1.0 = +* DID Support + = 1.0.5 = * Expanded the translation catalog to cover 202 locales with updated greetings. diff --git a/readme.txt b/readme.txt index a0c3935..b311e4c 100644 --- a/readme.txt +++ b/readme.txt @@ -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. diff --git a/robotstxt-hello.php b/robotstxt-hello.php index 69d19fb..33ffe4c 100644 --- a/robotstxt-hello.php +++ b/robotstxt-hello.php @@ -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 */