Releases: awesomemotive/wpforms-phpcs
Releases · awesomemotive/wpforms-phpcs
1.4.0
1.3.0
[1.3.0] - 2024-12-16
Changed
- The minimum supported PHP version is now 7.1.
Fixed
- Return tag hook sniff did not work.
1.2.3
[1.2.3] - 2024-08-29
- 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.
1.2.2
[1.2.2] - 2024-08-22
Changed
- Rule WordPress.WP.EnqueuedResourceParameters.NotInFooter is not suppressed anymore as it is required now by the Plugin Check Plugin.
- Rule WordPress.DB.DirectDatabaseQuery.DirectQuery is not suppressed anymore as it is required now by the Plugin Check Plugin.
1.2.1
[1.2.1] - 2024-08-19
Added
- Support of WP Coding Standard 3.1.0.
1.2.0
Fixed
- Function return type broke WPForms.Formatting.EmptyLineBeforeReturn sniff.
- The phpcs did not work locally with PHP 8+.
1.1.0
Bump up version.
1.0.7
[1.0.7] - 2023-08-23
Added
- Support of WP Coding Standard 3.0.
1.0.6
Update CHANGELOG.md.
1.0.5
Fix code and tests for Multiple Domains configuration.