drush

Drush is a command-line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those who spend their working hours hacking away at the command prompt.

Downloads
42.4M
Stars
2.3K
Committers
477

Bot releases are hidden (Show)

drush - 11.1.0

Published by weitzman over 2 years ago

An 11.1.1 release was made right after this one to fix an omission in drush.info file

Highlights

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.9...11.1.0

drush - 8.4.11

Published by greg-1-anderson over 2 years ago

Don't blacklist internal/symfony (#5050)

drush - 11.0.9

Published by weitzman over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.8...11.0.9

drush - 11.0.8

Published by weitzman over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.7...11.0.8

drush - 11.0.7

Published by weitzman over 2 years ago

What's Changed

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.6...11.0.7

drush - 11.0.6

Published by weitzman over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.5...11.0.6

drush - 11.0.5

Published by weitzman over 2 years ago

What's Changed

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.4...11.0.5

drush - 11.0.4

Published by weitzman over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.3...11.0.4

drush - 11.0.3

Published by weitzman over 2 years ago

What's Changed

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.2...11.0.3

drush - 11.0.2

Published by weitzman almost 3 years ago

What's Changed

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.1...11.0.2

drush - 11.0.1

Published by weitzman almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/11.0.0...11.0.1

drush - 11.0.0

Published by weitzman almost 3 years ago

This release is recommended for all Drupal 9 sites. Drush 10 is no longer supported.

