Skip to content

Releases: drush-ops/drush

12.0.1

07 Jun 13:31
e54107f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 12.0.0...12.0.1

11.6.0

06 Jun 18:49
Compare
Choose a tag to compare

What's Changed

  • field-create/field-delete: Filter bundles according to passed field name (11.x) by @DieterHolvoet in #5345
  • Update sql:sync to use --field to find tmp dir (11.x) by @weitzman in #5437
  • Better composer bin (11.x) by @weitzman in #5456
  • field-create: Fix the field-create-field-storage event (11.x) by @DieterHolvoet in #5555
  • Backport static create factory commands for Drush 11.x by @greg-1-anderson in #5565
  • field-create: Make it easier for field types extending entity reference to add target type/bundles options (11.x) by @DieterHolvoet in #5556

Full Changelog: 11.5.1...11.6.0

12.0.0

05 Jun 18:17
Compare
Choose a tag to compare
  • Compatible with Drupal 10+.
  • Existing commands should run without modification unless you are doing something exotic.
  • Changing commands to use PHP Attributes and static create() factory may be done at your leisure, before Drupal 13.

What's Changed

New Contributors

Full Changelog: 11.5.1...12.0.0

12.0.0-rc4

02 Jun 16:07
Compare
Choose a tag to compare
12.0.0-rc4 Pre-release
Pre-release

What's Changed

Full Changelog: 12.0.0-rc3...12.0.0-rc4

12.0.0-rc3

29 May 03:06
e7847d5
Compare
Choose a tag to compare
12.0.0-rc3 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 12.0.0-rc2...12.0.0-rc3

11.6.0-rc1

25 May 16:23
Compare
Choose a tag to compare
11.6.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 11.5.1...11.6.0-rc1

12.0.0-rc2

25 May 01:14
c782fa1
Compare
Choose a tag to compare
12.0.0-rc2 Pre-release
Pre-release

What's Changed

Full Changelog: 12.0.0-rc1...12.0.0-rc2

12.0.0-rc1

16 May 13:33
0b14016
Compare
Choose a tag to compare
12.0.0-rc1 Pre-release
Pre-release

What's Changed

Full Changelog: 12.0.0-beta1...12.0.0-rc1

12.0.0-beta1

28 Mar 11:53
5cee70b
Compare
Choose a tag to compare
12.0.0-beta1 Pre-release
Pre-release

Drush 12 supports Drupal 10+. The code has been modernized for latest Drupal and latest PHP. Commandfiles for prior versions of Drush should run on Drush 12 without modification.

What's Changed

  • Remove pm:security-php in favor of composer audit by @weitzman in #5392
  • Fix #5071. Drop LegacyAliasConverter command. by @weitzman in #5393
  • Convert all Drush core commands to use PHP8 Attributes instead of Annotations (e.g. ConfigCommands in #5396)
  • Use PHP 8.1 as min by @weitzman in #5397
  • Use final keyword for command classes, and constants for command names. Part n of many. by @weitzman in #5410
  • field-create/field-delete: Filter bundles according to passed field name by @DieterHolvoet in #5416
  • Update dcf generator for Attributes and D10 by @weitzman in #5442
  • php strict_types on commandfiles by @weitzman in #5450
  • Better composer bin by @weitzman in #5455
  • site:install Fix: database containing certain characters breaks creating of database by @MakerTim in #5167
  • Fix #3793: Don't validate config name on config:set. by @donquixote in #5370
  • Use Composer Runtime API to determine Drush version by @weitzman in #5462
  • Upgrade to drupal-code-generator v3 by @Chi-teck in #5371
  • Auto-enable pg_trm extension for postgres during DB creation. by @weitzman in #5467
  • Add security vulnerability reporting instructions to README.md by @cilefen in #5487
  • Update queue:run to run garbage collection by @marcaddeo in #5203
  • Fix #5301. Add suggested values for completion to various args/options by @weitzman in #5499

New Contributors

Full Changelog: 11.5.1...12.0.0-beta1

8.4.12

15 Mar 14:31
Compare
Choose a tag to compare
  • PHP 8.2 and 8.1 compatibility
  • Use compatible method to create Response (#5361)
  • Check to see if error_status element exists before accessing it. (#5362)
  • Workaround for relative paths to commandfiles if drush is a phar (#4979) (#5236)
  • Link compatibility to new docs (#5178)