Merge pull request #813 from droptica/feature/DROOP-756-release-fixes-4
DROOP-759 Changes for release 3.1.0
No related branches found
Tags 8.3.1.0-rc1
Showing
- README.md 2 additions, 2 deletionsREADME.md
- UPDATE.md 31 additions, 0 deletionsUPDATE.md
- composer.json 10 additions, 1 deletioncomposer.json
- droopler.info.yml 1 addition, 2 deletionsdroopler.info.yml
- modules/custom/d_p_carousel/config/update/d_p_carousel.8136.yml 3 additions, 3 deletions...s/custom/d_p_carousel/config/update/d_p_carousel.8136.yml
- patches/we_megamenu_compatibility_php81.patch 27 additions, 0 deletionspatches/we_megamenu_compatibility_php81.patch
- themes/custom/droopler_theme/gulpfile.js 0 additions, 21 deletionsthemes/custom/droopler_theme/gulpfile.js
- themes/custom/droopler_theme/scss/components/_geysir_overrides.scss 1 addition, 1 deletion...tom/droopler_theme/scss/components/_geysir_overrides.scss
... | ... | @@ -24,6 +24,7 @@ |
"bower-asset/colorbox": "^1.6", | ||
"bower-asset/lazysizes": "^5.2", | ||
"bower-asset/masonry": "^4.2", | ||
"cweagans/composer-patches": "^1.6", | ||
"drupal/admin_toolbar": "^3.0", | ||
"drupal/advagg": "^4.0", | ||
"drupal/better_exposed_filters": "^5.0", | ||
... | ... | @@ -76,6 +77,14 @@ |
"minimum-stability": "dev", | ||
"prefer-stable": true, | ||
"config": { | ||
"sort-packages": true | ||
"sort-packages": true | ||
}, | ||
"extra": { | ||
"patches": { | ||
"drupal/we_megamenu": { | ||
"PHP 8.1 Deprecations": "https://www.drupal.org/files/issues/2022-02-24/we_megamenu_deprecated.patch", | ||
"PHP 8.1 Compatibility": "web/profiles/contrib/droopler/patches/we_megamenu_compatibility_php81.patch" | ||
} | ||
} | ||
} | ||
} |
Please register or sign in to comment