Skip to content

Commit 6bcc518

Browse files
committed
Merge pull request #81 from WordPoints/develop
2.1.1
2 parents 452f311 + b7e27f9 commit 6bcc518

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,24 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
And 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

bin/env.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ export PHPCS_GIT_TREE=master
2020
# WPCS
2121
export WPCS_DIR=/tmp/wpcs
2222
export WPCS_GITHUB_SRC=WordPress-Coding-Standards/WordPress-Coding-Standards
23-
export WPCS_GIT_TREE=20fed0bcf6f72f6740a0ad3be6bcb3d99b69ca52
23+
export WPCS_GIT_TREE=a9a032ef2ce775bd5c45b52db98fda45efa87148
2424
export WPCS_STANDARD=$(if [ -e phpcs.ruleset.xml ]; then echo phpcs.ruleset.xml; else echo WordPress; fi)
2525

2626
# WP L10n Validator
2727
export DO_WPL10NV=$(if [ -e wp-l10n-validator.json ]; then echo 1; else echo 0; fi)
2828
export WPL10NV_DIR=/tmp/wp-l10n-validator
2929
export WPL10NV_GITHUB_SRC=JDGrimes/wp-l10n-validator
30-
export WPL10NV_GIT_TREE=master
30+
export WPL10NV_GIT_TREE=develop
3131

3232
# PHPUnit
3333
export DO_PHPUNIT=$(if [ -e phpunit.xml.dist ]; then echo 1; else echo 0; fi)

0 commit comments

Comments
 (0)