Version Description
- Duplicate page plugin added to the featured plugins list.
=
Download this release
Release Info
Developer | wpdevart |
Plugin | Countdown Timer – Widget Countdown |
Version | 2.3.1 |
Comparing to | |
See all releases |
Code changes from version 2.3.0 to 2.3.1
- images/featured_plugins/featured-duplicate.png +0 -0
- includes/admin_menu.php +6 -0
- readme.txt +5 -1
- wpdevart-countdown.php +1 -1
images/featured_plugins/featured-duplicate.png
ADDED
Binary file
|
includes/admin_menu.php
CHANGED
@@ -666,6 +666,12 @@ die;
|
|
666 |
'title' => 'WordPress Polls system',
|
667 |
'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.'
|
668 |
),
|
|
|
|
|
|
|
|
|
|
|
|
|
669 |
|
670 |
|
671 |
);
|
666 |
'title' => 'WordPress Polls system',
|
667 |
'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.'
|
668 |
),
|
669 |
+
'duplicate_page'=>array(
|
670 |
+
'image_url' => $this->plugin_url.'images/featured_plugins/featured-duplicate.png',
|
671 |
+
'site_url' => 'https://wpdevart.com/wordpress-duplicate-page-plugin-easily-clone-posts-and-pages/',
|
672 |
+
'title' => 'WordPress Duplicate page',
|
673 |
+
'description' => 'Duplicate Page or Post is a great tool that allows duplicating pages and posts. Now you can do it with one click.'
|
674 |
+
),
|
675 |
|
676 |
|
677 |
);
|
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.1
|
7 |
-
Stable tag: 2.3.
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
@@ -562,6 +562,10 @@ Yes dear users, you need to pay only one time for pro version, it's lifetime pla
|
|
562 |
|
563 |
* New translation language files added.
|
564 |
|
|
|
|
|
|
|
|
|
565 |
== Step by step guide ==
|
566 |
|
567 |
### 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.1
|
7 |
+
Stable tag: 2.3.1
|
8 |
License: GPLv3
|
9 |
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
10 |
|
562 |
|
563 |
* New translation language files added.
|
564 |
|
565 |
+
= 2.3.1 =
|
566 |
+
|
567 |
+
* Duplicate page plugin added to the featured plugins list.
|
568 |
+
|
569 |
== Step by step guide ==
|
570 |
|
571 |
### 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.3.
|
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.3.1
|
7 |
Author: wpdevart
|
8 |
Author URI: http://wpdevart.com
|
9 |
License: GPL3 http://www.gnu.org/licenses/gpl-3.0.html
|