Duplicate Post - Version 1.2.6

Version Description

  • Tested with WordPress 5.9-RC1
  • Updated tooltips
Download this release

Release Info

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

Code changes from version 1.2.5 to 1.2.6

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.5
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.5');
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.6
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.6');
34
  define('CDP_WP_VERSION', get_bloginfo('version'));
35
  define('CDP_SCRIPT_DEBUG', false);
36
  define('CDP_ROOT_DIR', __DIR__);
menu/configuration.php CHANGED
@@ -624,7 +624,7 @@ function cdp_configuration() {
624
  <div class="cdp-padding">
625
  <div class="cdp-backup-alert cdp-f-s-20 cdp-f-w-light">
626
  <?php _e('Before you delete anything here (which cannot be undone!) we <b class="cdp-f-w-bold">strongly suggest</b><br />
627
- that you create a backup, for example with <a href="https://wordpress.org/plugins/wp-clone-by-wp-academy/" target="_blank">this plugin</a>', 'copy-delete-posts'); ?>
628
  </div>
629
  <div class="cdp-cf cdp-tab-list">
630
  <div class="cdp-left cdp-tab-element cdp-tab-active" data-box="cdp-tabox-manual">
624
  <div class="cdp-padding">
625
  <div class="cdp-backup-alert cdp-f-s-20 cdp-f-w-light">
626
  <?php _e('Before you delete anything here (which cannot be undone!) we <b class="cdp-f-w-bold">strongly suggest</b><br />
627
+ that you create a backup, for example with <a href="https://wordpress.org/plugins/backup-backup/" target="_blank">this plugin</a>', 'copy-delete-posts'); ?>
628
  </div>
629
  <div class="cdp-cf cdp-tab-list">
630
  <div class="cdp-left cdp-tab-element cdp-tab-active" data-box="cdp-tabox-manual">
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
@@ -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.8.2
6
- Stable tag: 1.2.5
7
  License: GPLv3
8
  Requires PHP: 5.6
9
 
@@ -151,6 +151,10 @@ Copy Delete Posts WordPress plugin doesn’t store any site visitor information
151
 
152
  == Changelog ==
153
 
 
 
 
 
154
  = 1.2.5 =
155
  * Removed deactivation module
156
 
@@ -275,5 +279,6 @@ Copy Delete Posts WordPress plugin doesn’t store any site visitor information
275
  * Initial release
276
 
277
  == Upgrade Notice ==
278
- = 1.2.5 =
279
- * Removed deactivation module
 
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.9
6
+ Stable tag: 1.2.6
7
  License: GPLv3
8
  Requires PHP: 5.6
9
 
151
 
152
  == Changelog ==
153
 
154
+ = 1.2.6 =
155
+ * Tested with WordPress 5.9-RC1
156
+ * Updated tooltips
157
+
158
  = 1.2.5 =
159
  * Removed deactivation module
160
 
279
  * Initial release
280
 
281
  == Upgrade Notice ==
282
+ = 1.2.6 =
283
+ * Tested with WordPress 5.9-RC1
284
+ * Updated tooltips