devel 5.4.0

Bug fixes

- Remove Kint support. Use the built-in Symfony VarDumper, or the Kint contrib module
- Fix PHP 8.4 warnings
- Fix #548 - Remove VERSION from libraries.yml
- Replaced deprecated ContainerAwareEventDispatcher
- Fix #550. Warnings in devel generate drush commands

devel 5.2.1

Bug fixes
Unsupported

Add a conflict in composer.json so that sites know to use Drush 12.5.1+

devel 5.2.0

Unsupported

Note: This release requires Drupal 10+.

devel 5.1.2

Bug fixes
Unsupported

694326f Remove PHP8.2 deprecations [Jonathan Smith]
d1d2a72 Fix #468. Declare DevelGenerateManager, do not use dynamic property [Jonathan Smith]
77420a0 Fix #464. Dont rely on Drush helper [Moshe Weitzman]

devel 5.1.1

Bug fixes
Unsupported

Add @group annotation to a test.

devel 5.1.0

Bug fixes
New features
Unsupported

3103087 (HEAD -> 5.x, upstream/5.x, origin/5.x, drupalcode/5.x) Remove a D10 failing container services test - its not needed [Moshe Weitzman]
8b42e8b Fix #162. By default enable VarDumper or Kint (if available) as default dumper plugin. [Moshe Weitzman]
9606c2f Fix #283. Add a tab that displays an entity with references embedded [Moshe Weitzman]
4f4cc1a Fix #276. Populate base fields in devel_generate [Moshe Weitzman]
54120d2 Switch User page and menu item [Jonathan Smith]

devel 5.0.2

Bug fixes
Unsupported

!90: Be aware of the original route parameters

devel 5.0.1

Bug fixes
Unsupported

- Fix drush updatedb error
- Update drush devel:hook and devel:event for Drupal 10 and Drush 11

devel 5.0.0

Unsupported

A new major release that:

  • Adds support for Drupal 10 and drops support for Drupal 8.
  • Removes webprofiler from Devel. Before upgrading, please uninstall the webprofiler submodule if it is enabled. You can then install from https://www.drupal.org/project/webprofiler, where it will be maintained.

Devel 4 is now minimally maintained. Upgrading to Devel 5 is recommended.

devel 4.2.0

Unsupported
  • Removes webprofiler from Devel. Before upgrading, please uninstall webprofiler if it is enabled. You can then install from https://www.drupal.org/project/webprofiler, where it will be maintained.
  • Devel 4 is now minimally maintained. Upgrading to Devel 5 is recommended.

devel 4.2.0-beta1

Bug fixes
New features
Unsupported

devel 5.0.0-beta1

Unsupported

A new major release that
- Supports Drupal 9 and Drupal 10
- The webprofiler submodule has moved to https://www.drupal.org/project/webprofiler. Please uninstall webprofiler or add a dependency on drupal/webprofiler before upgrading devel. Otherwise you will get a message that one of your enabled modules has gone missing.

devel 4.1.5

Bug fixes
Unsupported
  • devel_generate: fix error generating machine names for menus
  • devel_generate: set moderation_state to 'published' instead of the default

devel 4.1.2

Bug fixes
Unsupported

Fix #362. Class \Drupal\devel\Form\ConfigDeleteForm does not exist

devel 4.1.1

Bug fixes
Unsupported
  • PHP 8 compatibility
  • Drupal 9.1 compatibility for webprofiler.

If you have Kint module enabled (it was removed in 4.0.0), please run these commands before upgrading:

  1. drush pm:uninstall kint, or uninstall Kint using the Drupal UI
  2. composer remove drupal/kint --no-update
  3. composer require kint-php/kint

devel 4.1.0

Unsupported

Drupal 9.1 compatibility for webprofiler.

If you have Kint module enabled (it was removed in 4.0.0), please run these commands before upgrading:

  1. drush pm:uninstall kint, or uninstall Kint using the Drupal UI
  2. composer require kint-php/kint

devel 4.0.1

Bug fixes
Unsupported

