Skip to content

Releases: CodiTramuntana/decidim-file_authorization_handler

v0.27.1.7

20 Mar 07:40
c9acceb
Compare
Choose a tag to compare

What's Changed

  • FIX: Fix previous version. Accept :document_number as decidim-initiatives sends it, but don't declare it as a argument as it duplicates the verification input for the document.

Full Changelog: v0.27.1.6...v0.27.1.7

v0.27.1.6

20 Dec 11:29
0ae3985
Compare
Choose a tag to compare
  • FIX: Add a hack in file_authorization_handler order to sign initiatives because in decidim-initiatives/app/forms/decidim/initiatives/vote_form.rb send to handler_for a param named document_number.

v0.26.8.8

25 Sep 06:33
f313373
Compare
Choose a tag to compare

v0.26.8.8

  • Backport fixes with unique_id.

v0.25.2.3

25 Sep 06:32
9bbdba2
Compare
Choose a tag to compare

v0.25.2.3

  • Backport fixes with unique_id

v0.27.1.5

25 Sep 12:14
1d6d825
Compare
Choose a tag to compare

v0.27.1.5

  • FIX: When organization is nil, unique_id causes an exception.

v0.27.1.4

29 Jun 13:40
b6d71b0
Compare
Choose a tag to compare
  • FIX: add compatibilty cross older Ruby versions by adding the hash value in the parameter.

v0.27.1.2

22 May 10:37
252eb2f
Compare
Choose a tag to compare
  • Add missing translations about first login.

v0.27.1.1

07 Mar 08:00
c712e89
Compare
Choose a tag to compare
  • Add organization id to generate unique_id because there are conflicts when there is a multitenant.

⚠️ Be careful, this change will make all verifications in production no longer valid because the unique_id will be generated differently

v0.27.1.0

07 Mar 07:59
1941122
Compare
Choose a tag to compare
  • Upgrade to use Ruby 3.1.3, but be compatible with > 3.0
  • Upgrade to Decidim v0.27.1

v0.26.2.5

12 Dec 15:48
5688046
Compare
Choose a tag to compare
  • FEATURE: Allow extra random columns in CSV and persist them in an extras column of type jsonb but as an array.
  • Upgrade to use Ruby 2.7.7, but be still compatible with 2.7.5