Skip to content

Releases: podkrepi-bg/api

v1.6.4

22 Mar 05:49
8a3f614
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.3...v1.6.4

v1.6.3

21 Mar 17:03
3089a38
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.2...v1.6.3

v1.6.2

14 Mar 21:53
8b800c6
Compare
Choose a tag to compare

What's Changed

  • donations/exportToExcel: Add values for missing payment columns by @sashko9807 in #609
  • campaign.service/updateDonationIfAllowed: Update donation amount aswell by @sashko9807 in #610
  • donations: Add endpoint which would allow to sync amount of donation and payment by @sashko9807 in #611

Full Changelog: v1.6.1...v1.6.2

v1.6.1

12 Mar 09:20
eca2695
Compare
Choose a tag to compare

What's Changed

  • Don't update the bank statement if exists #607

Full Changelog: v1.6.0...v1.6.1

v1.6.0

10 Mar 10:17
e60ec14
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.5...v1.6.0

Add a feature to allow invalidation of duplicated and invalid donations.

28 Jan 17:44
c0e7cf4
Compare
Choose a tag to compare

This gives certain users with the proper credentials the right to mark a donation as invalid.
We need this in the rare cases when a manual fix is need due to some problem with stripe or the bank.

Fixes on upload files and banking imports

24 Jan 08:57
d21fea3
Compare
Choose a tag to compare

Don't update updatedAt field on iris re-import.
Allow campaign organizer to upload files.

Fix a bug with a stripe protocol change

21 Dec 08:40
8ec0b82
Compare
Choose a tag to compare

A new bug appeared - if the payment does not succeed with one card.
Stripe will now send a declined first and succeeded later.
We thought declined was a final status.

Bugfixes and cleanups

20 Dec 07:44
5e1bc83
Compare
Choose a tag to compare
  • Fix a bug with the files upload for the campaign expenses
  • Remove unnecessary relations from query response

Donors count and withdrawls

14 Dec 13:42
226193d
Compare
Choose a tag to compare
  • Count the unique donors by email, not by name.
  • Allow withdrawals to be deleted from the admin panel.
  • Update notification templates
  • Performance optimizations