2.0.0#203
Open
over-engineer wants to merge 21 commits into
Open
Conversation
Major version bump since this branch migrates the vanilla-cookieconsent library from version 2.9.x to 3.x, which introduces several breaking changes
Add contributing section to table of contents
Update the `Blueprint` class of our object-oriented database abstraction to support adding database indexes
Add database indexes to the custom `pressidium_cookie_consents` table * `idx_consent_date` for the `consent_date` column * `idx_ip_address` for the `ip_address` column * `id_created_at` for the `created_at` column
Rename `includes/Database/index.php` to `includes/Database/Index.php` to comply with the PSR-4 autoloading standard.
Add a backwards-compatible shim for `window.pressidiumCookieConsent.allowedCategory()` to improve compatibility with third-party integrations
Max 5 requests per minute per IP address
Member
Author
|
This PR migrates our integration of The new major version introduces several breaking changes and API differences compared to v2, requiring updates across initialization, configuration, and event handling. Because this migration includes breaking changes for users of this plugin, merging this PR should be accompanied by a major version bump: Changes
Breaking Changes
|
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pressidium/cookiesblock API version to 3pressidium_cookie_consentstablePOST /pressidium-cookie-consent/v1/consentrequests by IP addresswindow.pressidiumCookieConsent.allowedCategory()POST /pressidium-cookie-consent/v1/consenton every page load