Ditty News Ticker - Version 2.3.10

Version Description

  • Resolved new widgets page bug. Note, all tickers will show in list mode on the widgets page.
Download this release

Release Info

Developer metaphorcreations
Plugin Icon 128x128 Ditty News Ticker
Version 2.3.10
Comparing to
See all releases

Code changes from version 2.3.9 to 2.3.10

Files changed (2) hide show
  1. ditty-news-ticker.php +3 -3
  2. readme.txt +5 -2
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.3.9
9
  Author: Metaphor Creations
10
  Author URI: http://www.metaphorcreations.com
11
  Contributors: metaphorcreations
@@ -62,7 +62,7 @@ final class Ditty_News_Ticker {
62
 
63
  // Plugin version
64
  if ( ! defined( 'MTPHR_DNT_VERSION' ) ) {
65
- define( 'MTPHR_DNT_VERSION', '2.3.9' );
66
  }
67
 
68
  // Plugin Folder Path
@@ -106,6 +106,7 @@ final class Ditty_News_Ticker {
106
  require_once MTPHR_DNT_DIR . 'inc/settings.php';
107
  require_once MTPHR_DNT_DIR . 'inc/static.php';
108
  require_once MTPHR_DNT_DIR . 'inc/widget.php';
 
109
 
110
  if( is_admin() ) {
111
 
@@ -123,7 +124,6 @@ final class Ditty_News_Ticker {
123
 
124
  // Load front-end specific code
125
  require_once MTPHR_DNT_DIR . 'inc/filters.php';
126
- require_once MTPHR_DNT_DIR . 'inc/functions.php';
127
  require_once MTPHR_DNT_DIR . 'inc/shortcodes.php';
128
  require_once MTPHR_DNT_DIR . 'inc/classes/class-mtphr-dnt.php';
129
  require_once MTPHR_DNT_DIR . 'inc/classes/class-mtphr-dnt-tick.php';
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.3.10
9
  Author: Metaphor Creations
10
  Author URI: http://www.metaphorcreations.com
11
  Contributors: metaphorcreations
62
 
63
  // Plugin version
64
  if ( ! defined( 'MTPHR_DNT_VERSION' ) ) {
65
+ define( 'MTPHR_DNT_VERSION', '2.3.10' );
66
  }
67
 
68
  // Plugin Folder Path
106
  require_once MTPHR_DNT_DIR . 'inc/settings.php';
107
  require_once MTPHR_DNT_DIR . 'inc/static.php';
108
  require_once MTPHR_DNT_DIR . 'inc/widget.php';
109
+ require_once MTPHR_DNT_DIR . 'inc/functions.php';
110
 
111
  if( is_admin() ) {
112
 
124
 
125
  // Load front-end specific code
126
  require_once MTPHR_DNT_DIR . 'inc/filters.php';
 
127
  require_once MTPHR_DNT_DIR . 'inc/shortcodes.php';
128
  require_once MTPHR_DNT_DIR . 'inc/classes/class-mtphr-dnt.php';
129
  require_once MTPHR_DNT_DIR . 'inc/classes/class-mtphr-dnt-tick.php';
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: 5.7.2
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.3.9 =
76
  * Modified javascript to force ticker to resume scroll after clicking a link
77
 
@@ -577,4 +580,4 @@ The most common cause for an unresponsive ticker (when using scroll or rotate mo
577
 
578
  == Upgrade Notice ==
579
 
580
- Modified javascript to force ticker to resume scroll after clicking a link
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.8
7
  Stable tag: /trunk/
8
  License: GPL2
9
 
72
 
73
  == Changelog ==
74
 
75
+ = 2.3.10 =
76
+ * Resolved new widgets page bug. Note, all tickers will show in list mode on the widgets page.
77
+
78
  = 2.3.9 =
79
  * Modified javascript to force ticker to resume scroll after clicking a link
80
 
580
 
581
  == Upgrade Notice ==
582
 
583
+ Resolved new widgets page bug. Note, all tickers will show in list mode on the widgets page.