Version Description
- made some corrections.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.9 to 1.1.0
- includes/style/effects.css +1 -1
- includes/style/style.css +1 -1
- readme.txt +5 -1
- wpdevart-countdown.php +1 -1
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 */
|
112 |
|
113 |
@-webkit-keyframes pulse {
|
114 |
0% {
|
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% {
|
includes/style/style.css
CHANGED
@@ -162,7 +162,7 @@ figure, figcaption {
|
|
162 |
|
163 |
|
164 |
|
165 |
-
/* PROGRES
|
166 |
|
167 |
|
168 |
|
162 |
|
163 |
|
164 |
|
165 |
+
/* PROGRES BAR PART */
|
166 |
|
167 |
|
168 |
|
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.0
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -135,6 +135,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
135 |
|
136 |
* edit some comments in code.
|
137 |
|
|
|
|
|
|
|
|
|
138 |
== Wordpress Countdown step by step guide ==
|
139 |
|
140 |
### 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.1.0
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
135 |
|
136 |
* edit some comments in code.
|
137 |
|
138 |
+
= 1.1.0 =
|
139 |
+
|
140 |
+
* made some corrections.
|
141 |
+
|
142 |
== Wordpress Countdown step by step guide ==
|
143 |
|
144 |
### 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.0
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3
|
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.0
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3
|