File tree Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Expand file tree Collapse file tree 1 file changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,26 @@ In any case, passing the checks in this tool likely helps to achieve a smooth pl
68
68
69
69
== Changelog ==
70
70
71
+ = 1.6.0 =
72
+
73
+ * Enhancement - Support strict output format for CLI commands.
74
+ * Enhancement - Improve check for donate link in readme.
75
+ * Enhancement - Improve info check in Version utils.
76
+ * Enhancement - Improve URL validation for plugin header fields.
77
+ * Enhancement - Improve ruleset files.
78
+ * Enhancement - Increased severity for invalid plugin uri domain and plugin description checks in plugin header.
79
+ * Enhancement - Remove CallTimePassByReference as it's deprecated rule.
80
+ * Enhancement - Disallow special characters in textdomain.
81
+ * Enhancement - Imported readme parser for preventing conflicts with wordpress.org. Use dotorg readme parser if available.
82
+ * Enhancement - Discourage the use of `load_plugin_textdomain` found in plugins as it's not necessary in wordpress.org.
83
+ * Enhancement - Upgrade severity for missing readme headers.
84
+ * Enhancement - Show tested up to minor check only when it is current major version.
85
+ * Enhancement - Added link in plugins page to run the plugin check.
86
+ * Fix - Dynamic WP Content folder.
87
+ * Fix - Fix test for special chars in file names giving problems to users after clone.
88
+ * Fix - Remove Image_Functions_Check as they were making false positives.
89
+ * Fix - Prevent WordPress version 10+ from being flagged as an error in the "Tested up to" check.
90
+
71
91
= 1.5.0 =
72
92
73
93
* Enhancement - Improve url validation to check duplicate protocol.
You can’t perform that action at this time.
0 commit comments