Changeset 2274282
- Timestamp:
- 04/02/2020 05:46:22 PM (6 years ago)
- Location:
- serious-duplicated-terms/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (4 diffs)
-
serious-duplicated-terms.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
serious-duplicated-terms/trunk/README.txt
r2080889 r2274282 1 1 === Serious Duplicated Terms === 2 2 Contributors: softmodeling, seriouswp 3 Tags: terms, taxonomy, duplicates, category, tag, merge 3 Tags: terms, taxonomy, duplicates, category, tag, merge, optimization, cleaning 4 4 Requires at least: 4.3 5 Tested up to: 5. 15 Tested up to: 5.4 6 6 Requires PHP: 5.6 7 7 Stable tag: trunk … … 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Merge duplicated tags and categories to better organize the contentof your site11 Merge duplicated tags and categories to simplify and better organize the content and navigation of your site 12 12 13 13 == Description == … … 62 62 == Changelog == 63 63 64 = 1.1.2 = 65 * Tested with WordPress 5.4 66 64 67 = 1.1.1 = 65 68 * Cleaned error messages … … 74 77 == Upgrade Notice == 75 78 79 = 1.1.2 = 80 * Tested with WordPress 5.4 81 76 82 = 1.1 = 77 83 * 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 16 16 * Plugin Name: Serious Duplicated Terms 17 17 * Plugin URI: https://wordpress.org/plugins/serious-duplicated-terms 18 * Description: F inding and merging quasi-duplicated terms19 * Version: 1.1. 118 * Description: Flagging and blocking toxic comments from your site 19 * Version: 1.1.2 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. 1' );47 define( 'SERIOUS_DUPLICATED_TERMS', '1.1.2' ); 48 48 49 49 /**
Note: See TracChangeset
for help on using the changeset viewer.