1.2.12
New bleeding edge toggles for checking deprecated hooks:
Use the following to check your code for usage of deprecated hooks in Drupal core
parameters:
drupal:
bleedingEdge:
checkCoreDeprecatedHooksInApiFiles: true
checkContribDeprecatedHooksInApiFiles: false
Use the following to also check for usage of deprecated hooks in contributed modules (may break if they have malformed .api.php
files)
parameters:
drupal:
bleedingEdge:
checkCoreDeprecatedHooksInApiFiles: true
checkContribDeprecatedHooksInApiFiles: true
The previous toggle checkDeprecatedHooksInApiFiles
is deprecated.
What's Changed
- Update entityMapping contrib example by @webflo in #775
- Add stubs for text field types by @ceesgeene in #783
- Add stubs for datetime field type by @ceesgeene in #785
- Fixing TypeError and deprecated message by @balagan73 in #778
- Seperate core and contrib api files by @bbrala in #774
- Add InstallerExistingConfigTestBase to BrowserTestBaseDefaultThemeRule exclusion [#780] by @nlighteneddesign in #781
- Add stubs for comment field type by @ceesgeene in #784
- Resolve #[IgnoreDeprecations] to deprecated scope by @mondrake in #779
Internals 🔍
- PHPStan 1.11.x updates by @mglaman in #765
- Drop PHP 7.4 by @mglaman in #763
- Drop PHP 8.0 by @mglaman in #766
- Bump Eomm/why-don-t-you-tweet from 1 to 2 by @dependabot in #768
New Contributors
- @ceesgeene made their first contribution in #783
- @balagan73 made their first contribution in #778
- @bbrala made their first contribution in #774
- @nlighteneddesign made their first contribution in #781
- @mondrake made their first contribution in #779
Full Changelog: 1.2.11...1.2.12