@@ -4,6 +4,29 @@ 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.2.0] - 2015-10-30
8+ ### Added
9+ - ` WordPoints.PHP.RequiredParentMethodCall ` sniff to flag missing calls to
10+ ` parent::setUp() ` , etc. (#75 ).
11+ - ` WordPoints_Modules::register() ` and ` WordPoints_Widget::get_field_name() `
12+ to the l10n validator ignores (#85 and #92 ).
13+ - ` do_meta_boxes() ` , ` settings_errors() ` and ` $this->display_content ` to the list of
14+ output functions in the ` WordPoints.PHP.MissingEcho ` sniff (#91 ).
15+ - ` esc_sql() ` to the list of disallowed functions in the
16+ ` WordPoints.PHP.DisallowedFunctions ` sniff (#90 ).
17+ - Exclusion for test files for the ` WordPress.WP.PreparedSQL ` sniff (#84 ).
18+ - WordPress 4.3 to the Travis CI config for PHPUnit tests.
19+ - ` esc_js() ` to the list of disallowed functions in the
20+ ` WordPoints.PHP.DisallowedFunctions ` sniff (#98 ).
21+
22+ ### Changed
23+ - ` makepot ` to inclue fuzzy strings in ` .mo ` files (#83 ).
24+ - Default PHPCS version to ` 4122da6604e2967c257d6c81151122d08cae60cf ` (#95 ).
25+ - Default WPCS version to ` a54499411fb9ca55a35fc7003422868cdd072ef2 ` (#96 ).
26+
27+ ### Removed
28+ - ` boss ` from jshint config (#93 ).
29+
730## [ 2.1.1] - 2015-07-22
831### Changed
932- WPCS version to latest commit on ` develop ` (0.6.0).
@@ -132,3 +155,21 @@ automatically installed if there is a config file for it. #23
132155## [ 1.0.0] - 2015-02-17
133156### Added
134157- Initial code.
158+
159+ [ Unreleased ] : https://github.com/WordPoints/dev-lib/compare/master...develop
160+ [ 2.2.0 ] : https://github.com/WordPoints/dev-lib/compare/2.1.1...2.2.0
161+ [ 2.1.1 ] : https://github.com/WordPoints/dev-lib/compare/2.1.0...2.1.1
162+ [ 2.1.0 ] : https://github.com/WordPoints/dev-lib/compare/2.0.4...2.1.0
163+ [ 2.0.4 ] : https://github.com/WordPoints/dev-lib/compare/2.0.3...2.0.4
164+ [ 2.0.3 ] : https://github.com/WordPoints/dev-lib/compare/2.0.2...2.0.3
165+ [ 2.0.2 ] : https://github.com/WordPoints/dev-lib/compare/2.0.1...2.0.2
166+ [ 2.0.1 ] : https://github.com/WordPoints/dev-lib/compare/2.0.0...2.0.1
167+ [ 2.0.0 ] : https://github.com/WordPoints/dev-lib/compare/1.3.3...2.0.0
168+ [ 1.3.3 ] : https://github.com/WordPoints/dev-lib/compare/1.3.2...1.3.3
169+ [ 1.3.2 ] : https://github.com/WordPoints/dev-lib/compare/1.3.1...1.3.2
170+ [ 1.3.1 ] : https://github.com/WordPoints/dev-lib/compare/1.3.0...1.3.1
171+ [ 1.3.0 ] : https://github.com/WordPoints/dev-lib/compare/1.2.0...1.3.0
172+ [ 1.2.0 ] : https://github.com/WordPoints/dev-lib/compare/1.1.0...1.2.0
173+ [ 1.1.0 ] : https://github.com/WordPoints/dev-lib/compare/1.0.0...1.1.0
174+ [ 1.0.0 ] : https://github.com/WordPoints/dev-lib/compare/...1.0.0
175+
0 commit comments