Version Description
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 1.9.5 |
Comparing to | |
See all releases |
Code changes from version 1.9.4 to 1.9.5
- images/featured_plugins/Vertical-menu.png +0 -0
- includes/admin_menu.php +6 -0
- readme.txt +2 -2
- wpdevart-countdown.php +1 -1
images/featured_plugins/Vertical-menu.png
ADDED
Binary file
|
includes/admin_menu.php
CHANGED
@@ -538,6 +538,12 @@ die;
|
|
538 |
'title' => 'Facebook Like Box',
|
539 |
'description' => 'Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
|
540 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
'poll'=>array(
|
542 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
543 |
'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
|
538 |
'title' => 'Facebook Like Box',
|
539 |
'description' => 'Facebook like box plugin will help you to display Facebook like box on your wesite, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
|
540 |
),
|
541 |
+
'vertical-menu'=>array(
|
542 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/Vertical-menu.png',
|
543 |
+
'site_url' => 'http://wpdevart.com/wordpress-vertical-menu-plugin',
|
544 |
+
'title' => 'WordPress Vertical Menu',
|
545 |
+
'description' => 'WordPress Responsive Vertical Icon Menu plugin is an nice and simple plugin for showing your menu in widget.'
|
546 |
+
),
|
547 |
'poll'=>array(
|
548 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
549 |
'site_url' => 'http://wpdevart.com/wordpress-polls-plugin',
|
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: wpdevart
|
|
3 |
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.9.
|
7 |
-
Stable tag: 1.9.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
3 |
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.9.2
|
7 |
+
Stable tag: 1.9.5
|
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.9.
|
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.9.5
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|