Summary
Adds full Drupal 11 compatibility to Cloudinary module 3.0.x
Changes
- Updated
core_version_requirementto^9.3 || ^10 || ^11in all 8 .info.yml files - Fixed PropertyNormalizer final class extension in AssetNormalizer (Issue #3571476)
- Changed from inheritance to composition pattern using ObjectNormalizer
- Added getSupportedTypes() method for Symfony 6.2+ compatibility
- Updated method signatures for PHP 8.3+ type hints