Countdown Timer – Widget Countdown - Version 1.4.3

Version Description

  • Fixed notices.

=

Download this release

Release Info

Developer wpdevart
Plugin Icon 128x128 Countdown Timer – Widget Countdown
Version 1.4.3
Comparing to
See all releases

Code changes from version 1.4.2 to 1.4.3

includes/admin_menu.php CHANGED
@@ -313,7 +313,7 @@ class wpdevart_countdown_admin_menu{
313
  jQuery('.coming_set_hiddens').each(function(index, element) {
314
  jQuery('.tr_'+jQuery(this).val()).show();
315
  });
316
- //Show hidden countdown end date type
317
  jQuery('.show_hide_experet_type').change(function(){
318
  if(jQuery(this).val()=='date'){
319
  jQuery('.expert_type_date').show();
@@ -435,11 +435,11 @@ die;
435
  }
436
  </style>
437
  <div class="image_width_description">
438
- <span class="description">For adding countdown timer into your pages/posts go to your pages/posts editor and use Countdown shortcode. Click on shortcode and set Countdown timer options, then click on "Insert Countdown" button. Check the screenshot below</span>
439
  <img class="image" src="<?php echo $this->plugin_url.'images/post_example.jpg' ?>">
440
  </div>
441
  <div class="image_width_description">
442
- <span class="description">For adding countdown timer to your Sidebar go to your Widgets page, drop and down Countdown widget into your sidebar. Then set the Countdown timer options, then save changes. Look the screenshot below</span>
443
  <img class="image" src="<?php echo $this->plugin_url.'images/widget_example.jpg' ?>">
444
  </div>
445
 
313
  jQuery('.coming_set_hiddens').each(function(index, element) {
314
  jQuery('.tr_'+jQuery(this).val()).show();
315
  });
316
+ //Show hidden countdown end of date type
317
  jQuery('.show_hide_experet_type').change(function(){
318
  if(jQuery(this).val()=='date'){
319
  jQuery('.expert_type_date').show();
435
  }
436
  </style>
437
  <div class="image_width_description">
438
+ <span class="description">For adding countdown timer into your website pages/posts go to your pages/posts editor and use Countdown shortcode. Click on shortcode and set Countdown timer options, then click on "Insert Countdown" button. Check the screenshot below</span>
439
  <img class="image" src="<?php echo $this->plugin_url.'images/post_example.jpg' ?>">
440
  </div>
441
  <div class="image_width_description">
442
+ <span class="description">For adding countdown timer into your website Sidebars go to your Widgets page, drop and down Countdown widget into your sidebar. Then set the Countdown timer options, then save changes. Look the screenshot below</span>
443
  <img class="image" src="<?php echo $this->plugin_url.'images/widget_example.jpg' ?>">
444
  </div>
445
 
includes/widget.php CHANGED
@@ -44,7 +44,7 @@ class wpdevart_countdown extends WP_Widget {
44
  $instance['content_position'] = $new_instance['content_position'];
45
  $instance['top_ditance'] = $new_instance['top_ditance'];
46
  $instance['bottom_distance'] = $new_instance['bottom_distance'];
47
- return $instance; /// Function that return new value of parameters
48
 
49
  }
50
 
44
  $instance['content_position'] = $new_instance['content_position'];
45
  $instance['top_ditance'] = $new_instance['top_ditance'];
46
  $instance['bottom_distance'] = $new_instance['bottom_distance'];
47
+ return $instance; /// Function that return parameters new value
48
 
49
  }
50
 
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpdevart.com/wordpress-countdown-plugin
4
  Tags: countdown, count down, countdown timer, jQuery countdown, countdown generator, animated countdown, countdown widget, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown to time, countdown timer plugin, wordpress countdown, birthday countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
- Stable tag: 1.4.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -287,6 +287,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
287
 
288
  * Edit menu options.
289
 
 
 
 
 
290
  == Wordpress Countdown step by step guide ==
291
 
292
  ### WordPress Countdown plugin options
4
  Tags: countdown, count down, countdown timer, jQuery countdown, countdown generator, animated countdown, countdown widget, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown to time, countdown timer plugin, wordpress countdown, birthday countdown, html5 countdown, wp countdown, countdown timer widget, website countdown, date countdown, flash countdown, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 1.4.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
287
 
288
  * Edit menu options.
289
 
290
+ = 1.4.3 =
291
+
292
+ * Fixed notices.
293
+
294
  == Wordpress Countdown step by step guide ==
295
 
296
  ### WordPress Countdown plugin options
wpdevart-countdown.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Countdown Wpdevart
4
  Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
5
  Description: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
- Version: 1.4.2
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
3
  Plugin Name: Countdown Wpdevart
4
  Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
5
  Description: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
+ Version: 1.4.3
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html