Skip to content

Commit

Permalink
chore(release): bumped version to 1.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
webworkerJoshua committed Nov 24, 2024
1 parent ce054be commit ecb1acf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog of PrivacyWire

## 1.1.7
- add default type text/javascript of none is defined to correct function updateAllowedElementScript https://github.com/webworkerJoshua/privacywire/pull/37
Thank you @donatasben

## 1.1.6
- add default type `text/javascript` if no `data-type` is defined. https://github.com/webworkerJoshua/privacywire/issues/33

Expand Down
2 changes: 1 addition & 1 deletion PrivacyWire.module
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class PrivacyWire extends WireData implements Module, ConfigurableModule
'summary' => "This module adds management options for GDPR-relevant elements (loading maps, videos etc. only after accepting external media) and cookies.",
'author' => "blaueQuelle",
'href' => "https://github.com/blaueQuelle/privacywire",
'version' => "1.1.6",
'version' => "1.1.7",
'autoload' => true,
'singular' => true,
'requires' => ["PHP>=7.2", "ProcessWire>=3.0.110"],
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "privacywire",
"author": "webworkerJoshua",
"version": "1.1.7",
"license": "GPL-3.0",
"private": true,
"engines": {
Expand Down

0 comments on commit ecb1acf

Please sign in to comment.