Skip to content

Releases: prey/gdpr_rails

bugfixes

18 Sep 13:38
Compare
Choose a tag to compare
  • fixes activestorage behavior

Rails 6 support

18 Sep 13:37
Compare
Choose a tag to compare
v0.5.0

Version 0.5.0

Fixes & Refactors

05 May 18:41
Compare
Choose a tag to compare

travis tests with appraisals ruby versions 2.3.0, 2.4.0, 2.5.0 on rails 5.2.1 & 5.2.3
plus!
#36 Better management of custom user_resources by @piotaixr
#27 handle state exceptions on accept / reject by @patriciojofre
#30 Changed current_user to self in model helpers by @ben-gy

🎉 🔒 !

Handle boolean on term setter

24 May 18:04
Compare
Choose a tag to compare

Handle boolean on term setter on user_behavior
ref #22

New Admin panel & customize download link

17 May 02:38
6d3477d
Compare
Choose a tag to compare

JSON export support & ActionView Renderer

15 May 01:01
Compare
Choose a tag to compare

#16

Breaking Changes:

  • Exporter layout now expects a layout name which references a valid layout placed in app views

Additions:

  • Template system from ActionView instead Tilt or Raw Erb, since this is a Rails engine, we are using all the Rails power!
  • Jbuilder supported for JSON export

Store policy cookie method & typo fixes

11 May 23:32
Compare
Choose a tag to compare

#13 store cookie method integrated in user_behavior concern
#15 fixes typo on pending policies method

Configurable Admin & User, FR i18n & typo fixes

07 May 16:09
Compare
Choose a tag to compare
  • #7 Configurable User & Admin resources
  • #8 Added FR translations
  • #5 Readme notes on UserBehavior
  • #4 Updated Rails dependency

Thanks to @EtienneDepaulis

Admin email support for portability requests

04 May 17:37
Compare
Choose a tag to compare

This version handles email notification for admins which will be notified on portability requests.
this needs a admin_email_inbox = Proc or string into config