prepare release of v1.3.1 (#33)

This commit is contained in:
2025-08-16 10:51:51 +02:00
parent 502abb10af
commit 7beb0037f6
6 changed files with 14 additions and 7 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -1,6 +1,6 @@
{
"name": "stklcode/stklcode-liveticker",
"version": "1.3.0",
"version": "1.3.1",
"description": "A simple Liveticker for Wordpress.",
"keywords": [
"wordpress",

View File

@@ -26,7 +26,7 @@ class SCLiveticker {
*
* @var string OPTIONS
*/
const VERSION = '1.3.0';
const VERSION = '1.3.1';
/**
* Options tag.

View File

@@ -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+",

View File

@@ -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