Version Description
- Added another featured plugin.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 2.2.8 |
Comparing to | |
See all releases |
Code changes from version 2.2.7 to 2.2.8
- includes/admin_menu.php +6 -0
- readme.txt +5 -1
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -654,6 +654,12 @@ die;
|
|
654 |
'title' => 'Social Like Box',
|
655 |
'description' => 'Facebook like box plugin will help you to display Facebook like box on your website, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
|
656 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
657 |
'poll'=>array(
|
658 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
659 |
'site_url' => 'https://wpdevart.com/wordpress-polls-plugin',
|
654 |
'title' => 'Social Like Box',
|
655 |
'description' => 'Facebook like box plugin will help you to display Facebook like box on your website, just add Facebook Like box widget to sidebar or insert it into posts/pages and use it.'
|
656 |
),
|
657 |
+
'vertical_menu'=>array(
|
658 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/Vertical-menu.png',
|
659 |
+
'site_url' => 'https://wpdevart.com/wordpress-vertical-menu-plugin/',
|
660 |
+
'title' => 'WordPress Vertical Menu',
|
661 |
+
'description' => 'WordPress Vertical Menu is a handy tool for adding nice vertical menus. You can add icons for your website vertical menus using our plugin.'
|
662 |
+
),
|
663 |
'poll'=>array(
|
664 |
'image_url' => $this->plugin_url.'images/featured_plugins/poll.png',
|
665 |
'site_url' => 'https://wpdevart.com/wordpress-polls-plugin',
|
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
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 5.7
|
7 |
-
Stable tag: 2.2.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -550,6 +550,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
|
|
550 |
|
551 |
* Added an organization chart plugin to the featured plugins list.
|
552 |
|
|
|
|
|
|
|
|
|
553 |
== Step by step guide ==
|
554 |
|
555 |
### Options
|
4 |
Tags: countdown, countdown widget, countdown timer, countdown system, countdown generator
|
5 |
Requires at least: 3.3.0
|
6 |
Tested up to: 5.7
|
7 |
+
Stable tag: 2.2.8
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
550 |
|
551 |
* Added an organization chart plugin to the featured plugins list.
|
552 |
|
553 |
+
= 2.2.8 =
|
554 |
+
|
555 |
+
* Added another featured plugin.
|
556 |
+
|
557 |
== Step by step guide ==
|
558 |
|
559 |
### 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: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
-
Version: 2.2.
|
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: 2.2.8
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|