v1.2.3
This commit is contained in:
parent
59e133a455
commit
891736d707
4 changed files with 12 additions and 6 deletions
|
|
@ -1,3 +1,6 @@
|
|||
= 1.2.3 =
|
||||
* Test release for update validation.
|
||||
|
||||
= 1.2.2 =
|
||||
* Removed Plugin ID (DID) from plugin header.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,9 +3,9 @@ Contributors: javiercasares
|
|||
Tags: hello-world
|
||||
Requires at least: 6.5
|
||||
Tested up to: 6.9
|
||||
Stable tag: 1.2.2
|
||||
Stable tag: 1.2.3
|
||||
Requires PHP: 8.2
|
||||
Version: 1.2.2
|
||||
Version: 1.2.3
|
||||
License: GPL-3.0-or-later
|
||||
License URI: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
|
@ -15,6 +15,9 @@ Provides a minimal Hello admin page for demonstration purposes.
|
|||
Provides a minimal Hello admin page for demonstration purposes.
|
||||
|
||||
== Changelog ==
|
||||
= 1.2.3 =
|
||||
* Test release for update validation.
|
||||
|
||||
= 1.2.2 =
|
||||
* Removed Plugin ID (DID) from plugin header.
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
* Plugin Name: Hello (by ROBOTSTXT)
|
||||
* Plugin URI: https://git.robotstxt.es/ROBOTSTXT/robotstxt-hello
|
||||
* Description: Adds a Hello admin page for demonstration purposes.
|
||||
* Version: 1.2.2
|
||||
* Version: 1.2.3
|
||||
* Requires at least: 6.5
|
||||
* Requires PHP: 8.2
|
||||
* Network: true
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
"name": "Hello (by ROBOTSTXT)",
|
||||
"slug": "robotstxt-hello",
|
||||
"version": "1.2.2",
|
||||
"version": "1.2.3",
|
||||
"requires": "6.5",
|
||||
"tested": "6.7",
|
||||
"requires_php": "8.2",
|
||||
"homepage": "https://git.robotstxt.es/ROBOTSTXT/robotstxt-hello",
|
||||
"download_url": "https://git.robotstxt.es/ROBOTSTXT/robotstxt-hello/releases/download/1.2.2/robotstxt-hello-1.2.2.zip",
|
||||
"download_url": "https://git.robotstxt.es/ROBOTSTXT/robotstxt-hello/releases/download/1.2.3/robotstxt-hello-1.2.3.zip",
|
||||
"author": "ROBOTSTXT",
|
||||
"description": "Adds a Hello admin page for demonstration purposes. This plugin provides a simple admin interface example for WordPress development.",
|
||||
"changelog": "<ul><li><strong>1.2.2</strong> – Removed Plugin ID (DID) from plugin header.</li><li><strong>1.2.1</strong> – Test release to validate the Auto-Updater system is working correctly.</li><li><strong>1.2.0</strong> – Added generic JSON-based Auto-Updater system. Plugin now updates automatically from git.robotstxt.es without depending on WordPress.org repository.</li><li><strong>1.1.2</strong> – Maintenance release.</li><li><strong>1.1.1</strong> – Bug fixes and improvements.</li><li><strong>1.1.0</strong> – Enhanced admin interface.</li><li><strong>1.0.0</strong> – Initial release.</li></ul>"
|
||||
"changelog": "<ul><li><strong>1.2.3</strong> – Test release for update validation.</li><li><strong>1.2.2</strong> – Removed Plugin ID (DID) from plugin header.</li><li><strong>1.2.1</strong> – Test release to validate the Auto-Updater system is working correctly.</li><li><strong>1.2.0</strong> – Added generic JSON-based Auto-Updater system. Plugin now updates automatically from git.robotstxt.es without depending on WordPress.org repository.</li><li><strong>1.1.2</strong> – Maintenance release.</li><li><strong>1.1.1</strong> – Bug fixes and improvements.</li><li><strong>1.1.0</strong> – Enhanced admin interface.</li><li><strong>1.0.0</strong> – Initial release.</li></ul>"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue