Countdown Timer – Widget Countdown - Version 1.6.0

Version Description

  • Made changes in code comments.

=

Download this release

Release Info

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

Code changes from version 1.5.9 to 1.6.0

includes/admin_menu.php CHANGED
@@ -240,7 +240,7 @@ class wpdevart_countdown_admin_menu{
240
 
241
  <tr class="tr_circle">
242
  <td>
243
- Countdown timer border width<span class="pro_feature"> (pro)</span> <span title="Type the Countdown border width." class="desription_class">?</span>
244
  </td>
245
  <td>
246
  <input onClick="alert(countdown_pro_text)" type="text" size="3" name="countdown_circle_border" value="5" id="countdown_circle_border" style="font-weight:bold; width:35px" >(0-100)%
240
 
241
  <tr class="tr_circle">
242
  <td>
243
+ Countdown timer border width<span class="pro_feature"> (pro)</span> <span title="Type the Countdown border width(px)." class="desription_class">?</span>
244
  </td>
245
  <td>
246
  <input onClick="alert(countdown_pro_text)" type="text" size="3" name="countdown_circle_border" value="5" id="countdown_circle_border" style="font-weight:bold; width:35px" >(0-100)%
includes/front_end.php CHANGED
@@ -47,11 +47,11 @@ 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,2,0",
51
  "action_end_time" => "hide",
52
  "content_position" => "center",
53
- "top_ditance" => "11",
54
- "bottom_distance" => "11",
55
  "content" =>$content
56
  ), $atts);
57
 
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,5,0",
51
  "action_end_time" => "hide",
52
  "content_position" => "center",
53
+ "top_ditance" => "10",
54
+ "bottom_distance" => "10",
55
  "content" =>$content
56
  ), $atts);
57
 
includes/style/effects.css CHANGED
@@ -1834,7 +1834,7 @@
1834
  animation-name: hinge;
1835
  }
1836
 
1837
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
1838
 
1839
  @-webkit-keyframes rollIn {
1840
  0% {
@@ -1871,7 +1871,7 @@
1871
  animation-name: rollIn;
1872
  }
1873
 
1874
- /* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
1875
 
1876
 
1877
 
1834
  animation-name: hinge;
1835
  }
1836
 
1837
+ /* Originally authored by Nick Pettit - https://github.com/nickpettit/glide */
1838
 
1839
  @-webkit-keyframes rollIn {
1840
  0% {
1871
  animation-name: rollIn;
1872
  }
1873
 
1874
+ /* Originally authored by Nick Pettit - https://github.com/nickpettit/glide */
1875
 
1876
 
1877
 
includes/style/style.css CHANGED
@@ -73,7 +73,7 @@
73
  display:table-cell;
74
  width: 10%;
75
  }
76
- /*Countdown main style*/
77
  .countdown figure ul{
78
  padding:0px !important;
79
  }
73
  display:table-cell;
74
  width: 10%;
75
  }
76
+ /*Countdown main style part*/
77
  .countdown figure ul{
78
  padding:0px !important;
79
  }
includes/widget.php CHANGED
@@ -59,13 +59,13 @@ 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,5,5',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
66
  'content_position' => 'center',
67
- 'top_ditance' => '11',
68
- 'bottom_distance' => '11',
69
  );
70
  $instance = wp_parse_args( (array) $instance, $defaults );
71
  ?>
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,5,0',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
66
  'content_position' => 'center',
67
+ 'top_ditance' => '10',
68
+ 'bottom_distance' => '10',
69
  );
70
  $instance = wp_parse_args( (array) $instance, $defaults );
71
  ?>
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.5.9
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -375,6 +375,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
375
 
376
  * Made changes in code.
377
 
 
 
 
 
378
  == Wordpress Countdown step by step guide ==
379
 
380
  ### 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.0
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
375
 
376
  * Made changes in code.
377
 
378
+ = 1.6.0 =
379
+
380
+ * Made changes in code comments.
381
+
382
  == Wordpress Countdown step by step guide ==
383
 
384
  ### 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.9
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.0
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html