Countdown Timer – Widget Countdown - Version 1.4.8

Version Description

  • Change some texts.

=

Download this release

Release Info

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

Code changes from version 1.4.7 to 1.4.8

includes/front_end.php CHANGED
@@ -14,7 +14,7 @@ class wpdevart_countdown_front_end{
14
  function __construct($params){
15
 
16
  $this->databese_parametrs=$params['databese_parametrs'];
17
- //If plugin url doesn't come in parent class
18
  if(isset($params['plugin_url']))
19
  $this->plugin_url=$params['plugin_url'];
20
  else
14
  function __construct($params){
15
 
16
  $this->databese_parametrs=$params['databese_parametrs'];
17
+ //If plugin url does not come in parent class
18
  if(isset($params['plugin_url']))
19
  $this->plugin_url=$params['plugin_url'];
20
  else
includes/style/jquery-ui-style.css CHANGED
@@ -31,7 +31,7 @@
31
  clear: both;
32
  }
33
  .ui-helper-clearfix {
34
- min-height: 0; /* support: IE7 */
35
  }
36
  .ui-helper-zfix {
37
  width: 100%;
@@ -40,7 +40,7 @@
40
  left: 0;
41
  position: absolute;
42
  opacity: 0;
43
- filter:Alpha(Opacity=0); /* support: IE8 */
44
  }
45
 
46
  .ui-front {
@@ -84,7 +84,7 @@
84
  position: relative;
85
  margin: 2px 0 0 0;
86
  padding: .5em .5em .5em .7em;
87
- min-height: 0; /* support: IE7 */
88
  font-size: 100%;
89
  }
90
  .ui-accordion .ui-accordion-icons {
@@ -143,7 +143,7 @@ button.ui-button-icons-only {
143
  width: 3.7em;
144
  }
145
 
146
- /* button text element */
147
  .ui-button .ui-button-text {
148
  display: block;
149
  line-height: normal;
31
  clear: both;
32
  }
33
  .ui-helper-clearfix {
34
+ min-height: 0; /* supports: IE7 */
35
  }
36
  .ui-helper-zfix {
37
  width: 100%;
40
  left: 0;
41
  position: absolute;
42
  opacity: 0;
43
+ filter:Alpha(Opacity=0); /* supports: IE8 */
44
  }
45
 
46
  .ui-front {
84
  position: relative;
85
  margin: 2px 0 0 0;
86
  padding: .5em .5em .5em .7em;
87
+ min-height: 0; /* supports: IE7 */
88
  font-size: 100%;
89
  }
90
  .ui-accordion .ui-accordion-icons {
143
  width: 3.7em;
144
  }
145
 
146
+ /* button text elements */
147
  .ui-button .ui-button-text {
148
  display: block;
149
  line-height: normal;
includes/widget.php CHANGED
@@ -338,7 +338,7 @@ class wpdevart_countdown extends WP_Widget {
338
  </div>';
339
  $output_html.='</div>';
340
 
341
- /************************** JS Output ************************************/
342
  $output_js='';
343
 
344
  if($parametrs['action_end_time']=='hide'){
@@ -350,7 +350,7 @@ class wpdevart_countdown extends WP_Widget {
350
  });
351
  ";
352
 
353
- /************************** CSS Output ***********************************/
354
 
355
  $output_css='';
356
  $output_css.='#main_countedown_widget_'.self::$id_for_content.' .countdown{text-align:'.$parametrs['content_position'].';}';
338
  </div>';
339
  $output_html.='</div>';
340
 
341
+ /************************** JS Output Code ************************************/
342
  $output_js='';
343
 
344
  if($parametrs['action_end_time']=='hide'){
350
  });
351
  ";
352
 
353
+ /************************** CSS Output Code ***********************************/
354
 
355
  $output_css='';
356
  $output_css.='#main_countedown_widget_'.self::$id_for_content.' .countdown{text-align:'.$parametrs['content_position'].';}';
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
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
- Stable tag: 1.4.7
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
@@ -315,6 +315,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
315
 
316
  * Edit some options.
317
 
 
 
 
 
318
  == Wordpress Countdown step by step guide ==
319
 
320
  ### 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
5
  Requires at least: 3.3.0
6
  Tested up to: 4.2.3
7
+ Stable tag: 1.4.8
8
  License: GPLv3
9
  License URI: http://www.gnu.org/licenses/gpl-3.0.html
10
 
315
 
316
  * Edit some options.
317
 
318
+ = 1.4.8 =
319
+
320
+ * Change some texts.
321
+
322
  == Wordpress Countdown step by step guide ==
323
 
324
  ### 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.4.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.4.8
7
  Author: wpdevart
8
  Author URI: http://wpdevart.com
9
  License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html