Release Date: 2024-004-05
- Fixed logging in orphan action
Release Date: 2024-004-05
- Clear migration plugin cached data before running the importers via cron or UI
Release Date: 2024-03-14
- Removed library dependency on seven admin theme.
Release Date: 2024-02-22
- Small adjustment to CSV importer form to help with cached config paths.
Release Date: 2024-02-15
- Check for 200 response and 0 content size for file download process plugin
Release Date: 2024-01-17
Release Date: 2023-09-28
- Fixed Localist json data fetching when there is no pager.
Release Date: 2023-09-11
- Only add readonly styling if modified on the form
Release Date: 2023-09-08
- Update unit tests for D10
Release Date: 2023-08-23
- Fetch pages when getting source data for localist json
Release Date: 2023-08-23
- Added new
localist_json
data source to provide paged results from the Localist API.
Release Date: 2023-07-28
- Update event subscribers to match interface declaration
Release Date: 2023-07-19
- D8CORE-6816 Fix permissions for disabled migrations
- Removed dependency on seven library that will be removed in D10
Release Date: 2023-01-23
- Fixed warning when $row is false
- Added patch for migrate plus
Release Date: 2023-01-10
- Fixed update hook.
Release Date: 2023-01-09
- HSD8-1370 Add empty_field module to improve form with empty fields (#67)
Release Date: 2023-01-09
- Removed migrate_plus patch that has been fixed
- Allow Drupal 10 installation
- Move automation to github actions (#65)
Release Date: 2022-09-14
- Fixed mistake in services yml file.
Release Date: 2022-09-12
- D8CORE-6235 Refactored hooks & general functions into a service.
Release Date: 2022-07-08
- fixed composer namespace to lowercase
Release Date: 2022-05-10
- Updated batch executable
Release Date: 2022-05-02
- Updated contrib modules and patch (#56)
- Lock migrate_plus to 5.2 (#55)
Release Date: 2022-04-05
- Re-enable cache checking
Release Date: 2022-03-17
- Override the SQL id_map plugin for our migration lookup (#52)
- CSV convert to UTF-8 correctly
- Switch form field access to readonly field widget (#51)
Release Date: 2022-02-02
- Error check when the migrate instance doesnt load
Release Date: 2022-01-27
- Fixed the orphan action to compare string and interger values
- D8CORE-5193 Add "Forget" orphan action (#47)
- Migrate process plugin to adjust date values to 11:59pm (#46)
- Deny field access to imported fields on nodes (#44)
Release Date: 2022-01-04
- Updated migrate_plus patch.
Release Date: 2021-11-18
- Removed migrate_tools patch that has been fixed
- D8CORE-4677 Migrate process plugin to get the OAuth token for use CAP (#42)
- If the last name is empty, but a first name is parsed, move the first name to the last name. (#41)
Release Date: 2021-10-20
- Removed unwanted status message
- D8CORE-4886 improvements to the CSV form (#39)
- Merge branch 'master' into 8.x-1.x
Release Date: 2021-10-11
- D8CORE-4863 Fixed type in help text
- D8CORE-4861 add config readonly ignore pattern for csv migrations
Release Date: 2021-10-08
- Added a csv_help section that can be configured via the migrate entity config
- Added process to remove line breaks and non-UTF-8 characters
- Adjusted CSV form labels
- Add "Save and import" button on CSV form
- D8CORE-3749 Migrate process plugins to support publications importing (#36)
Release Date: 2021-05-07
- Composer dependency fixup (a8c8b9d)
Release Date: 2021-04-22
- HSD8-1025 CSV Importer upload form.
Release Date: 2021-04-13
- Fixed migration cleanup when an entity is deleted.
Release Date: 2021-04-09
- Fixed error (eef339e)
- Dont load migrations during installation (3c8a775)
- Improved function performances (86671d8)
- Fixed typo in logger (a386e3a)
Release Date: 2021-03-05
- HSD8-1002 Add migrate process plugin to validate a string as a url (#28) (69a7011)
Release Date: 2021-02-10
- Changed method calls that dont exist in D9
Release Date: 2021-02-10
- Changed method calls that dont exist in D9 (#25) (2586e4f)
- Updated circleci testing (#24) (dcfcb10)
Release Date: 2020-12-04
- Change constructor argument to accept the interface instead of the class (0bb3732)
- Use the latest migrate_file (#22) (b52b31b)
- phpunit void return annoation (1fb7697)
- D9 Readiness (#21) (8d40220)
Release Date: 2020-11-06
- D8CORE-2914 Flag content as needs updating on orphan unpublishing (#18) (2d711a2)
Release Date: 2020-10-19
- D8CORE-2470: Add process plugin to check image dimensions (#15)
- CS-000 Go to the next item in the id map when continueing (#16)
Release Date: 2020-10-05
- Fixed orphan actions (#13) (b8a26fa)
Release Date: 2020-09-09
- Filter out null entity ids (#11) (1843069)
- D8CORE-2499 Updated composer license (#10) (e2eff55)
Release Date: 2020-08-07
- DEVOPS-000: Dont run migrations during site install. (#8) (683364a)
Release Date: 2020-07-13
- D8CORE-000: Fix cron job creator (#6) (01c8767)
Release Date: 2020-06-17
- Initial Release