Skip to content

Commit

Permalink
Update Version
Browse files Browse the repository at this point in the history
  • Loading branch information
kuschmitt committed Dec 20, 2024
1 parent 5116408 commit 5943c4e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## Version 6.0.2
- [BUGFIX] Styling Contentelements (if Cookie is not accepted)
- [FEATURE] Changes in Documentation

## Version 6.0.1
- [BUGFIX] Default for Headerscript-Storage

Expand All @@ -16,4 +20,4 @@
- [IMPORTANT] Support for TYPO3 12+13

# 5.0.1
- [Bugfix] Change folder name Flexforms
- [BUGFIX] Change folder name Flexforms
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ WCM is a typo3 extension that enables website visitors to control and manage the

Minimal Dependencies
====================
* TYPO3 CMS 12.4 or 13.4 for Wacon Cookie Management(WCM) 6.x
* TYPO3 CMS 12.4 or 13.4 for Wacon Cookie Management(WCM) 5.x
* TYPO3 CMS 11.5 or 12.4 for Wacon Cookie Management(WCM) 4.x
* TYPO3 CMS 10.4 or 11.5 for Wacon Cookie Management(WCM) 3.x
* TYPO3 CMS 9.5 or 10.4 for Wacon Cookie Management(WCM) 2.x
* TYPO3 CMS 7.6 or 9.5 for Wacon Cookie Management(WCM) 1.x
Expand Down Expand Up @@ -53,6 +56,15 @@ Each external script that is used by the website and is responsible for a cookie
3. Define the JavaScript-Code that is proposed to be added to the page if this cookie is enabled
4. If you wish to show disabled elements (e.g. represented by a frosted glas effect) like googleMaps, Twitter Time etc. you can define an appropriate image and a short text(e.g. "click here to enable me")

Include external scripts inheader
----------------------------------

Each external script that is used by the website and is responsible for a cookie you defined in your cookie folder has to be encapsulated with the plugin "Externes Script einbinden":
1. Create a plugin content element "Externes Header-Script einbinden"
2. Define the needed cookie
3. Define the JavaScript-Code that is proposed to be added to the page if this cookie is enabled


License
-------

Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
'title' => 'Wacon Cookie Management',
'description' => 'WCM is a typo3 extension that enables website visitors to control and manage the usage of cookies on the website (commonly known as "cookie consent box"). Thus it helps website owner to be in line with the rules of the General Data Protection Regulation (GDPR) which took effect on 25 May 2018.',
'category' => 'plugin',
'version' => '6.0.1',
'version' => '6.0.2',
'state' => 'stable',
'uploadfolder' => false,
'clearcacheonload' => false,
Expand Down

0 comments on commit 5943c4e

Please sign in to comment.