File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 2020 wordpress : ' 5.9'
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 - name : Install SVN
2525 run : |
2626 if ! command -v svn > /dev/null; then
Original file line number Diff line number Diff line change 99* Contributors: stklcode
1010* Tags: liveticker, feed, rss
1111* Requires at least: 5.0
12- * Tested up to: 6.7
12+ * Tested up to: 6.8
1313* Requires PHP: 7.2
14- * Stable tag: 1.3.0
14+ * Stable tag: 1.3.1
1515* License: GPLv2 or later
1616* License URI: https://www.gnu.org/licenses/gpl-2.0.html
1717
@@ -80,6 +80,12 @@ caching time of 12 hours obviously makes no sense.
8080
8181## Changelog
8282
83+ ### 1.3.1 - 2025-08-16
84+
85+ * Internal filter and action hooks consolidated
86+ * Minor internal code fixes
87+ * Tested with WP 6.8
88+
8389### 1.3.0 - 2025-03-10
8490
8591* Requires at least PHP 7.2 and WordPress 5.0
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.3.0 ' ;
29+ const VERSION = '1.3.1 ' ;
3030
3131 /**
3232 * Options tag.
You can’t perform that action at this time.
0 commit comments