bump version to 1.1.0-alpha and update dev-dependencies

This commit is contained in:
2019-11-23 17:57:32 +01:00
parent 9ddcc41c6b
commit fc4783d07a
4 changed files with 10 additions and 10 deletions

View File

@ -68,7 +68,7 @@ class SCLiveticker_Widget extends WP_Widget {
echo $before_title . esc_html( $title ) . $after_title;
}
echo '<ul class="sclt-widget';
echo '<div class="wp-widget-scliveticker-ticker';
if ( '1' === $ajax ) {
echo ' sclt-ajax" '
. 'data-sclt-ticker="' . esc_attr( $category ) . '" '