Version Description
- Edit admin options.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.3.3 |
Comparing to | |
See all releases |
Code changes from version 1.3.2 to 1.3.3
- includes/admin_menu.php +1 -7
- includes/front_end.php +1 -1
- readme.txt +5 -1
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -495,13 +495,7 @@ die;
|
|
495 |
'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
|
496 |
'title' => 'WordPress Poll',
|
497 |
'description' => 'WordPress Polls plugin is an wonderful tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
|
498 |
-
),
|
499 |
-
'twitter'=>array(
|
500 |
-
'image_url' => $this->plugin_url.'images/featured_plugins/twitter.png',
|
501 |
-
'site_url' => 'http://wpdevart.com/wordpress-twitter-plugin',
|
502 |
-
'title' => 'Twitter button plus',
|
503 |
-
'description' => 'Twitter button plus is nice and useful tool to show Twitter tweet button on your posts and pages.'
|
504 |
-
),
|
505 |
|
506 |
);
|
507 |
?>
|
495 |
'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
|
496 |
'title' => 'WordPress Poll',
|
497 |
'description' => 'WordPress Polls plugin is an wonderful tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
|
498 |
+
),
|
|
|
|
|
|
|
|
|
|
|
|
|
499 |
|
500 |
);
|
501 |
?>
|
includes/front_end.php
CHANGED
@@ -27,7 +27,7 @@ class wpdevart_countdown_front_end{
|
|
27 |
//For updated parameters
|
28 |
|
29 |
}
|
30 |
-
/*###################### Scripts and Styles
|
31 |
public function generete_front_javascript(){
|
32 |
|
33 |
wp_enqueue_script('countdown-front-end');
|
27 |
//For updated parameters
|
28 |
|
29 |
}
|
30 |
+
/*###################### Scripts and Styles of Countdown ##################*/
|
31 |
public function generete_front_javascript(){
|
32 |
|
33 |
wp_enqueue_script('countdown-front-end');
|
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, time counter
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
-
Stable tag: 1.3.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -247,6 +247,10 @@ Dear users, we also recommend you to take a look for this useful plugins - [Word
|
|
247 |
|
248 |
* fixed notices.
|
249 |
|
|
|
|
|
|
|
|
|
250 |
== Wordpress Countdown step by step guide ==
|
251 |
|
252 |
### 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, time counter
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 4.2.3
|
7 |
+
Stable tag: 1.3.3
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
247 |
|
248 |
* fixed notices.
|
249 |
|
250 |
+
= 1.3.3 =
|
251 |
+
|
252 |
+
* Edit admin options.
|
253 |
+
|
254 |
== Wordpress Countdown step by step guide ==
|
255 |
|
256 |
### 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.3.
|
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.3.3
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|