Install
Works with Drupal: ^9.1Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
113.02 KB
MD5: 1afecd827c75ac35076b6f512860c186
SHA-1: 024b76f3ec6aab407fd147a1df123870b442b3a6
SHA-256: 30c4e02ff61bdeade6bc353123b04da97ed4df9ad3ef90de36d3c457342b653c
Download zip
248.57 KB
MD5: d4285eea2c287782c5385fbbffb8036a
SHA-1: 3cf6dde235d7604ee49be2986812c0ee5e2982f6
SHA-256: 16dcbc2ed2b67f3bedafb1ed92e8f0f11cef1413738d71e53493dab64777e93d
Release notes
$ drupalorg rn 8.x-5.2
Bug fixes and improvements. More details below.
Contributors (9)
marvil07, Matroskeen, RichardGaunt, mpriscella, cruno, rodrigoaguilera, v.kydyba, nnevill, dinazaur
Changelog
Issues: 31 issues resolved.
Changes since 8.x-5.2:
Bug
- #2822737 by Matroskeen, mpriscella, cruno: Configuration is not cleaned on uninstall process of example modules (Migrate Example, Migrate Example (Advanced), Migrate JSON Example)
- #3274227 by Matroskeen: Test results show "Build Successful" instead of fails/passes.
- #3273003 by Matroskeen: Fix deprecation warnings.
- Revert "Issue #3121203 by rodrigoaguilera, Matroskeen: Add ability to choose the operator when performing an entity lookup"
- #3225569: Improve str_replace documentation.
- #3265262: Tests fail on PHP 7.4 & Drupal 9.2.
- #3261294: Fix typo in testGateBadConfigration
- #3261288 by nnevill, Matroskeen: Add missing php docBlock for row and process methods in SkipOnValue plugin
- #3232214 by Matroskeen: Table source plugin - validate the sql table before executing the query
- #3259540: Fix coding standards error introduced in #3258552
Feature
- #3112571 by marvil07, Matroskeen: Support xml parsing on dom plugin
- #3096393 by marvil07, Matroskeen: Support html5 parsing on dom plugin
- #3225457 by RichardGaunt: Add additional functionality to `dom_remove`...
- #3253347 by Matroskeen: Allow to use several bundles in entity_lookup plugin
- #3121204 by Matroskeen, rodrigoaguilera: Add ability to choose the operator when performing an entity lookup.
- #3015199: remove message logging from process method, remove referenced test
Task
- #3269494 by Matroskeen: Add a test coverage for config entity lookup
- #3265411: FileBlob - document configuration properties.
- #3265410: Service - document configuration properties.
- #3263877 by Matroskeen: DefaultEntityValue - document configuration properties and improve documentation
- #3263911 by Matroskeen: EntityValue - document configuration properties
- #3263893 by Matroskeen: EntityGenerate - document configuration properties
- #3254969 by Matroskeen, v.kydyba: Table source plugin - add proper validation for configuration keys
- #3259471: Improve str_replace documentation re: regex (preg_replace)
- #3261273 by dinazaur, Matroskeen: Throw consistent exceptions on \Drupal\migrate_plus\Plugin\migrate\process\Gate process plugin
- #3261275 by Matroskeen: Throw consistent exceptions on \Drupal\migrate_plus\Plugin\migrate\process\SkipOnValue process plugin
- #3261276: Throw consistent exceptions on \Drupal\migrate_plus\Plugin\migrate\process\StrReplace process plugin
- #3261274: Throw consistent exceptions on \Drupal\migrate_plus\Plugin\migrate\process\EntityValue process plugin
- #3256823 by v.kydyba: Simplify code for the gate process plugin
- #3258552: Add test coverage for migrate_json_example module migration
- Resolve #3232488 "Deprecate transliteration plugin"