Skip to content

1.0.7

Compare
Choose a tag to compare
@rico237 rico237 released this 12 Jan 11:58
· 73 commits to master since this release

Added

  • Add Stripe charge method (unique payment). - POST: /charge (async).
  • Cloud code function (endedSubscription) to track ended payments of commerces hourly.
  • Added endpoint for universal links (iOS). - GET /apple-app-site-association.
  • Added Parse Cloud AfterDelete function to remove all commerce's photos & videos if deleted.
  • Prevent .DS_Store files to be tracked by Git.

Changed

  • Major update of parse-server dependency from v2 to v3.
  • Parse server cron (automatic schedule) now execute new cloud code function to retrieve commerce's ended subscriptions.
  • Better Parse Cloud AfterSave function.
  • Added other banned word to commerce's tags ("description", "sappuie", "sur", "pour", "les", "proposer", "très").

Removed

  • Cloud code function (retrieveAllObjects) since parse-server framework changed from v2 to v3 (function no longer can be executed).