prepare release of v1.3.1 (#33)
This commit is contained in:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -20,7 +20,7 @@ jobs:
|
|||||||
wordpress: '5.9'
|
wordpress: '5.9'
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Install SVN
|
- name: Install SVN
|
||||||
run: |
|
run: |
|
||||||
if ! command -v svn > /dev/null; then
|
if ! command -v svn > /dev/null; then
|
||||||
|
11
README.md
11
README.md
@@ -9,9 +9,9 @@
|
|||||||
* Contributors: stklcode
|
* Contributors: stklcode
|
||||||
* Tags: liveticker, feed, rss
|
* Tags: liveticker, feed, rss
|
||||||
* Requires at least: 5.0
|
* Requires at least: 5.0
|
||||||
* Tested up to: 6.7
|
* Tested up to: 6.8
|
||||||
* Requires PHP: 7.2
|
* Requires PHP: 7.2
|
||||||
* Stable tag: 1.3.0
|
* Stable tag: 1.3.1
|
||||||
* License: GPLv2 or later
|
* License: GPLv2 or later
|
||||||
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
* 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
|
## 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
|
### 1.3.0 - 2025-03-10
|
||||||
|
|
||||||
* Requires at least PHP 7.2 and WordPress 5.0
|
* Requires at least PHP 7.2 and WordPress 5.0
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stklcode/stklcode-liveticker",
|
"name": "stklcode/stklcode-liveticker",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"description": "A simple Liveticker for Wordpress.",
|
"description": "A simple Liveticker for Wordpress.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"wordpress",
|
"wordpress",
|
||||||
|
@@ -26,7 +26,7 @@ class SCLiveticker {
|
|||||||
*
|
*
|
||||||
* @var string OPTIONS
|
* @var string OPTIONS
|
||||||
*/
|
*/
|
||||||
const VERSION = '1.3.0';
|
const VERSION = '1.3.1';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Options tag.
|
* Options tag.
|
||||||
|
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "stklcode-liveticker",
|
"name": "stklcode-liveticker",
|
||||||
"version": "1.3.0",
|
"version": "1.3.1",
|
||||||
"description": "A simple Liveticker for Wordpress.",
|
"description": "A simple Liveticker for Wordpress.",
|
||||||
"author": "Stefan Kalscheuer",
|
"author": "Stefan Kalscheuer",
|
||||||
"license": "GPL-2.0+",
|
"license": "GPL-2.0+",
|
||||||
|
@@ -9,7 +9,7 @@
|
|||||||
* @wordpress-plugin
|
* @wordpress-plugin
|
||||||
* Plugin Name: Liveticker (by stklcode)
|
* Plugin Name: Liveticker (by stklcode)
|
||||||
* Description: A simple Liveticker for WordPress.
|
* Description: A simple Liveticker for WordPress.
|
||||||
* Version: 1.3.0
|
* Version: 1.3.1
|
||||||
* Author: Stefan Kalscheuer
|
* Author: Stefan Kalscheuer
|
||||||
* Author URI: https://www.stklcode.de
|
* Author URI: https://www.stklcode.de
|
||||||
* Text Domain: stklcode-liveticker
|
* Text Domain: stklcode-liveticker
|
||||||
|
Reference in New Issue
Block a user