Ditty News Ticker - Version 2.3.12

Version Description

  • Bug fix in wpml-config.xml file.
Download this release

Release Info

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

Code changes from version 2.3.11 to 2.3.12

Files changed (3) hide show
  1. ditty-news-ticker.php +2 -2
  2. readme.txt +4 -1
  3. wpml-config.xml +3 -5
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.11
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.11' );
66
  }
67
 
68
  // Plugin Folder Path
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.12
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.12' );
66
  }
67
 
68
  // Plugin Folder Path
readme.txt CHANGED
@@ -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.11 =
76
  * Updated wpml-config.xml file.
77
 
@@ -583,4 +586,4 @@ The most common cause for an unresponsive ticker (when using scroll or rotate mo
583
 
584
  == Upgrade Notice ==
585
 
586
- Updated wpml-config.xml file
72
 
73
  == Changelog ==
74
 
75
+ = 2.3.12 =
76
+ * Bug fix in wpml-config.xml file.
77
+
78
  = 2.3.11 =
79
  * Updated wpml-config.xml file.
80
 
586
 
587
  == Upgrade Notice ==
588
 
589
+ Bug fix in wpml-config.xml file
wpml-config.xml CHANGED
@@ -59,14 +59,12 @@
59
  <custom-fields-texts>
60
  <key name="_mtphr_dnt_ticks">
61
  <key name="*">
62
- <key name="*-tick">
63
- <key name="*-link">
64
  </key>
65
  </key>
66
  </custom-fields-texts>
67
  <custom-types>
68
  <custom-type translate="1">ditty_news_ticker</custom-type>
69
  </custom-types>
70
- </wpml-config>
71
-
72
-
59
  <custom-fields-texts>
60
  <key name="_mtphr_dnt_ticks">
61
  <key name="*">
62
+ <key name="*-tick" />
63
+ <key name="*-link" />
64
  </key>
65
  </key>
66
  </custom-fields-texts>
67
  <custom-types>
68
  <custom-type translate="1">ditty_news_ticker</custom-type>
69
  </custom-types>
70
+ </wpml-config>