Countdown Timer – Widget Countdown - Version 1.3.8

Version Description

  • fixed notices.

=

Download this release

Release Info

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

Code changes from version 1.3.7 to 1.3.8

Files changed (3) hide show
  1. includes/widget.php +9 -9
  2. readme.txt +7 -3
  3. wpdevart-countdown.php +2 -2
includes/widget.php CHANGED
@@ -174,13 +174,13 @@ 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 expired:</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>
181
 
182
  <p class="flb_field">
183
- <label>Countdown timer position: </label>
184
  <br>
185
  <select id="<?php echo $this->get_field_id('content_position'); ?>" name="<?php echo $this->get_field_name('content_position'); ?>">
186
  <option <?php selected('left',$instance['content_position']) ?> value="left">Left</option>
@@ -202,7 +202,7 @@ class wpdevart_countdown extends WP_Widget {
202
  </p>
203
 
204
  <p class="flb_field">
205
- <label>Countdown timer Buttons type:<span class="pro_feature"> (pro)</span> </label>
206
  <br>
207
  <select onChange="alert(countdown_pro_text)">
208
  <option selected="selected" value="button">Button</option>
@@ -212,7 +212,7 @@ class wpdevart_countdown extends WP_Widget {
212
  </p>
213
 
214
  <p class="flb_field tr_button tr_circle tr_vertical_slide">
215
- <label>Countdown timer text color:<span class="pro_feature"> (pro)</span></label>
216
  <br>
217
  <div onClick="alert(countdown_pro_text)">
218
  <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
@@ -220,7 +220,7 @@ class wpdevart_countdown extends WP_Widget {
220
  </p>
221
 
222
  <p class="flb_field tr_button tr_circle tr_vertical_slide">
223
- <label> Countdown timer background color:<span class="pro_feature"> (pro)</span></label>
224
  <br>
225
  <div onClick="alert(countdown_pro_text)">
226
  <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(62, 89, 165);"></a></div>
@@ -234,25 +234,25 @@ class wpdevart_countdown extends WP_Widget {
234
  </p>
235
 
236
  <p class="flb_field tr_circle">
237
- <label>Countdown timer border width:<span class="pro_feature"> (pro)</span></label>
238
  <br>
239
  <input onClick="alert(countdown_pro_text)" type="text" value="5" class="widefat">%(0-100)
240
  </p>
241
 
242
  <p class="flb_field tr_button">
243
- <label>Countdown timer border radius:<span class="pro_feature"> (pro)</span></label>
244
  <br>
245
  <input onClick="alert(countdown_pro_text)" type="text" value="8" class="widefat">
246
  </p>
247
 
248
  <p class="flb_field tr_button tr_vertical_slide">
249
- <label>Countdown timer font-size:<span class="pro_feature"> (pro)</span></label>
250
  <br>
251
  <input onClick="alert(countdown_pro_text)" type="text" value="20" class="widefat">(Px)
252
  </p>
253
 
254
  <p class="flb_field tr_button tr_circle tr_vertical_slide">
255
- <label>Countdown timer Font family:<span class="pro_feature"> (pro)</span></label>
256
  <br>
257
  <?php wpdevart_countdown_setting::generete_fonts('font_famely','monospace') ?>
258
  </p>
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>
181
 
182
  <p class="flb_field">
183
+ <label>Countdown position: </label>
184
  <br>
185
  <select id="<?php echo $this->get_field_id('content_position'); ?>" name="<?php echo $this->get_field_name('content_position'); ?>">
186
  <option <?php selected('left',$instance['content_position']) ?> value="left">Left</option>
202
  </p>
203
 
204
  <p class="flb_field">
205
+ <label>Countdown Buttons type:<span class="pro_feature"> (pro)</span> </label>
206
  <br>
207
  <select onChange="alert(countdown_pro_text)">
208
  <option selected="selected" value="button">Button</option>
212
  </p>
213
 
214
  <p class="flb_field tr_button tr_circle tr_vertical_slide">
215
+ <label>Countdown text color:<span class="pro_feature"> (pro)</span></label>
216
  <br>
217
  <div onClick="alert(countdown_pro_text)">
218
  <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(0, 0, 0);"></a></div>
220
  </p>
221
 
222
  <p class="flb_field tr_button tr_circle tr_vertical_slide">
223
+ <label> Countdown background color:<span class="pro_feature"> (pro)</span></label>
224
  <br>
225
  <div onClick="alert(countdown_pro_text)">
226
  <div class="wp-picker-container"><a tabindex="0" class="wp-color-result" title="Select Color" data-current="Current Color" style="background-color: rgb(62, 89, 165);"></a></div>
234
  </p>
235
 
236
  <p class="flb_field tr_circle">
237
+ <label>Countdown border width:<span class="pro_feature"> (pro)</span></label>
238
  <br>
239
  <input onClick="alert(countdown_pro_text)" type="text" value="5" class="widefat">%(0-100)
240
  </p>
241
 
242
  <p class="flb_field tr_button">
243
+ <label>Countdown border radius:<span class="pro_feature"> (pro)</span></label>
244
  <br>
245
  <input onClick="alert(countdown_pro_text)" type="text" value="8" class="widefat">
246
  </p>
247
 
248
  <p class="flb_field tr_button tr_vertical_slide">
249
+ <label>Countdown font-size:<span class="pro_feature"> (pro)</span></label>
250
  <br>
251
  <input onClick="alert(countdown_pro_text)" type="text" value="20" class="widefat">(Px)
252
  </p>
253
 
254
  <p class="flb_field tr_button tr_circle tr_vertical_slide">
255
+ <label>Countdown Font family:<span class="pro_feature"> (pro)</span></label>
256
  <br>
257
  <?php wpdevart_countdown_setting::generete_fonts('font_famely','monospace') ?>
258
  </p>
readme.txt CHANGED
@@ -1,14 +1,14 @@
1
- === Countdown WordPress ===
2
  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
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
- Stable tag: 1.3.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
- WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets.
12
 
13
  == Description ==
14
 
@@ -267,6 +267,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
267
 
268
  * made some changes.
269
 
 
 
 
 
270
  == Wordpress Countdown step by step guide ==
271
 
272
  ### WordPress Countdown plugin options
1
+ === Countdown WordPress plugin ===
2
  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
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 1.3.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
11
+ Countdown WordPress plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets.
12
 
13
  == Description ==
14
 
267
 
268
  * made some changes.
269
 
270
+ = 1.3.8 =
271
+
272
+ * fixed notices.
273
+
274
  == Wordpress Countdown step by step guide ==
275
 
276
  ### WordPress Countdown plugin options
wpdevart-countdown.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
3
  Plugin Name: Countdown Wpdevart
4
  Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
5
- Description: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
- Version: 1.3.7
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
2
  /*
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.3.8
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html