Releases: bootscore/bs-cookie-settings
Releases · bootscore/bs-cookie-settings
5.6.1
Improvements
- Added Spanish instructions #22 (@osdeibi)
- Created
translations
folder and moved Spanish translation to espanol.md #23 (@crftwrk)
Update
5.6.0
Feature
- Added optional footer to consent banner to add important links like privacy policy, terms, imprint etc. Footer can be activated in init js #19 (@crftwrk)
Improvement
5.5.0
Feature
- Added additional settings button to cookie bar. Button can be activated in init js #14 (@crftwrk)
- Added
data-bs-backdrop="static"
attribute to the modal to avoid closing it when clicking on the backdrop and forcing the user to make a decision #12 (@crftwrk)
Improvement
- Removed
-main
branch suffix from plugin's folder. This does not affect existing bs-cookie-settings-main
installations.
- Removed
btn-close
focus on modal show #13 (@crftwrk)
- Changed all
btn-outline-primary
to btn-primary
according to the GDPR law #15 (@crftwrk)
- Changed
col-xxl-3
to col-lg-3
in banner to fit the sidebar width 60dc213 (@crftwrk)
Update
5.3.0
- [FEATURE] Add composer.json f90194b
- [FEATURE] Add plugin update checker e004b7b
- [IMPROVEMENT] Change
btn-outline-secondary
to btn-outline-primary
af96550
- [UPDATE] Bootstrap 5.3 color classes cbc7c29
5.2.1.0
- Refactored modal
- Removed plugin's backdrop and uses Bootstrap modal backdrop instead
- Settings link triggers now modal instead modal-dialog
- Changed settings link to
data-bs-toggle="modal"
- Hide banner if modal is open
- Changed id's
- Updated to FA6 Chevron
5.2.0.0
- Added missing
modal
class
5.1.3.2
- Fix modal backdrop in Chrome/Edge. Used rgba instead opacity.
- Switched to FA5 icons