Skip to content

Version 2.0.5

Choose a tag to compare

@schlessera schlessera released this 21 Apr 04:16
86ee481
  • Enhancement: Add PHP 7.3 to Travis CI build matrix [#221]
  • Implement CS checking based on the WP_CLI_CS ruleset [#220]
  • PHPCS: fix up the code base [3] - strict comparisons (second try) [#218]
  • Rename _s method to underscores and provide alias for backcompat [#217]
  • Rename scaffold method to get rid of underscore prefix [#216]
  • PHPCS: fix up the code base [5] - multi-line function calls [#215]
  • PHPCS: fix up the code base [4] - assignments in conditions [#214]
  • Prefix variables in global namespace [#213]
  • PHPCS: fix up the code base [3] - strict comparisons [#209]
  • PHPCS: fix up the code base [2] - scope modifiers [#208]
  • PHPCS: fix up the code base [1] - whitespace & inline control structures [#207]
  • QA: don't unnecessarily use array_merge() [#206]
  • QA: don't unnecessarily create variables within a function call [#205]
  • Move PHP 5.4 tests from WP_VERSION latest to 5.1 [#204]
  • Prevent creating unregisterable blocks due to invalid plugin slug [#203]
  • Add dependencies.yml to plugin .distignore [#202]
  • Add DeployHQ .deployignore to ignored files in .distignore [#201]
  • Ignore various JavaScript config files in plugin .distignore [#200]
  • Update links to blocks documentation [#199]