Duplicate Post - Version 1.2.1

Version Description

  • Fixed version mishmash
Download this release

Release Info

Developer iclyde
Plugin Icon wp plugin Duplicate Post
Version 1.2.1
Comparing to
See all releases

Code changes from version 1.2.0 to 1.2.1

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.2.0
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.2.0');
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.2.1
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.2.1');
34
  define('CDP_WP_VERSION', get_bloginfo('version'));
35
  define('CDP_SCRIPT_DEBUG', false);
36
  define('CDP_ROOT_DIR', __DIR__);
menu/configuration.php CHANGED
File without changes
menu/modal.php CHANGED
File without changes
menu/tooltips.php CHANGED
File without changes
menu/variables.php CHANGED
File without changes
post/handler.php CHANGED
File without changes
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: 5.8.1
6
- Stable tag: 1.2.0
7
  License: GPLv3
8
  Requires PHP: 5.6
9
 
@@ -151,6 +151,9 @@ Copy Delete Posts WordPress plugin doesn’t store any site visitor information
151
 
152
  == Changelog ==
153
 
 
 
 
154
  = 1.2.0 =
155
  * Alternate CRON for 5.6.1 re-tested
156
  * Adjusted processing function
@@ -255,7 +258,5 @@ Copy Delete Posts WordPress plugin doesn’t store any site visitor information
255
  * Initial release
256
 
257
  == Upgrade Notice ==
258
- = 1.2.0 =
259
- * Alternate CRON for 5.6.1 re-tested
260
- * Adjusted processing function
261
- * Tested copying with broken post content
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.1
6
+ Stable tag: 1.2.1
7
  License: GPLv3
8
  Requires PHP: 5.6
9
 
151
 
152
  == Changelog ==
153
 
154
+ = 1.2.1 =
155
+ * Fixed version mishmash
156
+
157
  = 1.2.0 =
158
  * Alternate CRON for 5.6.1 re-tested
159
  * Adjusted processing function
258
  * Initial release
259
 
260
  == Upgrade Notice ==
261
+ = 1.2.1 =
262
+ * Fixed version mishmash