Countdown Timer – Widget Countdown - Version 1.5.1

Version Description

  • Fixed notices.

=

Download this release

Release Info

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

Code changes from version 1.5.0 to 1.5.1

includes/admin_menu.php CHANGED
@@ -155,7 +155,7 @@ class wpdevart_countdown_admin_menu{
155
  <td>
156
  <select id="countdownstart_on" >
157
  <option selected="selected" value="hide">Hide countdown</option>
158
- <option value="show_text">Show message</option>
159
  </select>
160
  </td>
161
  </tr>
155
  <td>
156
  <select id="countdownstart_on" >
157
  <option selected="selected" value="hide">Hide countdown</option>
158
+ <option value="show_text">Show text</option>
159
  </select>
160
  </td>
161
  </tr>
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 parameters new value
48
 
49
  }
50
 
@@ -174,7 +174,7 @@ class wpdevart_countdown extends WP_Widget {
174
  </p>
175
 
176
  <p class="flb_field">
177
- <label for="<?php echo $this->get_field_id('content'); ?>">Message after countdown expire:</label>
178
  <br>
179
  <textarea type="text" id="<?php echo $this->get_field_id('content'); ?>" name="<?php echo $this->get_field_name('content'); ?>"><?php echo $instance['content']; ?></textarea>
180
  </p>
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 returns parameters new value
48
 
49
  }
50
 
174
  </p>
175
 
176
  <p class="flb_field">
177
+ <label for="<?php echo $this->get_field_id('content'); ?>">Text after countdown expire:</label>
178
  <br>
179
  <textarea type="text" id="<?php echo $this->get_field_id('content'); ?>" name="<?php echo $this->get_field_name('content'); ?>"><?php echo $instance['content']; ?></textarea>
180
  </p>
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: wpdevart
3
  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, countdown system
5
  Requires at least: 3.3.0
6
- Tested up to: 4.2.3
7
- Stable tag: 1.5.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -327,6 +327,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
327
 
328
  * Made some changes.
329
 
 
 
 
 
330
  == Wordpress Countdown step by step guide ==
331
 
332
  ### WordPress Countdown plugin options
3
  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, countdown system
5
  Requires at least: 3.3.0
6
+ Tested up to: 4.6
7
+ Stable tag: 1.5.1
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
327
 
328
  * Made some changes.
329
 
330
+ = 1.5.1 =
331
+
332
+ * Fixed notices.
333
+
334
  == Wordpress Countdown step by step guide ==
335
 
336
  ### 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.5.0
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.5.1
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html