2.3.4
Props: @kshaner, @GaryJones, @jrfnl, @yolih
Increases requirements for PHPCS from 3.5.5+ to 3.7.1.
Fixed
- #709: Add
get_theme_file_path()
to list of allowed include functions. - #762: IncludingFile: allow for more path-returning functions.
- #748: ProperEscapingFunction: Fix short tag detection.
- #760: RestrictedFunctions: remove reference to function which doesn't exist.
Changed
-
#768: DeclarationCompatibility: performance improvement.
-
Rulesets:
-
Composer:
- #742: Up the minimum PHPCS version to 3.7.1.
- #764: Update VariableAnalysis dependency to 2.11.17.
- #738: Allow for the 1.0.0 version of the Composer PHPCS plugin.
- #721: Update composer.json keywords.
- #714: Update PHP Parallel Lint and Console Highlighter.
- #741: Update script names.
- #747: Fix script references.
- #708: Update references to the Composer plugin.
-
Tests:
-
Coding Standards
-
CI:
- #705: Various updates.
- #750: Test Higher PHP versions.
- #724: Fix use of deprecated
set-output
. - #725: Update the xmllint-problem-matcher.
- #726: Various tweaks.
- #728: Bust the cache semi-regularly.
- #711: Version update for various predefined actions.
- #712: Fix build failure.
- #755: Validate the PHPCS installed standards.
- #757: Test and Quicktest tweaks.
- #767: Minor simplifications.
- #769: .gitattributes: readability improvement.
-
Docs: