Version Description
- Fixed scroll left jquery bug
Download this release
Release Info
Developer | metaphorcreations |
Plugin | Ditty News Ticker |
Version | 2.1.20 |
Comparing to | |
See all releases |
Code changes from version 2.1.19 to 2.1.20
- assets/js/ditty-news-ticker.js +1 -1
- ditty-news-ticker.php +2 -2
- readme.txt +5 -2
assets/js/ditty-news-ticker.js
CHANGED
@@ -65,7 +65,7 @@
|
|
65 |
$nav_next = $container.find('.mtphr-dnt-nav-next'),
|
66 |
$nav_controls = $container.find('.mtphr-dnt-control-links'),
|
67 |
$play_pause = $container.find('.mtphr-dnt-play-pause'),
|
68 |
-
ticker_width = $ticker.outerWidth(),
|
69 |
ticker_height = 0,
|
70 |
ticks = [],
|
71 |
ticker_scroll,
|
65 |
$nav_next = $container.find('.mtphr-dnt-nav-next'),
|
66 |
$nav_controls = $container.find('.mtphr-dnt-control-links'),
|
67 |
$play_pause = $container.find('.mtphr-dnt-play-pause'),
|
68 |
+
ticker_width = $ticker.outerWidth(true),
|
69 |
ticker_height = 0,
|
70 |
ticks = [],
|
71 |
ticker_scroll,
|
ditty-news-ticker.php
CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://dittynewsticker.com/
|
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
Text Domain: ditty-news-ticker
|
7 |
Domain Path: languages
|
8 |
-
Version: 2.1.
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
@@ -31,7 +31,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
|
31 |
|
32 |
|
33 |
|
34 |
-
define( 'MTPHR_DNT_VERSION', '2.1.
|
35 |
define( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path( __FILE__ )) );
|
36 |
define( 'MTPHR_DNT_FILE', trailingslashit( __FILE__ ) );
|
37 |
define( 'MTPHR_DNT_STORE_URL', 'https://www.metaphorcreations.com' );
|
5 |
Description: Ditty News Ticker is a multi-functional data display plugin
|
6 |
Text Domain: ditty-news-ticker
|
7 |
Domain Path: languages
|
8 |
+
Version: 2.1.20
|
9 |
Author: Metaphor Creations
|
10 |
Author URI: http://www.metaphorcreations.com
|
11 |
Contributors: metaphorcreations
|
31 |
|
32 |
|
33 |
|
34 |
+
define( 'MTPHR_DNT_VERSION', '2.1.20' );
|
35 |
define( 'MTPHR_DNT_DIR', trailingslashit(plugin_dir_path( __FILE__ )) );
|
36 |
define( 'MTPHR_DNT_FILE', trailingslashit( __FILE__ ) );
|
37 |
define( 'MTPHR_DNT_STORE_URL', 'https://www.metaphorcreations.com' );
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: metaphorcreations
|
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FUZKZGAJSBAE6
|
4 |
Tags: ticker, news, news ticker, rotator, data rotator, lists, data
|
5 |
Requires at least: 4.5
|
6 |
-
Tested up to:
|
7 |
Stable tag: /trunk/
|
8 |
License: GPL2
|
9 |
|
@@ -72,6 +72,9 @@ The most common cause for an unresponsive ticker (when using scroll or rotate mo
|
|
72 |
|
73 |
== Changelog ==
|
74 |
|
|
|
|
|
|
|
75 |
= 2.1.19 =
|
76 |
* Fixed wp_query bug when hide ticker option is enabled
|
77 |
|
@@ -464,4 +467,4 @@ The most common cause for an unresponsive ticker (when using scroll or rotate mo
|
|
464 |
|
465 |
== Upgrade Notice ==
|
466 |
|
467 |
-
Fixed
|
3 |
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FUZKZGAJSBAE6
|
4 |
Tags: ticker, news, news ticker, rotator, data rotator, lists, data
|
5 |
Requires at least: 4.5
|
6 |
+
Tested up to: 5.0
|
7 |
Stable tag: /trunk/
|
8 |
License: GPL2
|
9 |
|
72 |
|
73 |
== Changelog ==
|
74 |
|
75 |
+
= 2.1.20 =
|
76 |
+
* Fixed scroll left jquery bug
|
77 |
+
|
78 |
= 2.1.19 =
|
79 |
* Fixed wp_query bug when hide ticker option is enabled
|
80 |
|
467 |
|
468 |
== Upgrade Notice ==
|
469 |
|
470 |
+
Fixed scroll left jquery bug
|