Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.8.8 |
Comparing to | |
See all releases |
Code changes from version 1.8.7 to 1.8.8
- images/featured_plugins/Scroll.png +0 -0
- includes/admin_menu.php +7 -1
- readme.txt +1 -1
- wpdevart-countdown.php +1 -1
images/featured_plugins/Scroll.png
ADDED
Binary file
|
includes/admin_menu.php
CHANGED
@@ -525,7 +525,13 @@ die;
|
|
525 |
'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
|
526 |
'title' => 'WordPress Polls system',
|
527 |
'description' => 'WordPress Polls system is an handy tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
|
528 |
-
),
|
|
|
|
|
|
|
|
|
|
|
|
|
529 |
|
530 |
);
|
531 |
?>
|
525 |
'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
|
526 |
'title' => 'WordPress Polls system',
|
527 |
'description' => 'WordPress Polls system is an handy tool for creating polls and survey forms for your visitors. You can use our polls on widgets, posts and pages.'
|
528 |
+
),
|
529 |
+
'scroll'=>array(
|
530 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/Scroll.png',
|
531 |
+
'site_url' => 'https://wordpress.org/plugins/wp-scroll-2',
|
532 |
+
'title' => 'Scroll To Top',
|
533 |
+
'description' => 'Scroll to top plugin is an simple and nice plugin with the standard scroll settings. You can use it on your website different sides.'
|
534 |
+
),
|
535 |
|
536 |
);
|
537 |
?>
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: http://wpdevart.com/wordpress-countdown-plugin
|
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator, count down, jQuery countdown, animated countdown, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown timer plugin, wordpress 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.7.4
|
7 |
-
Stable tag: 1.8.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator, count down, jQuery countdown, animated countdown, timer, countdown clock, wp countdown timer, event countdown, widget countdown, clock, countdown timer plugin, wordpress 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.7.4
|
7 |
+
Stable tag: 1.8.8
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
wpdevart-countdown.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Countdown Wpdevart
|
4 |
Plugin URI: http://wpdevart.com/wordpress-countdown-plugin/
|
5 |
Description: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
-
Version: 1.8.
|
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: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
+
Version: 1.8.8
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|