From e7fbf56522a9edf4ae9878718974d8fbdd7c2eda Mon Sep 17 00:00:00 2001 From: Javier Casares Date: Tue, 27 Jan 2026 12:41:51 +0000 Subject: [PATCH] v1.2.1 --- changelog.txt | 3 +++ readme.txt | 7 +++++-- robotstxt-hello.php | 2 +- update.json | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/changelog.txt b/changelog.txt index 9fe3a23..ae061bb 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,3 +1,6 @@ += 1.2.1 = +* Test release to validate the Auto-Updater system is working correctly. + = 1.2.0 = * Added generic JSON-based Auto-Updater system. Plugin now updates automatically from git.robotstxt.es without depending on WordPress.org repository. diff --git a/readme.txt b/readme.txt index 7938569..98e2c45 100644 --- a/readme.txt +++ b/readme.txt @@ -3,9 +3,9 @@ Contributors: javiercasares Tags: hello-world Requires at least: 6.5 Tested up to: 6.9 -Stable tag: 1.2.0 +Stable tag: 1.2.1 Requires PHP: 8.2 -Version: 1.2.0 +Version: 1.2.1 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.1 = +* Test release to validate the Auto-Updater system is working correctly. + = 1.2.0 = * Added generic JSON-based Auto-Updater system. Plugin now updates automatically from git.robotstxt.es without depending on WordPress.org repository. diff --git a/robotstxt-hello.php b/robotstxt-hello.php index 64c1919..7395a84 100644 --- a/robotstxt-hello.php +++ b/robotstxt-hello.php @@ -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.0 + * Version: 1.2.1 * Requires at least: 6.5 * Requires PHP: 8.2 * Network: true diff --git a/update.json b/update.json index c988ffa..9d3a660 100644 --- a/update.json +++ b/update.json @@ -1,13 +1,13 @@ { "name": "Hello (by ROBOTSTXT)", "slug": "robotstxt-hello", - "version": "1.2.0", + "version": "1.2.1", "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.0/robotstxt-hello-1.2.0.zip", + "download_url": "https://git.robotstxt.es/ROBOTSTXT/robotstxt-hello/releases/download/1.2.1/robotstxt-hello-1.2.1.zip", "author": "ROBOTSTXT", "description": "Adds a Hello admin page for demonstration purposes. This plugin provides a simple admin interface example for WordPress development.", - "changelog": "" + "changelog": "" }