Skip to content

0.2.1

Latest
Compare
Choose a tag to compare
@dingo-d dingo-d released this 17 Nov 20:08
462e590

Changed

  • Added new $in_list parameter to the PrefixAllGlobalsSniff::process_variable_assignment() method, so that the method is compatible with the upstream WPCS method (changed in WPCS 2.2.0).
  • Updated the minimum version requirement for the WordPress Coding Standards dependency to version 2.2.0.
  • Replaced the deprecated WordPress.WP.TimezoneChange with WordPress.DateTime.RestrictedFunctions.timezone_change_date_default_timezone_set
  • Enforce the array short syntax when writing sniffs.
  • Travis: Minor build script tweaks.