Merge branch 'stable' into develop
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
commit
b29a2b169c
@ -14,7 +14,7 @@ steps:
|
|||||||
depends_on:
|
depends_on:
|
||||||
- composer-install
|
- composer-install
|
||||||
- name: node-install
|
- name: node-install
|
||||||
image: node:20
|
image: node:22
|
||||||
commands:
|
commands:
|
||||||
- npm install
|
- npm install
|
||||||
- name: lint-assets
|
- name: lint-assets
|
||||||
@ -26,4 +26,3 @@ steps:
|
|||||||
- npx stylelint styles/liveticker.css
|
- npx stylelint styles/liveticker.css
|
||||||
depends_on:
|
depends_on:
|
||||||
- node-install
|
- node-install
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
* Requires at least: 5.0
|
* Requires at least: 5.0
|
||||||
* Tested up to: 6.6
|
* Tested up to: 6.6
|
||||||
* Requires PHP: 7.2
|
* Requires PHP: 7.2
|
||||||
* Stable tag: 1.2.2
|
* Stable tag: 1.2.3
|
||||||
* License: GPLv2 or later
|
* License: GPLv2 or later
|
||||||
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||||
|
|
||||||
@ -80,7 +80,12 @@ caching time of 12 hours obviously makes no sense.
|
|||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
### 1.2.2 - 2023-03-02
|
### 1.2.3 - 2025-02-04
|
||||||
|
|
||||||
|
* Escape ticker ID in shortcode output
|
||||||
|
* Tested with WP 6.7
|
||||||
|
|
||||||
|
### 1.2.2 - 2024-03-02
|
||||||
|
|
||||||
* Update use of deprecated WP core functions
|
* Update use of deprecated WP core functions
|
||||||
* Extend output sanitization
|
* Extend output sanitization
|
||||||
|
@ -26,7 +26,7 @@ class SCLiveticker {
|
|||||||
*
|
*
|
||||||
* @var string OPTIONS
|
* @var string OPTIONS
|
||||||
*/
|
*/
|
||||||
const VERSION = '1.2.2';
|
const VERSION = '1.2.3';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Options tag.
|
* Options tag.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user