File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,17 +4,24 @@ All notable changes to this project will be documented in this file.
44This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55And as you can see, we [ keep a CHANGELOG] ( http://keepachangelog.com/ ) .
66
7+ ## [ 2.1.1] - 2015-07-22
8+ ### Changed
9+ - WPCS version to latest commit on ` develop ` (0.6.0).
10+
11+ ### Fixed
12+ - Latest development version of the WP L10n Validator not being used. #80
13+
714## [ 2.1.0] - 2015-06-27
8- ## Added
15+ ### Added
916- ` WordPoints.PHP.DisallowedFunctions ` sniff to flag usage of unserializing functions
1017(#76 ), non-` safe ` ` wp_remote_*() ` functions (#73 ), and non-` safe ` ` wp_redirect() `
1118(#67 ).
1219
13- ## Fixed
20+ ### Fixed
1421- Local ` WP_TESTS_DIR ` value being overwritten when running tests or ` makepot ` .
1522
1623## [ 2.0.4] - 2015-06-06
17- ## Added
24+ ### Added
1825- ` customUnslashingSanitizingFunctions ` property configuration for the
1926` WordPress.VIP.ValidatedSanitizedInput ` sniff. #71
2027
Original file line number Diff line number Diff line change @@ -20,14 +20,14 @@ export PHPCS_GIT_TREE=master
2020# WPCS
2121export WPCS_DIR=/tmp/wpcs
2222export WPCS_GITHUB_SRC=WordPress-Coding-Standards/WordPress-Coding-Standards
23- export WPCS_GIT_TREE=20fed0bcf6f72f6740a0ad3be6bcb3d99b69ca52
23+ export WPCS_GIT_TREE=a9a032ef2ce775bd5c45b52db98fda45efa87148
2424export WPCS_STANDARD=$( if [ -e phpcs.ruleset.xml ]; then echo phpcs.ruleset.xml; else echo WordPress; fi)
2525
2626# WP L10n Validator
2727export DO_WPL10NV=$( if [ -e wp-l10n-validator.json ]; then echo 1; else echo 0; fi)
2828export WPL10NV_DIR=/tmp/wp-l10n-validator
2929export WPL10NV_GITHUB_SRC=JDGrimes/wp-l10n-validator
30- export WPL10NV_GIT_TREE=master
30+ export WPL10NV_GIT_TREE=develop
3131
3232# PHPUnit
3333export DO_PHPUNIT=$( if [ -e phpunit.xml.dist ]; then echo 1; else echo 0; fi)
You can’t perform that action at this time.
0 commit comments