Delete Duplicate Posts - Version 4.1.9.1

Version Description

  • Fix missing 3rd party scripts.
Download this release

Release Info

Developer lkoudal
Plugin Icon 128x128 Delete Duplicate Posts
Version 4.1.9.1
Comparing to
See all releases

Code changes from version 4.1.9 to 4.1.9.1

Files changed (2) hide show
  1. delete-duplicate-posts.php +4 -1
  2. readme.txt +4 -1
delete-duplicate-posts.php CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Delete Duplicate Posts
4
  Plugin Script: delete-duplicate-posts.php
5
  Plugin URI: https://cleverplugins.com
6
  Description: Remove duplicate blogposts on your blog! Searches and removes duplicate posts and their post meta tags. You can delete posts, pages and other Custom Post Types enabled on your website.
7
- Version: 4.1.9
8
  Author: cleverplugins.com
9
  Author URI: https://cleverplugins.com
10
  Min WP Version: 4.3
@@ -14,6 +14,9 @@ Domain Path: /languages
14
 
15
  == Changelog ==
16
 
 
 
 
17
  = 4.1.9 =
18
  * Optimized delete routines - Thank you Claire and Vaclav :-) Up to 20-30% faster deleting.
19
  * Added timing functions so you can see how long it takes to delete in the log.
4
  Plugin Script: delete-duplicate-posts.php
5
  Plugin URI: https://cleverplugins.com
6
  Description: Remove duplicate blogposts on your blog! Searches and removes duplicate posts and their post meta tags. You can delete posts, pages and other Custom Post Types enabled on your website.
7
+ Version: 4.1.9.1
8
  Author: cleverplugins.com
9
  Author URI: https://cleverplugins.com
10
  Min WP Version: 4.3
14
 
15
  == Changelog ==
16
 
17
+ = 4.1.9.1 =
18
+ * Fix missing 3rd party scripts.
19
+
20
  = 4.1.9 =
21
  * Optimized delete routines - Thank you Claire and Vaclav :-) Up to 20-30% faster deleting.
22
  * Added timing functions so you can see how long it takes to delete in the log.
readme.txt CHANGED
@@ -4,7 +4,7 @@ Tags: delete duplicate posts, delete duplicate,
4
  Donate link: https://cleverplugins.com
5
  Requires at least: 4.3
6
  Tested up to: 4.8.2
7
- Stable tag: 4.1.9
8
  Requires PHP: 5.6
9
 
10
 
@@ -38,6 +38,9 @@ You should restore the backup you took of your website before you ran this tool.
38
 
39
  == Changelog ==
40
 
 
 
 
41
  = 4.1.9 =
42
  * Optimized delete routines - Thank you Claire and Vaclav :-) Up to 20-30% faster deleting.
43
  * Added timing functions so you can see how long it takes to delete in the log.
4
  Donate link: https://cleverplugins.com
5
  Requires at least: 4.3
6
  Tested up to: 4.8.2
7
+ Stable tag: 4.1.9.1
8
  Requires PHP: 5.6
9
 
10
 
38
 
39
  == Changelog ==
40
 
41
+ = 4.1.9.1 =
42
+ * Fix missing 3rd party scripts.
43
+
44
  = 4.1.9 =
45
  * Optimized delete routines - Thank you Claire and Vaclav :-) Up to 20-30% faster deleting.
46
  * Added timing functions so you can see how long it takes to delete in the log.