Version Description
- edit some comments in code.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.0.9 |
Comparing to | |
See all releases |
Code changes from version 1.0.8 to 1.0.9
- includes/front_end.php +1 -1
- includes/style/effects.css +1 -1
- readme.txt +7 -3
- wpdevart-countdown.php +2 -2
includes/front_end.php
CHANGED
@@ -27,7 +27,7 @@ class wpdevart_countdown_front_end{
|
|
27 |
//for updated parametrs
|
28 |
|
29 |
}
|
30 |
-
/*###################### scripts and styles ##################*/
|
31 |
public function generete_front_javascript(){
|
32 |
|
33 |
wp_enqueue_script('countdown-front-end');
|
27 |
//for updated parametrs
|
28 |
|
29 |
}
|
30 |
+
/*###################### scripts and styles for plugin ##################*/
|
31 |
public function generete_front_javascript(){
|
32 |
|
33 |
wp_enqueue_script('countdown-front-end');
|
includes/style/effects.css
CHANGED
@@ -108,7 +108,7 @@
|
|
108 |
animation-name: flash;
|
109 |
}
|
110 |
|
111 |
-
/* 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 */
|
112 |
|
113 |
@-webkit-keyframes pulse {
|
114 |
0% {
|
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 |
|
@@ -129,7 +129,11 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
129 |
|
130 |
= 1.0.8 =
|
131 |
|
132 |
-
*
|
|
|
|
|
|
|
|
|
133 |
|
134 |
== Wordpress Countdown step by step guide ==
|
135 |
|
@@ -157,7 +161,7 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
157 |
|
158 |
### Adding WordPress Countdown timer in your pages, posts
|
159 |
|
160 |
-
After installation activate the plugin, then go to your pages,posts and just click on Countdown shortcode button and add Countdown timer for your pages/posts.
|
161 |
|
162 |
### Adding WordPress Countdown timer to your sidebar
|
163 |
|
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.9
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
129 |
|
130 |
= 1.0.8 =
|
131 |
|
132 |
+
* edit comments for developers.
|
133 |
+
|
134 |
+
= 1.0.9 =
|
135 |
+
|
136 |
+
* edit some comments in code.
|
137 |
|
138 |
== Wordpress Countdown step by step guide ==
|
139 |
|
161 |
|
162 |
### Adding WordPress Countdown timer in your pages, posts
|
163 |
|
164 |
+
After installation activate the plugin, then go to your pages, posts and just click on Countdown shortcode button and add Countdown timer for your pages/posts.
|
165 |
|
166 |
### Adding WordPress Countdown timer to your sidebar
|
167 |
|
wpdevart-countdown.php
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
/*
|
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
|
2 |
/*
|
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.9
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3
|