Ditty News Ticker - Version 1.3.2

Version Description

  • Removed console.log from script-admin.js
Download this release

Release Info

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

Code changes from version 1.3.1 to 1.3.2

assets/js/script-admin.js CHANGED
@@ -19,7 +19,6 @@ jQuery( document ).ready( function($) {
19
 
20
  $table.find('.mtphr-dnt-list-item').each( function(index) {
21
  $(this).find('input, select').each( function() {
22
- console.log($(this).attr('key'));
23
  $(this).attr('name', '_mtphr_dnt_mixed_ticks['+index+']['+$(this).attr('key')+']');
24
  });
25
  });
19
 
20
  $table.find('.mtphr-dnt-list-item').each( function(index) {
21
  $(this).find('input, select').each( function() {
 
22
  $(this).attr('name', '_mtphr_dnt_mixed_ticks['+index+']['+$(this).attr('key')+']');
23
  });
24
  });
ditty-news-ticker.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ditty News Ticker
4
  Plugin URI: http://dittynewsticker.com/
5
  Description: Ditty News Ticker is a multi-functional data display plugin
6
- Version: 1.3.1
7
  Author: Metaphor Creations
8
  Author URI: http://www.metaphorcreations.com
9
  License: GPL2
@@ -45,9 +45,9 @@ The icons are licensed under a Creative Commons Attribution
45
  * @since 1.2.1
46
  */
47
  if ( WP_DEBUG ) {
48
- define ( 'MTPHR_DNT_VERSION', '1.3.1-'.time() );
49
  } else {
50
- define ( 'MTPHR_DNT_VERSION', '1.3.1' );
51
  }
52
  define ( 'MTPHR_DNT_DIR', plugin_dir_path(__FILE__) );
53
  define ( 'MTPHR_DNT_URL', plugins_url().'/ditty-news-ticker' );
3
  Plugin Name: Ditty News Ticker
4
  Plugin URI: http://dittynewsticker.com/
5
  Description: Ditty News Ticker is a multi-functional data display plugin
6
+ Version: 1.3.2
7
  Author: Metaphor Creations
8
  Author URI: http://www.metaphorcreations.com
9
  License: GPL2
45
  * @since 1.2.1
46
  */
47
  if ( WP_DEBUG ) {
48
+ define ( 'MTPHR_DNT_VERSION', '1.3.2-'.time() );
49
  } else {
50
+ define ( 'MTPHR_DNT_VERSION', '1.3.2' );
51
  }
52
  define ( 'MTPHR_DNT_DIR', plugin_dir_path(__FILE__) );
53
  define ( 'MTPHR_DNT_URL', plugins_url().'/ditty-news-ticker' );
readme.txt CHANGED
@@ -52,6 +52,9 @@ Each individual Ticker post has multiple settings to customize.
52
 
53
  == Changelog ==
54
 
 
 
 
55
  = 1.3.1 =
56
  * Big fix from last update
57
 
@@ -166,4 +169,4 @@ Each individual Ticker post has multiple settings to customize.
166
 
167
  == Upgrade Notice ==
168
 
169
- Big fix from last update.
52
 
53
  == Changelog ==
54
 
55
+ = 1.3.2 =
56
+ * Removed console.log from script-admin.js
57
+
58
  = 1.3.1 =
59
  * Big fix from last update
60
 
169
 
170
  == Upgrade Notice ==
171
 
172
+ Removed console.log from script-admin.js.