Version Description
- Changed featured plugins list.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 2.1.3 |
Comparing to | |
See all releases |
Code changes from version 2.1.2 to 2.1.3
- includes/admin_menu.php +6 -0
- readme.txt +6 -2
- wpdevart-countdown.php +1 -1
includes/admin_menu.php
CHANGED
@@ -563,6 +563,12 @@ die;
|
|
563 |
/*############################### Featured plugins function ########################################*/
|
564 |
public function featured_plugins(){
|
565 |
$plugins_array=array(
|
|
|
|
|
|
|
|
|
|
|
|
|
566 |
'gallery_album'=>array(
|
567 |
'image_url' => $this->plugin_url.'images/featured_plugins/gallery-album-icon.png',
|
568 |
'site_url' => 'http://wpdevart.com/wordpress-gallery-plugin',
|
563 |
/*############################### Featured plugins function ########################################*/
|
564 |
public function featured_plugins(){
|
565 |
$plugins_array=array(
|
566 |
+
'Countdown_Extended'=>array(
|
567 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/icon-128x128.png',
|
568 |
+
'site_url' => 'https://wpdevart.com/wordpress-countdown-extended-version/',
|
569 |
+
'title' => 'WordPress Countdown Extended',
|
570 |
+
'description' => 'WordPress Countdown Extended (CountUp, WooCommerce Sales Timer) is a great tool. You can easily create countdown and countup timers for WordPress your website.'
|
571 |
+
),
|
572 |
'gallery_album'=>array(
|
573 |
'image_url' => $this->plugin_url.'images/featured_plugins/gallery-album-icon.png',
|
574 |
'site_url' => 'http://wpdevart.com/wordpress-gallery-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.
|
7 |
-
Stable tag: 2.1.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -490,6 +490,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
|
|
490 |
|
491 |
* Added featured plugin.
|
492 |
|
|
|
|
|
|
|
|
|
493 |
== Step by step guide ==
|
494 |
|
495 |
### 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.4
|
7 |
+
Stable tag: 2.1.3
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
490 |
|
491 |
* Added featured plugin.
|
492 |
|
493 |
+
= 2.1.3 =
|
494 |
+
|
495 |
+
* Changed featured plugins list.
|
496 |
+
|
497 |
== Step by step guide ==
|
498 |
|
499 |
### 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.3
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|