1.9.4

Drupal Console 1.9.4 is out.

New Features

  • generate:entity:content] Added permissions for no-bundle entity
  • module:install Allow module installation with Drupal 8.8.x and enable Composer-based installation
  • generate:plugin:derivative New command
  • generate:block:type New command
  • generate:theme:setting New command

Fixes

  • Removes constructor override on service object generators.
  • site:Install allow empty db-prefix
  • generate:theme fix libraries.yml syntax
  • generate:plugin:queue fix typo
  • generate:form:alter Use injected messenger service if possible.
  • generate:plugin:block Fixed block template using incorrect item and sequence order in 'for' loop.
  • generate:cache:context fix typo in CacheContextGenerator
  • generate:entity:content fix error installing module
  • config:export fix path directory to create config files
  • generate:plugin:ckeditorbutton update class base to extend
  • Update chains to enable translate contribution

Enhancements

  • Add extra path to find the autoload to enable Drupal console-develop
  • user:login:url validate https on uri
  • Added function to get the multisite name
  • module:install Remove moduleRequirement()
  • module:install Add option install theme with release version
  • Improved Module name validation
  • Drupal console-extend-plugin Add custom installer for drupal-console-library type

Required Changes

Update your drupal console version to 1.9.4 with the following command

$composer update drupal/console --with-all-dependencies

Commits

drupal-console

04522b687b2149dc1f808599e716421a20d50a5b Update version to 1.9.4 (#4193)
3c59d0b9ddd7bab52fe5a15352ac896b89e41737 Bugfix for #4174. (#4192)
232d4794974ce687dffa2dfe0cc7e4f0ba4fd033 [console] Add extra path to find the autoload (#4191)
73453aa0809238b7389e73a6e5a4381eb4f85a3c fix: allow empty db-prefix (#4189)
83df9371cd848486f821f0e0a31fb38e9afa2c81 [generate:theme] fix libraries.yml syntax (#4187)
1bc9f1b6c72a1272ab44718650bcbec0e1946f89 validate https and create the url if have https (#4183)
9b5e8ac4de1a1ab2128bc4c06481e9766baea3b7 [generate:entity:content] permissions for no-bundle entity (#4181)
b21607fc5f027ba1558d6c2ce273ba1124c86868 Create a function to get the multisite name (#4186)
1b806b9be8e372d1bd8d7e5f18cf054e1edecb8a Update Readme.md (#4182)
e4d656c2d1871ca5c0e31a4a2495b90f9fdcfe34 fix: typo (#4185)
0fe1993d30fe17dfcb69ff5d7cdd1724437512f0 Removes constructor override on service object generators. (#4174)
ee6ad4a5c19f422e5016749346b8b03046c29d9b Use injected messenger service if possible. (#4177)
c578fc6183ec99f7f52aed3963f885ead3c91b37 Fixed block template using incorrect item and sequence order in 'for' loop. (#4175)
f82883c2e8368fa725639092176891b7d39fff76 [module:install] Remove moduleRequirement() (#4178)
9af887aaf41f360075cc1d55d6f3306da69c3658 [module:install] Allow module installation with Drupal 8.8.x and enable Composer-based installation (#4167)
ddb53e51926e21c9047a2783f4ad677be7483410 [generate:plugin:derivative] New command (#4173)
0ae799f74efd6183a41ca2ee823b4adccc7f2d5e Fix failing TravisCI builds (#4165)
2a941ff51740bbba986d01f874bfed859f837e34 [generate:block:type] New command (#4160)
464fb8255dbbf4dc173bbd00fa88290643b9a1fb [generate:theme:setting] New command  (#4159)
44c8d8ca612f871e713dad4a351ed42911cbfabe Add option install theme with release version (#4158)
e9e4d3a8fcaacb68d9bd864cc140a43809034412 Fixes a typo in CacheContextGenerator (#4156)
20f7370ebf9170d8f7de9ecc14370c2acba694bc Fix generate:entity:content installing module (#4155)
37aeb5d12fd1a65d8fc93124a595e5e9e5802377 Fix path directory and to create config files (#4154)
7f023ab68e3d0f3de8806a63252884ca006db7d8 Fix path config:export on root Drupal (#4153)
9b9d8b3db4ec383bca6c51a37801fd411573cae8 Fix urls of #Download section (#4151)
55c162cbde35049d2f7585a188d80d1fb32fa2dc 4147 module validation (#4148)
173a51d9322e2b5369c6d276c469a13e1a44aba1 add class extends generate:plugin:ckeditorbutton (#4149)

drupal-console-core

cc6f50c6ac8199140224347c862df75fd2d2f5ed Fixed install modules in develop:contribute (#375)
de6cae69de8771ad85db004a67e56e24202a0044 Update drupal/console-en dependency to 1.9.4 (#376)
4e723d3428ea65ed298479fe4de4cf601690fdbf install & enable required modules for translating (#371)
265cd79127b857def31b19617a377d9c849194da Adds serviceClassInjectionNoOverride Twig function (#369)
ddf17303c215b066edeed4a618865876a183e36c Add Message to run 'composer require drupal/console-language'. (#368)

drupal-console-en

30813a832fdb1244e84cbcc012cd103d5e9d673d translations for [generate:plugin:derivative] (#256)
0d3b80401ee8a34b2b0978ede7fac8c49f78829b [generate:block:type] New command (#254)
d0a2096e874372ffbb6df39222bbf9ff11a961b3 messages for command generate theme setting (#255)
7afb7ab3565c8a9cdd15e89d5bd770a681fbfec7 Translate messages 'getting and select release' theme:install (#253)

drupal-console-launcher

5638d6497a49886624487958a334ae9c3c78ce0e Update drupal console core and en dependencies to 1.9.4 (#170)