Highlights

  • Drupal 8 support is removed. Lots of dependencies updated as a result.. Composer warns if you try to enable Drush 11 with Drupal 8 or Drupal 9.1-.
  • The command API is unchanged so your custom and contrib commands should run successfully, without changes
  • The Generator API has changed. Very few contrib/custom modules ship with generators so minimal impact.
  • A bundle class generator! by @weitzman in #4903
  • Add field:create and other field commands by @DieterHolvoet in #4853, #4926, #4930
  • Commands may now be authored using PHP8 Attributes instead of annotations. Annotations are still supported.
  • Add entity:save command by @weitzman in https://github.com/drush-ops/drush/pull/4858
  • pm:enable should fail by default if hook_requirements() is not met by @weitzman in https://github.com/drush-ops/drush/pull/4874
  • Remove core:init command. by @weitzman in https://github.com/drush-ops/drush/pull/4875
  • Fix #4541: Add again uid and mail options for user commands (#4542) [O'Briat]
  • Fix #2927. Don't issue a login link if user is blocked. (#4934) [Moshe Weitzman]
  • Fixed drush_backend_batch_process() not clearing batch_get() by @plach79 in https://github.com/drush-ops/drush/pull/4886
  • Let config:set change multiple top-level keys. Add docs and tests. (#4983) [Moshe Weitzman]
  • Move from PSR2 to PSR12 coding standard (#4994) [Moshe Weitzman]
  • Remove Drush's cache API. We no longer need to cache annotation parsing. (#4965) [Moshe Weitzman]
  • Lots of doc improvements at www.drush.org, including new pages for Generators and Last Updated info at bottom of most pages.
  • Lots of source code modernizations as proposed by Rector tool.
drush - 11.0.0-rc7

Published by weitzman almost 3 years ago

a355f9e73 Fix CLI history path and startBrowser(). (#5001) [Moshe Weitzman]
4a514c9ec Move from PSR2 to PSR12 (#4994) [Moshe Weitzman]
8a4a5f75a Fixed sites.php file included without $sites variable defined. Fixes #4987. (#4991) [Joachim]
366e0c32a More rector - quality set. (#4988) [Moshe Weitzman]
0254f3446 Rector simplifies class names (#4984) [Moshe Weitzman]
a1917ee32 Let config:set change multiple top-level keys. Add docs and tests. (#4983) [Moshe Weitzman]
5a666e7d3 Remove deprecated option --preview in config:export (#4982) [Moshe Weitzman]

drush - 11.0.0-rc6

Published by weitzman almost 3 years ago

852db7bc9 Inject migration plugin manager (#4980) [Claudiu Cristea]
ca9e31d8b Convert migrate tests to integration tests (#4834) [Claudiu Cristea]
7d016bcd2 Stop asking for bundle in the field commands if the entity type isn't able to have bundles [Dieter Holvoet]
786948bc5 Fix PHP 8.1 deprecation notice (#4972) [Dieter Holvoet]
52fdffec7 Only show fieldable entity types when asking for entity type in field commands (#4970) [Dieter Holvoet]
7baba0d93 Remove Drush's cache API. We no longer need to cache annotation parsing. (#4965) [Moshe Weitzman]
21eb502f9 Remove vestiges of Backend invoke system (#4964) [Moshe Weitzman]

drush - 8.4.10

Published by greg-1-anderson almost 3 years ago

  • Fix problems with .phar build on PHP 8.0 and 8.1
drush - 8.4.9

Published by greg-1-anderson almost 3 years ago

  • PHP 8.1 (#4975, #4839)
  • Minimize .phar size (#4860)
  • Test on Drupal 9.3, stop testing on Drupal 8 (EOL) (#4962)
  • Drupal 6 - Drush 8 updb returns errors on PHP 8 if no updates should be run (#4898)
  • Workaround for array vs SimpleXMLElement in PHP 8 (#4762) (#4763)
  • Fix warning when parsing release xml from Drupal.org (#4715)
drush - 11.0.0-rc5

Published by weitzman almost 3 years ago

  • bc4d9db8d Fix highest now that DB drivers have own modules in Drupal 9.4 (#4960) [Moshe Weitzman]
  • c71be05c4 Add param type hints and return type declarations using Rector on various directories (#4959, #4963) [Moshe Weitzman]
  • 1090847ed Terse Attributes example and Add last-updated date and authors to bottom of all docs pages. (#4958) [Moshe Weitzman]
  • 4b96291b3 Fix #4880. On docs site add tabs showing Attributes versus Annotations. (#4956) [Moshe Weitzman]
drush - 11.0.0-rc4

Published by weitzman almost 3 years ago

What's Changed

1e217feec More verbosity fix. (#4954) [Moshe Weitzman]
66fa21569 Add an example in generate command. (#4955) [Moshe Weitzman]
2d50f2b8b Debug info preserved in stderr (#4835) [Claudiu Cristea]
b6bce9f25 Update all packages and up the composer conflict so we require at least Drupal 9.2 [Moshe Weitzman]
57bbe7ee3 Add the option to skip language autocreation on the command locale:import. (#4586) [Florent Torregrosa]
2126b4a42 Implement site-specific config file loading. (#4345) [Richard B. Porter]
128665408 Fix #4373. The command output does not check verbosity correctly. (#4949) [Moshe Weitzman]
0c58c41ca Add askRequired helper to DrushStyle (#4950) [Dieter Holvoet]
fbe4980f0 Fix default value of the field:create cardinality option (#4951) [Dieter Holvoet]
eb41746ad Stop prepending the Cancel option to choice lists (#4908) [Dieter Holvoet]
6b42e4c7f Fix #4543. Support DelayedRequeueException (added in Drupal 9.1.x) (#4948) [Moshe Weitzman]
9071e2704 Fix #4933. Dont let Console propogate --quiet to subprocesses by default. (#4947) [Moshe Weitzman]
db078ba1b Add PHP Attribute for Version. (#4946) [Moshe Weitzman]

drush - 11.0.0-rc3

Published by weitzman almost 3 years ago

30872fce7 Formalize maintainers list with CODEOWNERS file. (#4943) [Moshe Weitzman]
1db72f4b2 Remove fork of symfony/yaml (#4941) [Moshe Weitzman]
e484ee61a Fix #4933 and test failures on 'Highest'. Suppress --quiet during redispatches. (#4938)
39b5de32a Add field:base-override-create command (#4929) [Dieter Holvoet]
8730cdbad Add field:base-info command (#4930) [Dieter Holvoet]
cc23dbe43 Add field:delete command (#4926) [Dieter Holvoet]
2270b5b89 Fix #4541: Add again uid and mail options for user commands (#4542) [O'Briat]
5794cddb9 Add field:info command (#4928) [Dieter Holvoet]
cb2434e31 Fix #2927. Don't issue a login link if user is blocked. (#4934) [Moshe Weitzman]
ef31e7d66 Change min DCG version for entity:bundle-classes to 11.0 in docs. [Moshe Weitzman]
221aba08a Add generators section to docs site. (#4931) [Moshe Weitzman]
c1b3a1ad0 Make Drush compatible with newer versions of psysh [Felip Manyer i Ballester]
291c8eb61 Add min drush version to the docs pages where new stuff is added. (#4915) [Moshe Weitzman]

drush - 10.6.2

Published by weitzman almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/drush-ops/drush/compare/10.6.1...10.6.2