File tree Expand file tree Collapse file tree 5 files changed +11
-6
lines changed
Expand file tree Collapse file tree 5 files changed +11
-6
lines changed Original file line number Diff line number Diff line change 1111* Requires at least: 4.7
1212* Tested up to: 6.7
1313* Requires PHP: 5.6
14- * Stable tag: 1.2.2
14+ * Stable tag: 1.2.3
1515* License: GPLv2 or later
1616* License URI: http://www.gnu.org/licenses/gpl-2.0.html
1717
@@ -80,7 +80,12 @@ caching time of 12 hours obviously makes no sense.
8080
8181## Changelog
8282
83- ### 1.2.2 - 2023-03-02
83+ ### 1.2.3 - 2025-02-04
84+
85+ * Escape ticker ID in shortcode output
86+ * Tested with WP 6.7
87+
88+ ### 1.2.2 - 2024-03-02
8489
8590* Update use of deprecated WP core functions
8691* Extend output sanitization
Original file line number Diff line number Diff line change 11{
22 "name" : " stklcode/stklcode-liveticker" ,
3- "version" : " 1.2.2 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " A simple Liveticker for Wordpress." ,
55 "keywords" : [
66 " wordpress" ,
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ class SCLiveticker {
2626 *
2727 * @var string OPTIONS
2828 */
29- const VERSION = '1.2.2 ' ;
29+ const VERSION = '1.2.3 ' ;
3030
3131 /**
3232 * Options tag.
Original file line number Diff line number Diff line change 11{
22 "name" : " stklcode-liveticker" ,
3- "version" : " 1.2.2 " ,
3+ "version" : " 1.2.3 " ,
44 "description" : " A simple Liveticker for Wordpress." ,
55 "author" : " Stefan Kalscheuer" ,
66 "license" : " GPL-2.0+" ,
Original file line number Diff line number Diff line change 99 * @wordpress-plugin
1010 * Plugin Name: Liveticker (by stklcode)
1111 * Description: A simple Liveticker for WordPress.
12- * Version: 1.2.2
12+ * Version: 1.2.3
1313 * Author: Stefan Kalscheuer
1414 * Author URI: https://www.stklcode.de
1515 * Text Domain: stklcode-liveticker
You can’t perform that action at this time.
0 commit comments