v0.2.7
Pre-release
Pre-release
- Fix CSS & JS did not load in admin.
v0.2.6
- Update new line to Unix style on all files.
- Add old class name
\RdCookieNotice()
to keep backward compatible but show warning.
v0.2.5
Remove
v0.2.4
Add
- Add
data-nosnippet="data-nosnippet"
to prevent search engine collect cookie notice text inHTML
class. - Add
UserAgent
class to detect search engine bot and do not display cookie notice text when detected that user is bots.
v0.2.3
Update
- Add hex colors description in the form. (996a110)
Fix
- Fix errors that
$revoke_opts
property is missing and cause invalidforeach
. (996a110) - Hot fix notice bar appears everywhere in widgets admin & customizer pages. This still need to check when WordPress has been updated. (996a110)
v0.2.2
Fix
- Fix errors with Polylang. This also fix to allow string translation work properly. (a4c1b7d)
- Fix prevent display message in admin widget page. (e63d003)
v0.2.1
Update
- Split code into multiple files to make it more readable.
- Rewrite the code to use PHP 7.0+.
- Update translation to use this plugin's text domain only.
Remove
- Removed unused variables and functions.
v0.1.0
Add
- Forked from ZP Cookie Notice which its original is Cookie Notice by dFactory (https://wordpress.org/plugins/cookie-notice/)
Update
- Renamed main class
- Rewrite JS, CSS, and some part of PHP.