Tags give the ability to mark specific points in history as being important
-
1.0.5
33a2cc39 · ·Release 1.0.5: Performance Optimization and Stability Update This release focuses on improving the efficiency of the batch processing and aligning the codebase with Drupal Coding Standards. Changes: Performance: Refactored processItems to use loadMultiple(), significantly reducing the number of database queries per batch set. Optimization: Entity definitions and language keys are now cached within the $context['sandbox'], avoiding redundant service calls during batch execution. UX/UI Improvements: Added human-readable entity labels in batch progress messages. Improved error handling: the process now warns the user and continues instead of crashing on problematic entity types. Stability: Fixed a potential infinite loop by adding a check for empty results in the query range. Code Quality: All comments have been updated to English, and the code now fully complies with Drupal Coding Standards.
-
-