Install
Works with Drupal: ^10.3 || ^11Using Composer to manage Drupal site dependencies
Alternative installation files
Download tar.gz
93.33 KB
MD5: 082e95a2f255a09ff35a657ad382e17b
SHA-1: bfc6ce716d14d0f6fa96d783c1bc0254b7867d2b
SHA-256: 7044fcc4a8d0a0519b0a72a44c3128cdcdf9b6326db5c5e9fef10f8bae516264
Download zip
159.15 KB
MD5: 6ce72e7a22e62e4f32099bc6ccf60dc6
SHA-1: 85b1814e511d3fd12337ab9374eba63a32f228f3
SHA-256: 377b6060190ac5e8088bfa0d3410e2fd0d317c5c86b3d3eb960a598fc33c983c
Release notes
Important changes since 3.0.0-beta1
New rules were introduced in Coder 8.3.27 requiring renaming of some enum cases:
HttpScheme::HTTP→HttpScheme::HttpHttpScheme::HTTPS→HttpScheme::HttpsCasProtocolVersion::Version1_0→CasProtocolVersion::Version1CasProtocolVersion::Version2_0→CasProtocolVersion::Version2CasProtocolVersion::Version3_0→CasProtocolVersion::Version3
Custom code using these enum cases should be adjusted accordingly.