Plugin Directory

Changeset 2754074


Ignore:
Timestamp:
07/09/2022 04:23:18 PM (4 years ago)
Author:
softmodeling
Message:

Tested up to WP 6.0

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

Legend:

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

    r2274282 r2754074  
    11=== Serious Duplicated Terms ===
    22Contributors: softmodeling, seriouswp
    3 Tags: terms, taxonomy, duplicates, category, tag, merge, optimization, cleaning
     3Tags: terms, taxonomy, duplicates, category, tag, merge, optimization
    44Requires at least: 4.3
    5 Tested up to: 5.4
     5Tested up to: 6.0
    66Requires PHP: 5.6
    77Stable tag: trunk
     
    6262== Changelog ==
    6363
     64= 1.1.3 =
     65* Tested with WordPress 6.0
     66
    6467= 1.1.2 =
    6568* Tested with WordPress 5.4
     
    7780== Upgrade Notice ==
    7881
     82= 1.1.3 =
     83* Tested with WordPress 6.0
     84
    7985= 1.1.2 =
    8086* Tested with WordPress 5.4
  • serious-duplicated-terms/trunk/serious-duplicated-terms.php

    r2274282 r2754074  
    1616 * Plugin Name:       Serious Duplicated Terms
    1717 * Plugin URI:        https://wordpress.org/plugins/serious-duplicated-terms
    18  * Description:       Flagging and blocking toxic comments from your site
    19  * Version:           1.1.2
     18 * Description:       Merge duplicated tags and categories to simplify and better organize your site navigation
     19 * Version:           1.1.3
    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.2' );
     47define( 'SERIOUS_DUPLICATED_TERMS', '1.1.3' );
    4848
    4949/**
Note: See TracChangeset for help on using the changeset viewer.