Version Description
- made changes.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- includes/front_end.php +1 -1
- includes/widget.php +1 -1
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/front_end.php
CHANGED
@@ -27,7 +27,7 @@ class wpdevart_countdown_front_end{
|
|
27 |
//for updated parametrs
|
28 |
|
29 |
}
|
30 |
-
/*###################### scripts and styles for countdown
|
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 countdown ##################*/
|
31 |
public function generete_front_javascript(){
|
32 |
|
33 |
wp_enqueue_script('countdown-front-end');
|
includes/widget.php
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
/*############################### COUNTDOWN WIDGET CODE ###############################################*/
|
3 |
class wpdevart_countdown extends WP_Widget {
|
4 |
private static $id_for_content=0;
|
5 |
// Constructor //
|
1 |
<?php
|
2 |
+
/*############################### COUNTDOWN WIDGET PLUGIN CODE ###############################################*/
|
3 |
class wpdevart_countdown extends WP_Widget {
|
4 |
private static $id_for_content=0;
|
5 |
// Constructor //
|
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 |
|
@@ -151,6 +151,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
151 |
|
152 |
* Edit some scripts.
|
153 |
|
|
|
|
|
|
|
|
|
154 |
== Wordpress Countdown step by step guide ==
|
155 |
|
156 |
### WordPress Countdown plugin options
|
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, lightbox
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.1.4
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
151 |
|
152 |
* Edit some scripts.
|
153 |
|
154 |
+
= 1.1.4 =
|
155 |
+
|
156 |
+
* made changes.
|
157 |
+
|
158 |
== Wordpress Countdown step by step guide ==
|
159 |
|
160 |
### 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.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.4
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|