Skip to content

Releases: PurposeOpen/Platform

Release 0.9.4

13 Sep 18:17
Compare
Choose a tag to compare
  • Bug fix: deleting campaigns no longer creates unintended orphans
  • Updated paranoia gem. Autofire emails and lists are now 'paranoid' (when these objects are deleted, their records are kept in the tables, but deleted_at is set so they are no longer accessible). This eases content recovery.

Release 0.9.3

06 Sep 20:38
Compare
Choose a tag to compare
  • Set lat/lng for users that provide a postcode (requires postcode data, we recommend geopostcodes.com). Users are associated with the lat/lng of the center of their postcode.
  • New user location-based list cutting features:
    • users within a radius of a point
    • users within a radius of a postcode
    • users with certain postcodes
  • Homepage 'headline' and 'join text' fields now support more than 255 characters.

Release 0.9.2

14 Aug 19:36
Compare
Choose a tag to compare
  • Fixed tabs on Email Footers page
  • 'no-reply' address set up in env variables and constants.yml

Release 0.9.1

05 Aug 14:57
Compare
Choose a tag to compare
  • Bulk mailing batch size reduced. Sendgrid's parsing of the bulk mailing API request header fails when the header is too large. This can happen for example when the list of email addresses and/or substitutions is too long.

Release 0.9.0

24 Jul 16:25
Compare
Choose a tag to compare
  • API endpoints and list cutting filters that can be used to integrate the Platform with ControlShift or any external source of member activity. Members joining through the external source are members of the Platform, and their activity on external pages is available to the list cutter for targeted emailing.
  • Platform is compatible with mysql 5.6
  • Cleaned up Capybara configs to reduce cucumber test timeouts when running under Jenkins