Releases: podkrepi-bg/api
Releases · podkrepi-bg/api
v1.6.4
What's Changed
- src/donations: Fix donation filter query by @sashko9807 in #612
Full Changelog: v1.6.3...v1.6.4
v1.6.3
What's Changed
- add helpUsImprove field to the backend by @kdachev97 in #615
- seed/person: Add helpUsImprove property by @sashko9807 in #616
- actions: Add seeding job to API test workflow by @sashko9807 in #619
- src/donations: Order public donations by createdAt property by @sashko9807 in #620
New Contributors
- @kdachev97 made their first contribution in #615
Full Changelog: v1.6.2...v1.6.3
v1.6.2
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
v1.6.0
What's Changed
- Bump helmet version to ^7.1.0 by @sashko9807 in #600
- build(deps): bump follow-redirects from 1.15.2 to 1.15.5 by @dependabot in #601
- build(deps): bump ip from 2.0.0 to 2.0.1 by @dependabot in #603
- [1/2]: Overhaul of donations module by @sashko9807 in #604
- db/seed: Adapt seeding scripts to new payment structure by @sashko9807 in #605
- bank-import: Add amount in donation create bank object by @sashko9807 in #606
Full Changelog: v1.5.5...v1.6.0
Add a feature to allow invalidation of duplicated and invalid donations.
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
Don't update updatedAt field on iris re-import.
Allow campaign organizer to upload files.
Fix a bug with a stripe protocol change
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
- Fix a bug with the files upload for the campaign expenses
- Remove unnecessary relations from query response
Donors count and withdrawls
- Count the unique donors by email, not by name.
- Allow withdrawals to be deleted from the admin panel.
- Update notification templates
- Performance optimizations