Countdown Timer – Widget Countdown - Version 1.2.8

Version Description

  • Corrected mistakes.

=

Download this release

Release Info

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

Code changes from version 1.2.7 to 1.2.8

includes/style/effects.css CHANGED
@@ -108,7 +108,7 @@
108
  animation-name: flash;
109
  }
110
 
111
- /* Notice: originally authored by Nick Pettit - https://github.com/nickpettit/glide, thanks to Nick Pettit */
112
 
113
  @-webkit-keyframes pulse {
114
  0% {
108
  animation-name: flash;
109
  }
110
 
111
+ /* Originally authored by Nick Pettit - https://github.com/nickpettit/glide, thanks to Nick Pettit */
112
 
113
  @-webkit-keyframes pulse {
114
  0% {
includes/style/jquery-ui-style.css CHANGED
@@ -763,11 +763,11 @@ button.ui-button::-moz-focus-inner {
763
 
764
  /* TR overrides */
765
  .ui-spinner .ui-icon-triangle-1-s {
766
- /* need to fix icons sprite */
767
  background-position: -65px -16px;
768
  }
769
  .ui-tabs {
770
- position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
771
  padding: .2em;
772
  }
773
  .ui-tabs .ui-tabs-nav {
763
 
764
  /* TR overrides */
765
  .ui-spinner .ui-icon-triangle-1-s {
766
+ /* Need to fix icons sprite */
767
  background-position: -65px -16px;
768
  }
769
  .ui-tabs {
770
+ position: relative;/* Position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
771
  padding: .2em;
772
  }
773
  .ui-tabs .ui-tabs-nav {
includes/widget.php CHANGED
@@ -44,11 +44,11 @@ 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 new value of parametrs
48
 
49
  }
50
 
51
- /* admin page opions */
52
  function form($instance) {
53
 
54
  $defaults = array(
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 new value of parametrs
48
 
49
  }
50
 
51
+ /* Admin page opions */
52
  function form($instance) {
53
 
54
  $defaults = array(
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
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
- Stable tag: 1.2.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -103,6 +103,10 @@ After that set the Countdown timer options. Now your Countdown widget is ready.
103
 
104
  Yes dear user, you can use our date picker from calendar.
105
 
 
 
 
 
106
  Dear users, we also recommend you to take a look for this useful plugins - [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox plugin](https://wordpress.org/plugins/lightbox-popup) .
107
 
108
  ### The Best Offer From WpDevArt
@@ -223,6 +227,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
223
 
224
  * Fixed spelling mistake.
225
 
 
 
 
 
226
  == Wordpress Countdown step by step guide ==
227
 
228
  ### 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
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 1.2.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
103
 
104
  Yes dear user, you can use our date picker from calendar.
105
 
106
+ = I purchased the pro version, but didn't download the pro file =
107
+
108
+ Contact us at support@wpdevart.com and we will send you the pro version.
109
+
110
  Dear users, we also recommend you to take a look for this useful plugins - [WordPress booking calendar](https://wordpress.org/plugins/booking-calendar), [WordPress Poll plugin](https://wordpress.org/plugins/polls-widget/), [WordPress Facebook like box](https://wordpress.org/plugins/like-box), [WordPress YouTube](https://wordpress.org/plugins/youtube-video-player), [WordPress Coming soon plugin](https://wordpress.org/plugins/coming-soon-page), [Facebook comments WordPress](https://wordpress.org/plugins/comments-from-facebook), [WordPress lightbox plugin](https://wordpress.org/plugins/lightbox-popup) .
111
 
112
  ### The Best Offer From WpDevArt
227
 
228
  * Fixed spelling mistake.
229
 
230
+ = 1.2.8 =
231
+
232
+ * Corrected mistakes.
233
+
234
  == Wordpress Countdown step by step guide ==
235
 
236
  ### 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: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
- Version: 1.2.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: WordPress Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
6
+ Version: 1.2.8
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html