Twig debug improvements.

If you have Kint module enabled, please run these commands before upgrading:

  1. drush pm:uninstall kint or uninstall Kint using the Drupal UI
  2. composer require kint-php/kint

devel 4.0.0

Bug fixes
New features
Unsupported

Highlights

  • Development moved to DrupalSpoons
  • Issue #2839515 by willzyx, AdamPS, rpsu, moshe weitzman: Remove Kint module and create a kint dumper plugin in devel. Please run composer require kint-php/kint to preserve Kint functionality.

Other

  • Issue #2703347 by moshe weitzman: Decide which dumper plugins ship with devel
  • Issue #3071228 by moshe weitzman: Drush 10 compat

devel 4.0.0-rc1

Bug fixes
New features
Unsupported

Please help writeup release notes so we can release 4.0.0

devel 4.x-dev

Bug fixes
New features

We are moving to semantic versioning,

The 8.x-3.x series is abandoned and 4.x replaces it.

devel 8.x-3.0-beta1

Bug fixes
New features
Unsupported

Please help us compile release notes based on git commits. Thanks.

devel 7.x-1.7

Bug fixes
Unsupported

Changes since 7.x-1.6:

  • Issue #2411615 by willzyx, salvis: Fix minor CSRF vulnerabilities in 'Run cron' and 'Clear cache'.
    (The former will only take effect when 2411615 is committed in core, but at that point it will be needed!)
  • Issue #3030890 by solideogloria: Fix Krumo's tag is not HTML5 compliant.
  • Issue #2987144 by volkswagenchick: Fix README.txt, useful links and formatting.
  • Issue #2962943 by ron_s, MustangGB: Multi-level objects/arrays displayed with krumo causes page to never finish loading.

devel 8.x-2.0

Bug fixes
New features
Unsupported

Issue #3005475 by lussoluca: Remove Execute PHP feature
Issue #2914657 by lussoluca: Cannot use object of type Closure as array
Issue #3003353 by Stacie_A: Capitalize the Devel Generate module name.
Issue #2987782 by lussoluca: Add the Symfony var-dumper component as a dependency
Issue #2999892 by guillermo-simeon: function dd is already defined in symfony since Drupal 8.6
Issue #3001202 by stefan.korn: Devel tests are failing
Issue #2987140 by volkswagenchick: Fix README, useful links and formatting.

devel 7.x-1.6

Bug fixes
New features
Unsupported

Changes since 7.x-1.5:

devel 8.x-1.2

Bug fixes
Unsupported

This release is required when using webprofiler with Drupal 8.4+

devel 8.x-1.1

Bug fixes
Unsupported

This release is required when using webprofiler with Drupal 8.4+

devel 8.x-1.0-rc2

Bug fixes
Unsupported

Minor bug fixes and documentation improvements.

devel 8.x-1.0-rc1

Bug fixes
New features
Unsupported

New features:
allow to inspect the container see #2834390: Add Routes info page
allow to inspect the routes see #2828116: Add Container info page

devel 8.x-1.0-beta1

Bug fixes
New features
Unsupported

Here the commits since 8.x-1.0-alpha1 tag

devel 8.x-1.0-alpha1

Bug fixes
New features
Unsupported

So many changes! Anyone care to write some release notes?

devel 7.x-1.5

Bug fixes
Unsupported

Changes since 7.x-1.4:

  • #2202887 by jonathan1055: For drupal_debug.txt use file_directory_temp() not 'temporary://'.
  • Devel module causes WSOD with PHP 5.2

devel 7.x-1.4

Bug fixes
New features
Unsupported

Changes since 7.x-1.3:

devel 7.x-1.3

New features
Bug fixes
Unsupported

Changes since 7.x-1.2:

devel 7.x-1.1

Security update
New features
Bug fixes
Unsupported

Changes since 7.x-1.0:

devel 6.x-1.25

Security update
Bug fixes
Unsupported

Changes since 6.x-1.24:

Pages

Subscribe with RSS Subscribe to Releases for Devel