From 7beb0037f6c1c9c3d8f27f8036b91354c71bceed Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 16 Aug 2025 10:51:51 +0200 Subject: [PATCH] prepare release of v1.3.1 (#33) --- .github/workflows/test.yml | 2 +- README.md | 11 +++++++++-- composer.json | 2 +- includes/class-scliveticker.php | 2 +- package.json | 2 +- stklcode-liveticker.php | 2 +- 6 files changed, 14 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0d2572d..7a8c804 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: wordpress: '5.9' steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install SVN run: | if ! command -v svn > /dev/null; then diff --git a/README.md b/README.md index b2fc3df..0d7f485 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ * Contributors: stklcode * Tags: liveticker, feed, rss * Requires at least: 5.0 -* Tested up to: 6.7 +* Tested up to: 6.8 * Requires PHP: 7.2 -* Stable tag: 1.3.0 +* Stable tag: 1.3.1 * License: GPLv2 or later * License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -80,6 +80,13 @@ caching time of 12 hours obviously makes no sense. ## Changelog +### 1.3.1 - 2025-08-16 + +* Textdomain is no longer loaded explicitly +* Internal filter and action hooks consolidated +* Minor internal code fixes +* Tested with WP 6.8 + ### 1.3.0 - 2025-03-10 * Requires at least PHP 7.2 and WordPress 5.0 diff --git a/composer.json b/composer.json index e698f21..ebbc173 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "stklcode/stklcode-liveticker", - "version": "1.3.0", + "version": "1.3.1", "description": "A simple Liveticker for Wordpress.", "keywords": [ "wordpress", diff --git a/includes/class-scliveticker.php b/includes/class-scliveticker.php index 2252c2a..8f18639 100644 --- a/includes/class-scliveticker.php +++ b/includes/class-scliveticker.php @@ -26,7 +26,7 @@ class SCLiveticker { * * @var string OPTIONS */ - const VERSION = '1.3.0'; + const VERSION = '1.3.1'; /** * Options tag. diff --git a/package.json b/package.json index 0260c0b..6e15424 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stklcode-liveticker", - "version": "1.3.0", + "version": "1.3.1", "description": "A simple Liveticker for Wordpress.", "author": "Stefan Kalscheuer", "license": "GPL-2.0+", diff --git a/stklcode-liveticker.php b/stklcode-liveticker.php index 03d06de..d91b531 100644 --- a/stklcode-liveticker.php +++ b/stklcode-liveticker.php @@ -9,7 +9,7 @@ * @wordpress-plugin * Plugin Name: Liveticker (by stklcode) * Description: A simple Liveticker for WordPress. - * Version: 1.3.0 + * Version: 1.3.1 * Author: Stefan Kalscheuer * Author URI: https://www.stklcode.de * Text Domain: stklcode-liveticker