Plugin Directory

Changeset 2274282


Ignore:
Timestamp:
04/02/2020 05:46:22 PM (6 years ago)
Author:
softmodeling
Message:

Tested up to 5.4

Location:
serious-duplicated-terms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • serious-duplicated-terms/trunk/README.txt

    r2080889 r2274282  
    11=== Serious Duplicated Terms ===
    22Contributors: softmodeling, seriouswp
    3 Tags: terms, taxonomy, duplicates, category, tag, merge
     3Tags: terms, taxonomy, duplicates, category, tag, merge, optimization, cleaning
    44Requires at least: 4.3
    5 Tested up to: 5.1
     5Tested up to: 5.4
    66Requires PHP: 5.6
    77Stable tag: trunk
     
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
    1010
    11 Merge duplicated tags and categories to better organize the content of your site
     11Merge duplicated tags and categories to simplify and better organize the content and navigation of your site
    1212
    1313== Description ==
     
    6262== Changelog ==
    6363
     64= 1.1.2 =
     65* Tested with WordPress 5.4
     66
    6467= 1.1.1 =
    6568* Cleaned error messages
     
    7477== Upgrade Notice ==
    7578
     79= 1.1.2 =
     80* Tested with WordPress 5.4
     81
    7682= 1.1 =
    7783* Now you can reduce the number of false positives in large sites by enforcing equal names in the detection of duplicates
  • serious-duplicated-terms/trunk/serious-duplicated-terms.php

    r2083034 r2274282  
    1616 * Plugin Name:       Serious Duplicated Terms
    1717 * Plugin URI:        https://wordpress.org/plugins/serious-duplicated-terms
    18  * Description:       Finding and merging quasi-duplicated terms
    19  * Version:           1.1.1
     18 * Description:       Flagging and blocking toxic comments from your site
     19 * Version:           1.1.2
    2020 * Author:            Jordi Cabot
    2121 * Author URI:        https://seriouswp.com
     
    4545 * Rename this for your plugin and update it as you release new versions.
    4646 */
    47 define( 'SERIOUS_DUPLICATED_TERMS', '1.1.1' );
     47define( 'SERIOUS_DUPLICATED_TERMS', '1.1.2' );
    4848
    4949/**
Note: See TracChangeset for help on using the changeset viewer.