Skip to content

Commit

Permalink
Document changes to event names
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanmcclean committed May 8, 2024
1 parent 5c2b41a commit 4529dfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,5 @@ To upgrade to v9.x, you'll need to make some manual changes.
```
6. If you were previously calling the `window.cookieNotice.hasConsent('group_name')` method, you should refactor your code to use [event listeners](#events) instead.
7. If you were previously loading Google Tag Manager or a Meta Pixel manually, you may now configure them in [the Control Panel](#via-the-control-panel).
8. If you were previously overriding the `notice` view in `resources/views/vendor/cookie-notice`, you will need to re-implement in a [custom widget](#building-a-custom-widget).
8. If you were previously overriding the `notice` view in `resources/views/vendor/cookie-notice`, you will need to re-implement in a [custom widget](#building-a-custom-widget).
9. If you were previously listening to Cookie Notice's `consented` or `revoked` events, you should now listen for the `accepted` and `declined` events instead.

0 comments on commit 4529dfc

Please sign in to comment.