Skip to content

Latest commit

 

History

History
70 lines (57 loc) · 3.37 KB

CHANGELOG.md

File metadata and controls

70 lines (57 loc) · 3.37 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[2.1.0] - 2023-12-13

2.0.2 - 2023-11-02

  • Added <rule ref="Generic.Arrays.DisallowLongArraySyntax" />.

2.0.1 - 2023-09-11

2.0.0 - 2023-09-05

[1.3.1] - 2023-01-31

  • For now allow PHP 7.4.

1.3.0 - 2022-12-01

Changed

Fixed

  • Error trim(): Passing null to parameter #1 ($string) of type string is deprecated on PHP 8.1. #1

1.2.0 - 2022-04-12

Changed

  • We deviate from the WordPress Coding Standards and switch to the short array syntax.

1.1.0 - 2022-02-17

Changed

1.0.0 - 2021-06-25

Added

  • Added PHPCompatibilityWP rule.
  • Added VariableAnalysis rule.
  • Added WordPress rule.
  • Added WordPressVIPMinimum rule.
  • Added WordPress-VIP-Go rule.
  • Excluded WordPress.Files.FileName.InvalidClassFileName sniff.
  • Excluded WordPress.Files.FileName.NotHyphenatedLowercase sniff.
  • Added relative exclude pattern ^bower_components/* for the bower_components folder.
  • Added relative exclude pattern ^node_modules/* for the node_modules folder.
  • Added relative exclude pattern ^vendor/* for the vendor folder.
  • Added relative exclude pattern ^vendor-bin/* for the vendor-bin folder.
  • Added relative exclude pattern ^wordpress/* for the wordpress folder.
  • Added relative exclude pattern ^wp-content/* for the wp-content folder.