Skip to content

Releases: alphamanuscript/social-relief

v0.9 Release

12 Dec 15:15
a87b4d0
Compare
Choose a tag to compare
  • Adds feature to send ad-hoc bulk messages to users via the Admin CLI (#194)
  • Relaxes client-side validation for phone numbers (#187)

v0.8.2 Release

02 Dec 20:59
69e21d5
Compare
Choose a tag to compare
  • Removes the phone number country code from generated donate links

v0.8.1 Release

30 Nov 22:30
a63d707
Compare
Choose a tag to compare
  • Adds a feature that sends monthly distribution reports to every donor via SMS and/or email at the beginning of every month

v0.8.0 Release

26 Nov 17:05
c25a9ae
Compare
Choose a tag to compare
  • Consolidate donation notification messages sent to donors after daily distributions. Include donation link in messages.
  • Shorten donation links using Bitly service
  • Add site map

v0.7.0 Release

28 Oct 11:00
bfdd451
Compare
Choose a tag to compare
  • Added support for money transfer using Flutterwave payment provider
  • Make donation distributions fully automated by changing the default provider for distributing donations from ManualPay to Flutterwave (Refunds still use ManualPay)
  • Added support for donation links (e.g. https://socialrelief.co?donate=true&n=John+Doe&a=5000&e=johndoe@mailer.com&p=711222333)
  • Use cron-style schedules for donation distributions to allow more control in deciding when distributions should run
  • Add twitter link to home page

v0.6.1

18 Oct 21:10
87e792e
Compare
Choose a tag to compare
  • Fix issue with service worker to fetch updated site content when a new version is detected
  • Improved FAQ layout on mobile screens
  • Added more beneficiary images and testimonials

v0.6.0

10 Oct 19:00
e074cdc
Compare
Choose a tag to compare
  • Added new statistic to count total number of beneficiaries (to distinguish from total number of recipients)
  • Made UI changes to the home page (especially the FAQs)
  • Added beneficiary images to the homepage
  • Set the default donation amount to 2,000 (up from 1,000)

v0.5.1

04 Oct 17:39
d5082d0
Compare
Choose a tag to compare
  • Fixes error that prevents vetted distribution from running
  • Added database field (onlyVettedDistribution) to distinguish vetted from non-vetted donation distributions

v0.5.0

03 Oct 20:59
906e822
Compare
Choose a tag to compare

Major changes

  • Implemented vetted distributions: donation distribution process for vetted beneficiaries, each beneficiary can receive funds from any donor
  • Update site information
  • Add FAQs and testimonials

Minor fixes

  • Fix computation of amount contributed statistic to deduct refunds
  • Fix name field in transaction data sent to ManualPay
  • Only include first name of beneficiary in donation notification message sent to donor.

v0.4.0 Release

28 Sep 19:12
b5a03a5
Compare
Choose a tag to compare
  • Added support for vetted beneficiaries (beneficiaries who can receive funds from any donor)
  • Added Admin CLI to manage vetted beneficiaries