- 🇺🇸United States ben.hamelin Adirondack Mountains, NY
Just surfacing the change record here as it took a bit to dig out and hoping this helps someone!
https://www.drupal.org/node/3255994 →
#3218356: Process plugin: service → introduced a new generic process plugin - Service. This is a variation of Callback plugin provided by Drupal core, and can be used to execute a method of any available service, including Transliteration.
Now we can use Service
process plugin to execute transliterate method of Transliteration
process plugin. Benefits:
1) Ability to provide multiple method parameters using
unpack_source →
feature;
2) Fewer files = easier maintenance.
Deprecate Transliteration
source plugin and suggest using Service
introduced in
#3218356: Process plugin: service →
.
1) Agree on next release and release of removal (relevant issue:
#3015034: [Plan] Create a new release →
);
2) Review / commit;
3) Add release notes snippets or change record;
Fixed
5.0
Plugins
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Just surfacing the change record here as it took a bit to dig out and hoping this helps someone!
https://www.drupal.org/node/3255994 →