Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
This new version involves configuration changes to the castrocito_basepack components. If you are using the castorcito_basepack components, you have to run update.php.
IMPROVEMENTS:
Fixed an error when adding components to multiple fields.
Fixed an error in the autocomplete path for the cfields link and entity reference.
Added an important notification when trying to uninstall castorcito_basepack.
The Drush commands appear to have issues sometime if the module isn't installed... had issues finding c2pa_sign_aws_kms_create_client() when the module isn't enabled... though the drush command constructor shouldn't be run when the module isn't enabled it was and causing problems. added a check to see if the function_exists().