Version Description
- Bug fixed.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.2.1 |
Comparing to | |
See all releases |
Code changes from version 1.2.0 to 1.2.1
- includes/style/effects.css +1 -1
- includes/widget.php +1 -1
- readme.txt +13 -9
- wpdevart-countdown.php +1 -1
includes/style/effects.css
CHANGED
@@ -1130,7 +1130,7 @@
|
|
1130 |
}
|
1131 |
|
1132 |
100% {
|
1133 |
-
opacity:
|
1134 |
-webkit-transform: none;
|
1135 |
-ms-transform: none;
|
1136 |
transform: none;
|
1130 |
}
|
1131 |
|
1132 |
100% {
|
1133 |
+
opacity: 1;
|
1134 |
-webkit-transform: none;
|
1135 |
-ms-transform: none;
|
1136 |
transform: none;
|
includes/widget.php
CHANGED
@@ -6,7 +6,7 @@ class wpdevart_countdown extends WP_Widget {
|
|
6 |
function __construct() {
|
7 |
$widget_ops = array( 'classname' => 'wpdevart_countdown', 'description' => 'Countdown timer for widget ' ); // Widget Settings
|
8 |
$control_ops = array( 'id_base' => 'wpdevart_countdown' ); // Widget Control Settings
|
9 |
-
|
10 |
|
11 |
}
|
12 |
|
6 |
function __construct() {
|
7 |
$widget_ops = array( 'classname' => 'wpdevart_countdown', 'description' => 'Countdown timer for widget ' ); // Widget Settings
|
8 |
$control_ops = array( 'id_base' => 'wpdevart_countdown' ); // Widget Control Settings
|
9 |
+
parent::__construct( 'wpdevart_countdown', 'Countdown', $widget_ops, $control_ops ); // Create the widget
|
10 |
|
11 |
}
|
12 |
|
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, upcoming, event countdown
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -90,14 +90,14 @@ Also, we recommend you to take a look for this useful plugins - [WordPress booki
|
|
90 |
|
91 |
Our WordPress Countdown plugin is user friendly, but here you can see some frequently asked questions that can help you.
|
92 |
|
93 |
-
= How can I
|
94 |
|
95 |
After you installed the Countdown plugin you can go to your pages/posts and just click on Countdown shortcode button and add Countdown timer for your pages/posts.
|
96 |
|
97 |
-
= How can I add Countdown timer
|
98 |
|
99 |
After you installed the plugin you need to check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
100 |
-
After that set
|
101 |
|
102 |
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) .
|
103 |
|
@@ -191,14 +191,18 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
191 |
|
192 |
* Some changes.
|
193 |
|
|
|
|
|
|
|
|
|
194 |
== Wordpress Countdown step by step guide ==
|
195 |
|
196 |
### WordPress Countdown plugin options
|
197 |
|
198 |
-
* Day field text - Type here Day field
|
199 |
-
* Hour field text - Type here Hour field
|
200 |
-
* Minute field text - Type here Minute field
|
201 |
-
* Second field text - Type here Second field
|
202 |
* Countdown expire time - Type the Countdown expire time.
|
203 |
* After Countdown expired - Select the action after Countdown time expired.
|
204 |
* Message after countdown expired - Type the message after countdown expired.
|
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, event countdown, minutero
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.2.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
90 |
|
91 |
Our WordPress Countdown plugin is user friendly, but here you can see some frequently asked questions that can help you.
|
92 |
|
93 |
+
= How can I insert Countdown timer into my pages/posts =
|
94 |
|
95 |
After you installed the Countdown plugin you can go to your pages/posts and just click on Countdown shortcode button and add Countdown timer for your pages/posts.
|
96 |
|
97 |
+
= How can I add Countdown timer into my sidebars =
|
98 |
|
99 |
After you installed the plugin you need to check your widgets page(Appearance>Widgets) and then drag and drop "WordPress Countdown plugin" widget into your sidebar.
|
100 |
+
After that set the Countdown timer options. Now your Countdown widget is ready.
|
101 |
|
102 |
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) .
|
103 |
|
191 |
|
192 |
* Some changes.
|
193 |
|
194 |
+
= 1.2.1 =
|
195 |
+
|
196 |
+
* Bug fixed.
|
197 |
+
|
198 |
== Wordpress Countdown step by step guide ==
|
199 |
|
200 |
### WordPress Countdown plugin options
|
201 |
|
202 |
+
* Day field text - Type here text for Day field.
|
203 |
+
* Hour field text - Type here text for Hour field.
|
204 |
+
* Minute field text - Type here text for Minute field.
|
205 |
+
* Second field text - Type here text for Second field.
|
206 |
* Countdown expire time - Type the Countdown expire time.
|
207 |
* After Countdown expired - Select the action after Countdown time expired.
|
208 |
* Message after countdown expired - Type the message after countdown expired.
|
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 |
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.1
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|