Skip to content

Releases: sandstorm/Sandstorm.CookiePunch

Prevent Array from being passed to ConfigurationHelper

02 May 14:06
53503ff
Compare
Choose a tag to compare

we need to prevent an array to be passed to the TranslationHelper
this can happen when we e.g. try to translate "Sandstorm", which will
return the corresponding yaml config

v4.4.1

13 Mar 13:38
75ef1f4
Compare
Choose a tag to compare

Changelog

  • Fix #18 by setting purposes and services to empty arrays in Settings.yaml

Feature: Contextual consent only for all services without modal or banner

09 Mar 12:10
5a52ce8
Compare
Choose a tag to compare
4.4.0

Merge pull request #20 from sandstorm/19-feature-inline-consent-only-…

Support Neos 8.0

24 May 08:49
5b83fba
Compare
Choose a tag to compare
4.3.0

support neos 8.0

Bugfix: Pass remaining services via context to the Config fusion object

19 May 11:56
Compare
Choose a tag to compare

This fixes a breaking change that was introduced in version 4.2.0 by changing the type of Sandstorm.CookiePunch:Config to Neos.Fusion:Component. The keys for overriding configuration as described in the README did not work anymore because there was a new intermediate key "renderer".

Feature: Conditional Rendering of Services in Consent Modal

19 May 09:04
Compare
Choose a tag to compare

Now eel expressions are available for detecting at runtime if a consent switch is needed at all.

You can evaluate if a switch in the cookie modal should be rendered at runtime. This is useful for multi-site setups and to prevent unnecessary consent switches from being rendered if e.g. no youtube video has ever been added to the content.

support japanese translations

10 May 17:28
7dc3a59
Compare
Choose a tag to compare
Merge pull request #15 from paavo/patch-1

feat: Added Japanese Translations

Minor Bugfixing

16 Dec 19:13
Compare
Choose a tag to compare
4.0.1

BUGFIX: addContextualConsent needs to be more robust

Adding more tags for blocking -> <audio>, <video>, <source>, ...

16 Dec 19:00
f2c5e03
Compare
Choose a tag to compare

Now other tags can be blocked that could potentially send the visitors IP to a third party server.
The Eel helpers are more generalized.

    @process.blockTags = ${CookiePunch.blockTags(["iframe", "script"],value, !node.context.inBackend)}
    @process.neverBlockTags = ${CookiePunch.neverBlockTags(["iframe", "script"],value, !node.context.inBackend)}

More convenient way to open modal again

27 Oct 09:42
Compare
Choose a tag to compare
3.1.0

FEATURE: open modal if user clicks link with href="#open_cookie_punch…