Countdown Timer – Widget Countdown - Version 1.6.3

Version Description

  • Made changes in install database.

=

Download this release

Release Info

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

Code changes from version 1.6.2 to 1.6.3

includes/admin_menu.php CHANGED
@@ -266,7 +266,7 @@ class wpdevart_countdown_admin_menu{
266
 
267
  <tr class="tr_button tr_circle tr_vertical_slide">
268
  <td>
269
- Countdown timer Font family<span class="pro_feature"> (pro)</span> <span title="Choose the Countdown Font family." class="desription_class">?</span>
270
  </td>
271
  <td>
272
  <?php wpdevart_countdown_setting::generete_fonts('countdown_font_famaly',"monospace") ?>
@@ -274,7 +274,7 @@ class wpdevart_countdown_admin_menu{
274
  </tr>
275
  <tr>
276
  <td>
277
- Countdown animation type<span class="pro_feature"> (pro)</span> <span title="Choose the Countdown animation type." class="desription_class">?</span>
278
  </td>
279
  <td>
280
  <?php wpdevart_countdown_setting::generete_animation_select('countdown_animation_type','none'); ?>
266
 
267
  <tr class="tr_button tr_circle tr_vertical_slide">
268
  <td>
269
+ Countdown timer Font family<span class="pro_feature"> (pro)</span> <span title="Select the Countdown Font family." class="desription_class">?</span>
270
  </td>
271
  <td>
272
  <?php wpdevart_countdown_setting::generete_fonts('countdown_font_famaly',"monospace") ?>
274
  </tr>
275
  <tr>
276
  <td>
277
+ Countdown animation type<span class="pro_feature"> (pro)</span> <span title="Select the Countdown animation type." class="desription_class">?</span>
278
  </td>
279
  <td>
280
  <?php wpdevart_countdown_setting::generete_animation_select('countdown_animation_type','none'); ?>
includes/front_end.php CHANGED
@@ -47,7 +47,7 @@ class wpdevart_countdown_front_end{
47
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
48
  "countdown_end_type" => "time",
49
  "end_date" => date('d-m-Y 23:59'),
50
- "end_time" => "0,7,0",
51
  "action_end_time" => "hide",
52
  "content_position" => "center",
53
  "top_ditance" => "10",
47
  "start_time" => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
48
  "countdown_end_type" => "time",
49
  "end_date" => date('d-m-Y 23:59'),
50
+ "end_time" => "0,8,8",
51
  "action_end_time" => "hide",
52
  "content_position" => "center",
53
  "top_ditance" => "10",
includes/library.php CHANGED
@@ -11,6 +11,7 @@ class wpdevart_countdown_setting{
11
  }
12
  return $animation;
13
  }
 
14
  public static function generete_animation_select($select_id='',$curent_effect='none'){
15
  ?>
16
  <select onClick="alert(countdown_pro_text)" id="<?php echo $select_id; ?>" name="<?php echo $select_id; ?>">
11
  }
12
  return $animation;
13
  }
14
+ /*############################### ANIMATION FUNCTION #######################################*/
15
  public static function generete_animation_select($select_id='',$curent_effect='none'){
16
  ?>
17
  <select onClick="alert(countdown_pro_text)" id="<?php echo $select_id; ?>" name="<?php echo $select_id; ?>">
includes/widget.php CHANGED
@@ -59,7 +59,7 @@ class wpdevart_countdown extends WP_Widget {
59
  'text_for_second' => 'Seconds',
60
  'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
61
  'end_time_type' => 'time',
62
- 'end_time' => '0,7,0',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
59
  'text_for_second' => 'Seconds',
60
  'start_time' => mktime (date("H"), date("i"), date("s"),date("n"), date("j"),date("Y")),
61
  'end_time_type' => 'time',
62
+ 'end_time' => '0,8,8',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
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, countdown system, countdown form, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.6.1
7
- Stable tag: 1.6.2
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -149,7 +149,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
149
 
150
  = 1.0.1 =
151
 
152
- * Bug fixed on version 1.0.1 .
153
 
154
  = 1.0.2 =
155
 
@@ -157,11 +157,11 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
157
 
158
  = 1.0.3 =
159
 
160
- * Bug fixed on version 1.0.3 .
161
 
162
  = 1.0.6 =
163
 
164
- * Added featured plugin .
165
 
166
  = 1.0.7 =
167
 
@@ -185,7 +185,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
185
 
186
  = 1.1.2 =
187
 
188
- * Made some corrections.
189
 
190
  = 1.1.3 =
191
 
@@ -387,6 +387,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
387
 
388
  * Fixed issues with date picker.
389
 
 
 
 
 
390
  == Wordpress Countdown step by step guide ==
391
 
392
  ### 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, countdown system, countdown form, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.6.1
7
+ Stable tag: 1.6.3
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
149
 
150
  = 1.0.1 =
151
 
152
+ * Bug fixed on version 1.0.1.
153
 
154
  = 1.0.2 =
155
 
157
 
158
  = 1.0.3 =
159
 
160
+ * Counter Bug fixed on version 1.0.3.
161
 
162
  = 1.0.6 =
163
 
164
+ * Added featured plugin.
165
 
166
  = 1.0.7 =
167
 
185
 
186
  = 1.1.2 =
187
 
188
+ * Made some corrections in Countdown plugin code.
189
 
190
  = 1.1.3 =
191
 
387
 
388
  * Fixed issues with date picker.
389
 
390
+ = 1.6.3 =
391
+
392
+ * Made changes in install database.
393
+
394
  == Wordpress Countdown step by step guide ==
395
 
396
  ### 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.6.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.6.3
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html