diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index de276cc..8c44dbc 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -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). \ No newline at end of file +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. \ No newline at end of file