Skip to content

Releases: exatasmente/wordpress-cookies-policy

3.0.0

Choose a tag to compare

@exatasmente exatasmente released this 02 Oct 14:56
  • Update Cookies Policy to handle cookies via JavaScript
  • JsCookies dependency removed
  • Plugin now handles when the cookies policy policy message injection fails via wp_footer
  • Using Lax samesite policy -> CORS behavior not handled by plugin
  • Cookies policy now set cookie to domain, lp.sub.example.com, sub.example.com -> .example.com
  • Cookies policy now set cookie path value as "/"

Cookie Values :

* name : "permisson_use_cookies"
* value : "allow"
* expires : +1085 (days)
* path : "/"
* domain :`window.Cookies_Policy.getDomain()`
* samesite : "Lax"

2.0.1

Choose a tag to compare

@exatasmente exatasmente released this 30 Sep 17:37
2.0.1

2.0.0

Choose a tag to compare

@exatasmente exatasmente released this 24 Sep 20:03
update plugin description

1.1.2

Choose a tag to compare

@exatasmente exatasmente released this 24 Sep 17:21
Merge branch 'master' of https://github.com/exatasmente/wordpress-coo…