Skip to content

Releases: awesomemotive/wpforms-phpcs

1.2.3

29 Aug 19:14
Compare
Choose a tag to compare

[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

22 Aug 14:02
Compare
Choose a tag to compare

[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

19 Aug 10:42
Compare
Choose a tag to compare

[1.2.1] - 2024-08-19

Added

  • Support of WP Coding Standard 3.1.0.

1.2.0

08 Feb 19:54
Compare
Choose a tag to compare

Fixed

  • Function return type broke WPForms.Formatting.EmptyLineBeforeReturn sniff.
  • The phpcs did not work locally with PHP 8+.

1.1.0

07 Sep 09:38
Compare
Choose a tag to compare
Bump up version.

1.0.7

23 Aug 09:57
Compare
Choose a tag to compare

[1.0.7] - 2023-08-23

Added

  • Support of WP Coding Standard 3.0.

1.0.6

20 Sep 10:05
Compare
Choose a tag to compare
Update CHANGELOG.md.

1.0.5

12 Sep 10:14
Compare
Choose a tag to compare
Fix code and tests for Multiple Domains configuration.

1.0.4

09 Mar 17:14
Compare
Choose a tag to compare
Use lineDistance method to exclude comment lines from consideration.

1.0.3

23 Feb 22:22
Compare
Choose a tag to compare
Fix alignment of @param tags.