Countdown Timer – Widget Countdown - Version 1.6.8

Version Description

Download this release

Release Info

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

Code changes from version 1.6.7 to 1.6.8

includes/admin_menu.php CHANGED
@@ -205,7 +205,7 @@ class wpdevart_countdown_admin_menu{
205
  </td>
206
  <td>
207
  <select onChange="alert(countdown_pro_text)" id="countdown_type" class="coming_set_hiddens">
208
- <option selected="selected" value="button">button</option>
209
  <option value="circle">Circle</option>
210
  <option value="vertical_slide">Vertical Slider</option>
211
  </select>
205
  </td>
206
  <td>
207
  <select onChange="alert(countdown_pro_text)" id="countdown_type" class="coming_set_hiddens">
208
+ <option selected="selected" value="button">Button</option>
209
  <option value="circle">Circle</option>
210
  <option value="vertical_slide">Vertical Slider</option>
211
  </select>
includes/style/effects.css CHANGED
@@ -4,7 +4,7 @@
4
  -webkit-animation-fill-mode: both;
5
  animation-fill-mode: both;
6
  }
7
-
8
  .animated.infinite {
9
  -webkit-animation-iteration-count: infinite;
10
  animation-iteration-count: infinite;
4
  -webkit-animation-fill-mode: both;
5
  animation-fill-mode: both;
6
  }
7
+ /*Animation style*/
8
  .animated.infinite {
9
  -webkit-animation-iteration-count: infinite;
10
  animation-iteration-count: infinite;
includes/style/style.css CHANGED
@@ -25,6 +25,7 @@
25
  width:100%;
26
  max-height:82px;
27
  }
 
28
  .countdown{
29
  width:100%;
30
  }
@@ -56,6 +57,7 @@
56
  margin-bottom:1%;
57
  font-weight:bold;
58
  }
 
59
  .information{
60
  box-sizing:border-box;
61
  display:inline-block;
@@ -110,7 +112,7 @@ figure, figcaption {
110
  -o-transition: top 400ms linear;
111
  transition: top 400ms linear;
112
  }
113
-
114
  .timeTo {
115
  line-height: 108%;
116
  font-weight: bold;
25
  width:100%;
26
  max-height:82px;
27
  }
28
+ /*Countdown style*/
29
  .countdown{
30
  width:100%;
31
  }
57
  margin-bottom:1%;
58
  font-weight:bold;
59
  }
60
+ /*Information style*/
61
  .information{
62
  box-sizing:border-box;
63
  display:inline-block;
112
  -o-transition: top 400ms linear;
113
  transition: top 400ms linear;
114
  }
115
+ /*Time style*/
116
  .timeTo {
117
  line-height: 108%;
118
  font-weight: bold;
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,7,7',
63
  'end_time_date' => date('d-m-Y 23:59'),
64
  'action_end_time' => 'hide',
65
  'content' => '',
66
  'content_position' => 'center',
67
- 'top_ditance' => '12',
68
- 'bottom_distance' => '12',
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,8,8',
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, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.7.0
7
- Stable tag: 1.6.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
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, time counter
5
  Requires at least: 3.3.0
6
  Tested up to: 4.7.0
7
+ Stable tag: 1.6.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
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.7
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.8
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html