prepare release of v1.3.0 (#31)
All checks were successful
continuous-integration/drone/tag Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Stefan Kalscheuer 2025-03-09 18:46:22 +01:00
parent a6a48dad58
commit bc8cc41349
Signed by: stefan
GPG Key ID: 3887EC2A53B55430
8 changed files with 13 additions and 8 deletions

View File

@ -6,14 +6,14 @@
# Liveticker (by stklcode)
* Contributors: Stefan Kalscheuer
* Contributors: stklcode
* Tags: liveticker, feed, rss
* Requires at least: 5.0
* Tested up to: 6.6
* Tested up to: 6.7
* Requires PHP: 7.2
* Stable tag: 1.2.3
* Stable tag: 1.3.0
* License: GPLv2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
A simple ajaxified liveticker plugin for WordPress.
@ -42,8 +42,8 @@ Alternatively you can also use _Copmposer_.
### Requirements ###
* PHP 5.6 or above
* WordPress 4.7 or above
* PHP 7.2 or above
* WordPress 5.0 or above
## Frequently asked questions
@ -80,6 +80,11 @@ caching time of 12 hours obviously makes no sense.
## Changelog
### 1.3.0 - 2025-03-10
* Requires at least PHP 7.2 and WordPress 5.0
* Sorting direction can now be changed for liveticker blocks
### 1.2.3 - 2025-02-04
* Escape ticker ID in shortcode output

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 62 KiB

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

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

View File

@ -26,7 +26,7 @@
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Liveticker (by stklcode). If not, see http://www.gnu.org/licenses/gpl-2.0.html.
* along with Liveticker (by stklcode). If not, see https://www.gnu.org/licenses/gpl-2.0.html.
*/
// Exit if accessed directly.