Version Description
- Banner fixes
Download this release
Release Info
Developer | iclyde |
Plugin | Duplicate Post |
Version | 1.1.7 |
Comparing to | |
See all releases |
Code changes from version 1.1.6 to 1.1.7
- copy-delete-posts.php +2 -2
- modules/review/review.php +5 -5
- readme.txt +10 -6
copy-delete-posts.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
* Plugin Name: Copy & Delete Posts
|
4 |
* Plugin URI: https://copy-delete-posts.com
|
5 |
* Description: The best solution to easily make duplicates of your posts & pages, and delete them in one go.
|
6 |
-
* Version: 1.1.
|
7 |
* Author: Copy Delete Posts
|
8 |
* Author URI: https://copy-delete-posts.com/
|
9 |
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
@@ -31,7 +31,7 @@ if (!defined('ABSPATH')) exit;
|
|
31 |
*/
|
32 |
|
33 |
// Plugin constants
|
34 |
-
define('CDP_VERSION', '1.1.
|
35 |
define('CDP_WP_VERSION', get_bloginfo('version'));
|
36 |
define('CDP_SCRIPT_DEBUG', false);
|
37 |
define('CDP_ROOT_DIR', __DIR__);
|
3 |
* Plugin Name: Copy & Delete Posts
|
4 |
* Plugin URI: https://copy-delete-posts.com
|
5 |
* Description: The best solution to easily make duplicates of your posts & pages, and delete them in one go.
|
6 |
+
* Version: 1.1.7
|
7 |
* Author: Copy Delete Posts
|
8 |
* Author URI: https://copy-delete-posts.com/
|
9 |
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
31 |
*/
|
32 |
|
33 |
// Plugin constants
|
34 |
+
define('CDP_VERSION', '1.1.7');
|
35 |
define('CDP_WP_VERSION', get_bloginfo('version'));
|
36 |
define('CDP_SCRIPT_DEBUG', false);
|
37 |
define('CDP_ROOT_DIR', __DIR__);
|
modules/review/review.php
CHANGED
@@ -30,11 +30,11 @@
|
|
30 |
private $name; // Name displayed in banner
|
31 |
private $days; // Days displayed in banner
|
32 |
private $minutes; // Minutes displayed in banner
|
33 |
-
private $debug =
|
34 |
-
|
35 |
-
private $minimum_time = (3 * 60); // Minimum time required to display (in seconds)
|
36 |
-
private $remind_time = '+
|
37 |
-
private $time_between = '+
|
38 |
|
39 |
/**
|
40 |
* Local URLs
|
30 |
private $name; // Name displayed in banner
|
31 |
private $days; // Days displayed in banner
|
32 |
private $minutes; // Minutes displayed in banner
|
33 |
+
private $debug = false; // If true it will display minutes
|
34 |
+
private $minimum_time = (30 * 24 * 60 * 60); // Minimum time required to display (in seconds)
|
35 |
+
// private $minimum_time = (3 * 60); // Minimum time required to display (in seconds)
|
36 |
+
private $remind_time = '+14 days'; // Time when banner will be reminded
|
37 |
+
private $time_between = '+2 days'; // Time when new banner can be displayed
|
38 |
|
39 |
/**
|
40 |
* Local URLs
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: CopyDeletePosts, copydelete
|
3 |
Tags: Duplicate post, Copy posts, Copy pages, Duplicate posts, Duplicate pages, Clone posts, Clone pages, Delete posts, Delete pages, Duplicator, copy post, copy page
|
4 |
Requires at least: 4.6
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv3
|
8 |
Requires PHP: 5.6
|
9 |
|
@@ -11,6 +11,8 @@ Duplicate post
|
|
11 |
|
12 |
== Description ==
|
13 |
|
|
|
|
|
14 |
Massively increase your WordPress productivity!
|
15 |
|
16 |
Copy Page plugin makes it super-easy to duplicate pages or copy posts - and delete them again!
|
@@ -84,6 +86,7 @@ The free Copy Page plugin offers a lot of options - if you want even more option
|
|
84 |
|
85 |
Just try it out! You'll love it :)
|
86 |
|
|
|
87 |
|
88 |
== Installation ==
|
89 |
|
@@ -147,6 +150,9 @@ Copy Delete Posts WordPress plugin doesn’t store any site visitor information
|
|
147 |
|
148 |
== Changelog ==
|
149 |
|
|
|
|
|
|
|
150 |
= 1.1.6 =
|
151 |
* Tested up to WordPress 5.7
|
152 |
* Fixed few notices in PHP 8
|
@@ -230,7 +236,5 @@ Copy Delete Posts WordPress plugin doesn’t store any site visitor information
|
|
230 |
* Initial release
|
231 |
|
232 |
== Upgrade Notice ==
|
233 |
-
= 1.1.
|
234 |
-
*
|
235 |
-
* Fixed few notices in PHP 8
|
236 |
-
* Updated review banner
|
2 |
Contributors: CopyDeletePosts, copydelete
|
3 |
Tags: Duplicate post, Copy posts, Copy pages, Duplicate posts, Duplicate pages, Clone posts, Clone pages, Delete posts, Delete pages, Duplicator, copy post, copy page
|
4 |
Requires at least: 4.6
|
5 |
+
Tested up to: 5.8
|
6 |
+
Stable tag: 1.1.7
|
7 |
License: GPLv3
|
8 |
Requires PHP: 5.6
|
9 |
|
11 |
|
12 |
== Description ==
|
13 |
|
14 |
+
**Try it out on your free dummy site: Click here => [https://tastewp.com/plugins/copy-delete-posts](https://tastewp.com/plugins/copy-delete-posts?redirect-menu=copy-delete-posts)**.
|
15 |
+
|
16 |
Massively increase your WordPress productivity!
|
17 |
|
18 |
Copy Page plugin makes it super-easy to duplicate pages or copy posts - and delete them again!
|
86 |
|
87 |
Just try it out! You'll love it :)
|
88 |
|
89 |
+
This plugin is part of the Inisev product family - [check out our other products](https://inisev.com).
|
90 |
|
91 |
== Installation ==
|
92 |
|
150 |
|
151 |
== Changelog ==
|
152 |
|
153 |
+
= 1.1.7 =
|
154 |
+
* Banner fixes
|
155 |
+
|
156 |
= 1.1.6 =
|
157 |
* Tested up to WordPress 5.7
|
158 |
* Fixed few notices in PHP 8
|
236 |
* Initial release
|
237 |
|
238 |
== Upgrade Notice ==
|
239 |
+
= 1.1.7 =
|
240 |
+
* Banner fixes
|
|
|
|