Changeset 2754074
- Timestamp:
- 07/09/2022 04:23:18 PM (4 years ago)
- Location:
- serious-duplicated-terms/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (3 diffs)
-
serious-duplicated-terms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
serious-duplicated-terms/trunk/README.txt
r2274282 r2754074 1 1 === Serious Duplicated Terms === 2 2 Contributors: softmodeling, seriouswp 3 Tags: terms, taxonomy, duplicates, category, tag, merge, optimization , cleaning3 Tags: terms, taxonomy, duplicates, category, tag, merge, optimization 4 4 Requires at least: 4.3 5 Tested up to: 5.45 Tested up to: 6.0 6 6 Requires PHP: 5.6 7 7 Stable tag: trunk … … 62 62 == Changelog == 63 63 64 = 1.1.3 = 65 * Tested with WordPress 6.0 66 64 67 = 1.1.2 = 65 68 * Tested with WordPress 5.4 … … 77 80 == Upgrade Notice == 78 81 82 = 1.1.3 = 83 * Tested with WordPress 6.0 84 79 85 = 1.1.2 = 80 86 * Tested with WordPress 5.4 -
serious-duplicated-terms/trunk/serious-duplicated-terms.php
r2274282 r2754074 16 16 * Plugin Name: Serious Duplicated Terms 17 17 * Plugin URI: https://wordpress.org/plugins/serious-duplicated-terms 18 * Description: Flagging and blocking toxic comments from your site19 * Version: 1.1. 218 * Description: Merge duplicated tags and categories to simplify and better organize your site navigation 19 * Version: 1.1.3 20 20 * Author: Jordi Cabot 21 21 * Author URI: https://seriouswp.com … … 45 45 * Rename this for your plugin and update it as you release new versions. 46 46 */ 47 define( 'SERIOUS_DUPLICATED_TERMS', '1.1. 2' );47 define( 'SERIOUS_DUPLICATED_TERMS', '1.1.3' ); 48 48 49 49 /**
Note: See TracChangeset
for help on using the changeset viewer.