Skip to content

2.3.0

Compare
Choose a tag to compare
@becw becw released this 30 Jan 23:56
· 398 commits to develop since this release

Fixed

  • Added Drupal 8.8's $settings['file_temp_path'] configuration to settings.*.php (#144)
  • Updated phpcs usage to fix an issue where some Drupal code was no longer subject to review, because the latest release of Coder changed the default file extensions (#148)

Updating

  • This release has settings.php configuration specific to Drupal 8.8, but these changes will only be applied to new installations of Drupal.

  • If your build.xml uses phpcs, make the following change:

           <!-- Run PHP Code Sniffer. -->
    -     <property name="phpcs.command" value="vendor/bin/phpcs --standard=${phpcs.standard} --ignore=${phpcs.ignore} ${phpcs.directories}" />
    +     <property name="phpcs.command" value="vendor/bin/phpcs --standard=${phpcs.standard} --extensions=${phpcs.extensions} ${phpcs.directories}" />