|
9ddcc41c6b
|
implement Gutenberg block to add liveticker without legacy shortcode
* implement react-based JS block
* refactor shortcode and widget to use the same syntax and classes
|
2019-11-24 18:09:21 +01:00 |
|
|
e201d7c02f
|
use GMT timestamp for dynamic update
Use real unix timestamps and do not rely on the system timezone. We now
query the "post_date_gmt" field and use timestamps without zone bias.
|
2019-11-24 17:53:08 +01:00 |
|
|
18c55f6c4c
|
remove underscore prefix from $_options field
|
2019-08-27 19:12:00 +02:00 |
|
|
3eecaaf8fe
|
Changed time() to current_time( ) all to fix timezone issues
The UTC offset was omitted by the WP date query, so the UTC timestamp
returned by time() was compared to a local timestamp.
|
2018-11-02 09:48:11 +01:00 |
|
|
65eafd2524
|
Renamed Plugin and changed slug to stklcode-liveticker
Due to naming conflicts with the original wp-liveticker plugin this one
is now renamed to a unique identifier.
|
2018-11-02 09:01:29 +01:00 |
|