Skip to content

Commit

Permalink
Merge pull request #36 from dryven/dev-1.5.4
Browse files Browse the repository at this point in the history
Fix provided fieldtypes not working
  • Loading branch information
dryven-daniel authored Oct 22, 2024
2 parents f689885 + 7e1c924 commit a1d4da6
Show file tree
Hide file tree
Showing 11 changed files with 992 additions and 1,287 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [v1.5.4] - 2024-10-22

### Fixed

* Fix provided fieldtypes not working

## [v1.5.3] - 2024-08-19

### Fixed
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ddm-studio/cookie-byte",
"type": "statamic-addon",
"version": "1.5.3",
"version": "1.5.4",
"description": "A highly customizable cookie consent manager for Statamic websites",
"keywords": [
"cookie consent",
Expand Down Expand Up @@ -40,7 +40,7 @@
"statamic": {
"name": "Cookie Byte",
"description": "A highly customizable cookie consent manager for Statamic websites",
"version": "1.5.3"
"version": "1.5.4"
},
"npm": {
"js-cookie": "^3.0.1"
Expand Down
645 changes: 287 additions & 358 deletions composer.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/cp.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/cp.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions dist/js/ddmcb.js

Large diffs are not rendered by default.

Loading

0 comments on commit a1d4da6

Please sign in to comment.