All notable changes to this project will be documented in this file and formatted via this recommendation.
- Rule "WordPressVIPMinimum.Performance.WPQueryParams" is added as required by Plugin Check Plugin.
- Rule "WordPress.DB.DirectDatabaseQuery.DirectQuery" is not suppressed anymore as required by the Plugin Check Plugin.
- Rule "WordPress.WP.EnqueuedResourceParameters.MissingVersion" is not suppressed anymore as required by Plugin Check Plugin.
- Rule "WordPress.WP.EnqueuedResourceParameters.NoExplicitVersion" is not suppressed anymore as required by Plugin Check Plugin.
- Rule WordPress.WP.EnqueuedResourceParameters.NotInFooter is not suppressed anymore as it is required now by the Plugin Check Plugin.
- Support of WP Coding Standard 3.1.0.
- Function return type broke WPForms.Formatting.EmptyLineBeforeReturn sniff.
- The phpcs did not work locally with PHP 8+.
- Extract _plugin from hook name for main plugin class like Plugin.php.
- Support of WP Coding Standard 3.0.
- Validation of text domains in addons.
- Lowercase classname without namespace.
- Since tag processing.
- Expected domain calculation for dirs not specified in the ValidateDomain property.
- Fix expected domain calculation for the same dir where phpcs.xml is.
- Respect PhpDoc comments in switch statement.
- Allow comment before switch and case statements.
- Exclude comment lines from consideration.
- Improve skipping parenthesis in arguments.
- Wrong claiming of short syntax.
- Wrong counting of hook params with nested parenthesis.
- Fix InvalidParamTagsQuantity sniff.
- Respect /** This action is documented in some-class.php */ comment.
- Alignment of @param tags.
- Prevent endless loop in HooksMethodSniff.
- Validation of text domain via property in phpcs.xml.
- Initial release.