You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 25, 2022. It is now read-only.
gustavderdrache edited this page May 22, 2019
·
27 revisions
Unreleased
Capistrano variables (such as :wordpress_wpcfm) are now set correctly.
2.0.1
For projects that don't use web as the installation root, the auto-generated web/ directory is removed. This affects Drupal 8-based projects that use drupal-composer/drupal-project.
React projects now have the necessary imagemin-based dependencies installed.
es2015.collection was added to the tsconfig.json lib array, to satisfy @types/react's dependency on the Set<T> type.
The composer.json file for wp-starter based projects now sets installer paths correctly. Previously the generator thought wordpress-muplugin was the installation directory and mu-plugins was the type, when the reverse is true.