Skip to content

Commit

Permalink
Update Changelog beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
aeberhard committed Jan 1, 2023
1 parent e71ad81 commit e45822f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# REDAXO consent_manager - Changelog

## Version 4.0.0beta324.11.2022
## Version 4.0.0beta401.01.2023

### Breaking Changes

* **Achtung:** Das Template für die Consent-Box und CSS wurde angepasst (Fragment consent_manager_box.php)! Bei eigenen Fragmenten entsprechend anpassen!
* **Template für die Consent-Box angepasst** (fragments/consent_manager_box.php)
* Buttons statt Links für die Buttons und den Close-Button
* Neuer Button "Alles ablehnen" (@thorol)
* Tabindex(e) hinzugefügt
* CSS angepasst (scss/consent_manager_frontend.scss)
* Browser-Default-Checkboxen ohne SchnickSchnack (nur greyscale, und mit scale vergrössert), dadurch sind die Checkboxen auch per Tastatur erreichbar
Expand Down
2 changes: 1 addition & 1 deletion assets/consent_manager_frontend.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
cachelogid: consent_manager_parameters.cachelogid
};
// checkboxen
if(toSave !== 'none'){
if (toSave !== 'none'){
consent_managerBox.querySelectorAll('[data-cookie-uids]').forEach(function (el) {
// array mit cookie uids
var cookieUids = JSON.parse(el.getAttribute('data-cookie-uids'));
Expand Down
2 changes: 1 addition & 1 deletion package.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package: consent_manager
version: "4.0.0beta3"
version: "4.0.0beta4"
author: "Friends Of REDAXO"
supportpage: https://redaxo.org/support/community/#slack

Expand Down

0 comments on commit e45822f

Please sign in to comment.