Delete Duplicate Posts - Version 4.4.1

Version Description

  • 2020/05/03
  • Fixing bug in install routines
  • 219,984 downloads
Download this release

Release Info

Developer cleverplugins
Plugin Icon 128x128 Delete Duplicate Posts
Version 4.4.1
Comparing to
See all releases

Code changes from version 4.4 to 4.4.1

Files changed (2) hide show
  1. delete-duplicate-posts.php +4 -4
  2. readme.txt +6 -1
delete-duplicate-posts.php CHANGED
@@ -5,7 +5,7 @@ Plugin Name: Delete Duplicate Posts
5
  Plugin Script: delete-duplicate-posts.php
6
  Plugin URI: https://cleverplugins.com
7
  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.
8
- Version: 4.4
9
  Author: cleverplugins.com
10
  Author URI: https://cleverplugins.com
11
  Min WP Version: 4.7
@@ -578,10 +578,10 @@ if ( !class_exists( 'Delete_Duplicate_Posts' ) ) {
578
  dbDelta( $sql );
579
  }
580
 
581
- $options = $this->get_options();
582
- $this->save_options( $options );
583
  wp_clear_scheduled_hook( 'ddp_cron' );
584
- $this->log( __( 'Plugin activated.', 'delete-duplicate-posts' ) );
585
  }
586
 
587
  /**
5
  Plugin Script: delete-duplicate-posts.php
6
  Plugin URI: https://cleverplugins.com
7
  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.
8
+ Version: 4.4.1
9
  Author: cleverplugins.com
10
  Author URI: https://cleverplugins.com
11
  Min WP Version: 4.7
578
  dbDelta( $sql );
579
  }
580
 
581
+ $options = self::get_options();
582
+ self::save_options( $options );
583
  wp_clear_scheduled_hook( 'ddp_cron' );
584
+ self::log( __( 'Plugin activated.', 'delete-duplicate-posts' ) );
585
  }
586
 
587
  /**
readme.txt CHANGED
@@ -5,7 +5,7 @@ License: GPLv2 or later
5
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
6
  Requires at least: 4.7
7
  Tested up to: 5.4.1
8
- Stable tag: 4.4
9
  Requires PHP: 5.6
10
 
11
  Get rid of duplicate posts and pages on your blog!
@@ -41,6 +41,11 @@ You should restore the backup you took of your website before you ran this tool.
41
 
42
  == Changelog ==
43
 
 
 
 
 
 
44
  = 4.4 =
45
  * 2020/05/02
46
  * Tested up to WP 5.4.1
5
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
6
  Requires at least: 4.7
7
  Tested up to: 5.4.1
8
+ Stable tag: 4.4.1
9
  Requires PHP: 5.6
10
 
11
  Get rid of duplicate posts and pages on your blog!
41
 
42
  == Changelog ==
43
 
44
+ = 4.4.1 =
45
+ * 2020/05/03
46
+ * Fixing bug in install routines
47
+ * 219,984 downloads
48
+
49
  = 4.4 =
50
  * 2020/05/02
51
  * Tested up to WP 5.4.1