Version Description
- Improved premium plugin performance
- Tested with final WordPress 6.1 version
Download this release
Release Info
Developer | iclyde |
Plugin | Duplicate Post |
Version | 1.3.4 |
Comparing to | |
See all releases |
Code changes from version 1.3.3 to 1.3.4
- copy-delete-posts.php +2 -2
- readme.txt +8 -5
copy-delete-posts.php
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
* Plugin Name: Copy & Delete Posts
|
5 |
* Plugin URI: https://copy-delete-posts.com
|
6 |
* Description: The best solution to easily make duplicates of your posts & pages, and delete them in one go.
|
7 |
-
* Version: 1.3.
|
8 |
* Author: Copy Delete Posts
|
9 |
* Author URI: https://copy-delete-posts.com/
|
10 |
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
@@ -30,7 +30,7 @@ analyst_init(array(
|
|
30 |
* @since 1.0.0
|
31 |
*/
|
32 |
// Plugin constants
|
33 |
-
define('CDP_VERSION', '1.3.
|
34 |
define('CDP_WP_VERSION', get_bloginfo('version'));
|
35 |
define('CDP_SCRIPT_DEBUG', false);
|
36 |
define('CDP_ROOT_DIR', __DIR__);
|
4 |
* Plugin Name: Copy & Delete Posts
|
5 |
* Plugin URI: https://copy-delete-posts.com
|
6 |
* Description: The best solution to easily make duplicates of your posts & pages, and delete them in one go.
|
7 |
+
* Version: 1.3.4
|
8 |
* Author: Copy Delete Posts
|
9 |
* Author URI: https://copy-delete-posts.com/
|
10 |
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
|
30 |
* @since 1.0.0
|
31 |
*/
|
32 |
// Plugin constants
|
33 |
+
define('CDP_VERSION', '1.3.4');
|
34 |
define('CDP_WP_VERSION', get_bloginfo('version'));
|
35 |
define('CDP_SCRIPT_DEBUG', false);
|
36 |
define('CDP_ROOT_DIR', __DIR__);
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ 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: 6.1
|
6 |
-
Stable tag: 1.3.
|
7 |
License: GPLv3
|
8 |
Requires PHP: 5.6
|
9 |
|
@@ -176,6 +176,10 @@ Vietnamese: [Sao chép bài đăng, sao chép trang, sao chép bài đăng tùy
|
|
176 |
8. Copy from Gutenberg editor
|
177 |
|
178 |
== Changelog ==
|
|
|
|
|
|
|
|
|
179 |
= 1.3.3 =
|
180 |
* Tested with WordPress 6.1-RC5 + Multisite
|
181 |
* Fully tested on PHP 7.4, 8.0, 8.1
|
@@ -369,7 +373,6 @@ Vietnamese: [Sao chép bài đăng, sao chép trang, sao chép bài đăng tùy
|
|
369 |
* Initial release
|
370 |
|
371 |
== Upgrade Notice ==
|
372 |
-
= 1.3.
|
373 |
-
*
|
374 |
-
*
|
375 |
-
* Removed function that could cause conflicts
|
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: 6.1
|
6 |
+
Stable tag: 1.3.4
|
7 |
License: GPLv3
|
8 |
Requires PHP: 5.6
|
9 |
|
176 |
8. Copy from Gutenberg editor
|
177 |
|
178 |
== Changelog ==
|
179 |
+
= 1.3.4 =
|
180 |
+
* Improved premium plugin performance
|
181 |
+
* Tested with final WordPress 6.1 version
|
182 |
+
|
183 |
= 1.3.3 =
|
184 |
* Tested with WordPress 6.1-RC5 + Multisite
|
185 |
* Fully tested on PHP 7.4, 8.0, 8.1
|
373 |
* Initial release
|
374 |
|
375 |
== Upgrade Notice ==
|
376 |
+
= 1.3.4 =
|
377 |
+
* Improved premium plugin performance
|
378 |
+
* Tested with final WordPress 6.1 version
|
|