Skip to content

Releases: Rundiz-WP/rd-cookie-notice

v0.2.8

23 May 07:37
@ve3 ve3
1c2237d
Compare
Choose a tag to compare

v0.2.7

24 Jan 05:57
@ve3 ve3
4c135f3
Compare
Choose a tag to compare
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 in HTML 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 invalid foreach. (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

( 479ae62 and 372f179 )

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

Update

  • Renamed main class
  • Rewrite JS, CSS, and some part of PHP.