Version Description
- Added featured plugin.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 2.1.2 |
Comparing to | |
See all releases |
Code changes from version 2.1.1 to 2.1.2
- images/featured_plugins/Pricing-table.png +0 -0
- includes/admin_menu.php +7 -1
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
images/featured_plugins/Pricing-table.png
ADDED
Binary file
|
includes/admin_menu.php
CHANGED
@@ -586,7 +586,13 @@ die;
|
|
586 |
'site_url' => 'http://wpdevart.com/wordpress-booking-calendar-plugin/',
|
587 |
'title' => 'WordPress Booking Calendar',
|
588 |
'description' => 'WordPress Booking Calendar plugin is an awesome tool to create a booking system for your website. Create booking calendars in a few minutes.'
|
589 |
-
),
|
|
|
|
|
|
|
|
|
|
|
|
|
590 |
'youtube'=>array(
|
591 |
'image_url' => $this->plugin_url.'images/featured_plugins/youtube.png',
|
592 |
'site_url' => 'http://wpdevart.com/wordpress-youtube-embed-plugin',
|
586 |
'site_url' => 'http://wpdevart.com/wordpress-booking-calendar-plugin/',
|
587 |
'title' => 'WordPress Booking Calendar',
|
588 |
'description' => 'WordPress Booking Calendar plugin is an awesome tool to create a booking system for your website. Create booking calendars in a few minutes.'
|
589 |
+
),
|
590 |
+
'Pricing Table'=>array(
|
591 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/Pricing-table.png',
|
592 |
+
'site_url' => 'https://wpdevart.com/wordpress-pricing-table-plugin/',
|
593 |
+
'title' => 'WordPress Pricing Table',
|
594 |
+
'description' => 'WordPress Pricing Table plugin is a nice tool for creating beautiful pricing tables. Use WpDevArt pricing table themes and create tables just in a few minutes.'
|
595 |
+
),
|
596 |
'youtube'=>array(
|
597 |
'image_url' => $this->plugin_url.'images/featured_plugins/youtube.png',
|
598 |
'site_url' => 'http://wpdevart.com/wordpress-youtube-embed-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
|
5 |
Requires at least: 3.3.0
|
6 |
-
Tested up to: 5.3.
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -486,6 +486,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
|
|
486 |
|
487 |
* Edit plugin admin panel.
|
488 |
|
|
|
|
|
|
|
|
|
489 |
== Step by step guide ==
|
490 |
|
491 |
### Options
|
3 |
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.3.2
|
7 |
+
Stable tag: 2.1.2
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
486 |
|
487 |
* Edit plugin admin panel.
|
488 |
|
489 |
+
= 2.1.2 =
|
490 |
+
|
491 |
+
* Added featured plugin.
|
492 |
+
|
493 |
== Step by step guide ==
|
494 |
|
495 |
### 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.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: Countdown plugin is an nice tool to create and insert countdown timers into your posts/pages and widgets .
|
6 |
+
Version: 2.1.2
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|