Version Description
- change some texts.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.3.6 |
Comparing to | |
See all releases |
Code changes from version 1.3.5 to 1.3.6
- includes/style/jquery-ui-style.css +2 -2
- includes/style/style.css +1 -1
- includes/widget.php +2 -2
- readme.txt +5 -1
- wpdevart-countdown.php +1 -1
includes/style/jquery-ui-style.css
CHANGED
@@ -31,7 +31,7 @@
|
|
31 |
clear: both;
|
32 |
}
|
33 |
.ui-helper-clearfix {
|
34 |
-
min-height: 0; /*
|
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); /*
|
44 |
}
|
45 |
|
46 |
.ui-front {
|
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 {
|
includes/style/style.css
CHANGED
@@ -73,7 +73,7 @@
|
|
73 |
display:table-cell;
|
74 |
width: 10%;
|
75 |
}
|
76 |
-
/*
|
77 |
.countdown figure ul{
|
78 |
padding:0px !important;
|
79 |
}
|
73 |
display:table-cell;
|
74 |
width: 10%;
|
75 |
}
|
76 |
+
/*Countdown main style*/
|
77 |
.countdown figure ul{
|
78 |
padding:0px !important;
|
79 |
}
|
includes/widget.php
CHANGED
@@ -10,7 +10,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
10 |
|
11 |
}
|
12 |
|
13 |
-
/*
|
14 |
function widget($args, $instance) {
|
15 |
self::$id_for_content++;
|
16 |
extract( $args );
|
@@ -27,7 +27,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
27 |
echo $after_widget;
|
28 |
}
|
29 |
|
30 |
-
// Settings
|
31 |
function update($new_instance, $old_instance) {
|
32 |
extract( $args );
|
33 |
$instance['title'] = strip_tags($new_instance['title']);
|
10 |
|
11 |
}
|
12 |
|
13 |
+
/* Displaying countdown in front-end*/
|
14 |
function widget($args, $instance) {
|
15 |
self::$id_for_content++;
|
16 |
extract( $args );
|
27 |
echo $after_widget;
|
28 |
}
|
29 |
|
30 |
+
// Update Settings //
|
31 |
function update($new_instance, $old_instance) {
|
32 |
extract( $args );
|
33 |
$instance['title'] = strip_tags($new_instance['title']);
|
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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -259,6 +259,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
259 |
|
260 |
* fixed notices.
|
261 |
|
|
|
|
|
|
|
|
|
262 |
== Wordpress Countdown step by step guide ==
|
263 |
|
264 |
### 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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.3.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
259 |
|
260 |
* fixed notices.
|
261 |
|
262 |
+
= 1.3.6 =
|
263 |
+
|
264 |
+
* change some texts.
|
265 |
+
|
266 |
== Wordpress Countdown step by step guide ==
|
267 |
|
268 |
### 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.3.
|
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.3.6
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|