Skip to content

Commit 519b0db

Browse files
committed
release 1.3.4
1 parent 9f8ad04 commit 519b0db

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@
77
1.3.0 - Show notice only for EU Countries (requires concrete5 8.2.2+), allow accepting cookies with page interactions, allow specifying link color, allow setting to show notice just once even if using multiple block instances
88
1.3.1 - added tabs in add/edit from
99
1.3.2 - added TrackableInterface for block controller, added composer.json
10+
1.3.4 - Modify error text for better translatability and a several of improvements. (Thanks mlocati)

controller.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Controller extends PackageInstaller
1616
{
1717
protected $pkgHandle = 'pure_cookies_notice';
1818
protected $appVersionRequired = '8.1';
19-
protected $pkgVersion = '1.3.2';
19+
protected $pkgVersion = '1.3.4';
2020

2121
public function getPackageName()
2222
{

0 commit comments

Comments
 (0)