[ADDED]
[FIXED]
- #1391: declare additional entity keys, Fix #1391 #1393
- [self-update] Problem with command, after update.#1441
- [self-update] threw an fatal first time, now ends with "Catchable fatal error" every time #1442
- Multiple generators are broken in 0.9.9 #1446
- [site:install] Database Prefix should be optional #1447
- ERROR when executing drupal database:dump | drupal 8.0.1 | console: 0.9.9 #1449
- [self-update] Pass object insted of null, Fix #1441 and #1442 #1453
- [database:dump] Call getSiteRoot method, Fix #1449 #1454
- [console] Fixed services trait variable assignation #1455
- [site:install] mysql password is mandatory #1457
- [site:install] Mysql password is mandatory, Fix #1457 #1460
- [generate:theme] Fixed #1431 #1461
- [site:install] Database Prefix should be optional, Fix #1447 #1462
- [aliases] theme download fix #1467
- [site:install] Command updates #1472
- [trait] Fix FormTrait Class #1473
- [generate:plugin:block] Skip question and Avoid infinite loop #1474
- [generate:entity:content] Add missing / when generating path #1475
- [generate:module] Apply Command fixes #1476
- [generate:service] Fix confirm generation question #1477
- [translation] Fix YAML errors #1486
- Update self update add manifest #1488
- [console] Fix command aliases #1490
- [self-update] Add exit to avoid error messages #1491
[IMPROVED]
- [Console] Updated quick start chain to use Drupal 8.0.1. #1444
- [translation] zh_hans #1445
- Updated installation instructions according to the drupalconsole.com #1448
- [translate] zh_hans #1451
- More transalations changes #1452
- [translation] pt-br #1456
- [generate:entity:content] \Drupal:l() is deprecated. #1465
- Hungarian for yaml.update #1469
- [console] Improve DrupalStyle #1470
- [console] Implement choiceNoList method #1480
- [console] Set text format to welcome message #1482
- [console] Validate default command #1483
- [console] Update readme add executable + how to contribute #1485
- [generate:entity:*] Entity strings missing #1487
NOTES:
If self-update
Command fails use installer instead :
# Run this in your terminal to get the latest Console version:
curl http://drupalconsole.com/installer -L -o drupal.phar
# Or if you don't have curl:
php -r "readfile('http://drupalconsole.com/installer');" > drupal.phar