Skip to content

Commit bc8cc41

Browse files
committed
prepare release of v1.3.0 (#31)
1 parent a6a48da commit bc8cc41

File tree

8 files changed

+13
-8
lines changed

8 files changed

+13
-8
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
# Liveticker (by stklcode)
88

9-
* Contributors: Stefan Kalscheuer
9+
* Contributors: stklcode
1010
* Tags: liveticker, feed, rss
1111
* Requires at least: 5.0
12-
* Tested up to: 6.6
12+
* Tested up to: 6.7
1313
* Requires PHP: 7.2
14-
* Stable tag: 1.2.3
14+
* Stable tag: 1.3.0
1515
* License: GPLv2 or later
16-
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
16+
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1717

1818
A simple ajaxified liveticker plugin for WordPress.
1919

@@ -42,8 +42,8 @@ Alternatively you can also use _Copmposer_.
4242

4343
### Requirements ###
4444

45-
* PHP 5.6 or above
46-
* WordPress 4.7 or above
45+
* PHP 7.2 or above
46+
* WordPress 5.0 or above
4747

4848
## Frequently asked questions
4949

@@ -80,6 +80,11 @@ caching time of 12 hours obviously makes no sense.
8080

8181
## Changelog
8282

83+
### 1.3.0 - 2025-03-10
84+
85+
* Requires at least PHP 7.2 and WordPress 5.0
86+
* Sorting direction can now be changed for liveticker blocks
87+
8388
### 1.2.3 - 2025-02-04
8489

8590
* Escape ticker ID in shortcode output

assets/screenshot-1.png

2.41 KB
Loading

assets/screenshot-2.png

-3.95 KB
Loading

assets/screenshot-3.png

-4.6 KB
Loading

assets/screenshot-4.png

-254 Bytes
Loading

assets/screenshot-7.png

-409 Bytes
Loading

includes/class-scliveticker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class SCLiveticker {
2626
*
2727
* @var string OPTIONS
2828
*/
29-
const VERSION = '1.2.3';
29+
const VERSION = '1.3.0';
3030

3131
/**
3232
* Options tag.

stklcode-liveticker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* GNU General Public License for more details.
2727
*
2828
* You should have received a copy of the GNU General Public License
29-
* along with Liveticker (by stklcode). If not, see http://www.gnu.org/licenses/gpl-2.0.html.
29+
* along with Liveticker (by stklcode). If not, see https://www.gnu.org/licenses/gpl-2.0.html.
3030
*/
3131

3232
// Exit if accessed directly.

0 commit comments

Comments
 (0)