Version Description
- Edit some scripts.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.1.6 |
Comparing to | |
See all releases |
Code changes from version 1.1.5 to 1.1.6
- includes/front_end.php +1 -1
- includes/widget.php +1 -1
- readme.txt +7 -3
- wpdevart-countdown.php +1 -1
includes/front_end.php
CHANGED
@@ -24,7 +24,7 @@ class wpdevart_countdown_front_end{
|
|
24 |
add_action('wp_head',array($this,'generete_front_javascript'));
|
25 |
// add shortcode
|
26 |
add_shortcode( 'wpdevart_countdown', array($this,'wpdevart_wpdevart_countdown_shortcode') );
|
27 |
-
//for updated
|
28 |
|
29 |
}
|
30 |
/*###################### Scripts and Styles for countdown ##################*/
|
24 |
add_action('wp_head',array($this,'generete_front_javascript'));
|
25 |
// add shortcode
|
26 |
add_shortcode( 'wpdevart_countdown', array($this,'wpdevart_wpdevart_countdown_shortcode') );
|
27 |
+
//for updated parameters
|
28 |
|
29 |
}
|
30 |
/*###################### Scripts and Styles for countdown ##################*/
|
includes/widget.php
CHANGED
@@ -15,7 +15,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
15 |
self::$id_for_content++;
|
16 |
extract( $args );
|
17 |
$title = $instance['title'];
|
18 |
-
// Before widget //
|
19 |
echo $before_widget;
|
20 |
|
21 |
// Title of widget //
|
15 |
self::$id_for_content++;
|
16 |
extract( $args );
|
17 |
$title = $instance['title'];
|
18 |
+
// Before widget code //
|
19 |
echo $before_widget;
|
20 |
|
21 |
// Title of widget //
|
readme.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
=== WordPress Countdown plugin ===
|
2 |
Contributors: wpdevart
|
3 |
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.1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -159,6 +159,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
159 |
|
160 |
* fixed notices.
|
161 |
|
|
|
|
|
|
|
|
|
162 |
== Wordpress Countdown step by step guide ==
|
163 |
|
164 |
### WordPress Countdown plugin options
|
@@ -179,7 +183,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
179 |
* Countdown timer Size - Type the Countdown size.
|
180 |
* Countdown timer border width - Type the Countdown border width.
|
181 |
* Countdown timer border radius - Type the Countdown border radius.
|
182 |
-
* Countdown timer font-size - Type the Countdown
|
183 |
* Countdown timer Font family - Choose the Countdown Font family.
|
184 |
* Countdown animation type - Choose the Countdown animation type you need.
|
185 |
|
1 |
=== WordPress Countdown plugin ===
|
2 |
Contributors: wpdevart
|
3 |
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, upcoming
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.1.6
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
159 |
|
160 |
* fixed notices.
|
161 |
|
162 |
+
= 1.1.6 =
|
163 |
+
|
164 |
+
* Edit some scripts.
|
165 |
+
|
166 |
== Wordpress Countdown step by step guide ==
|
167 |
|
168 |
### WordPress Countdown plugin options
|
183 |
* Countdown timer Size - Type the Countdown size.
|
184 |
* Countdown timer border width - Type the Countdown border width.
|
185 |
* Countdown timer border radius - Type the Countdown border radius.
|
186 |
+
* Countdown timer font-size - Type the Countdown texts font-size.
|
187 |
* Countdown timer Font family - Choose the Countdown Font family.
|
188 |
* Countdown animation type - Choose the Countdown animation type you need.
|
189 |
|
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.1.
|
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.1.6
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|