diff --git a/CHANGELOG.md b/CHANGELOG.md index f712a46..b0cc6a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,25 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] -- Add [Stripe](https://stripe.com/fr) payment method (payment + billing). +### Changed +- Better handling of [Stripe](https://stripe.com/fr) payment methods (billing + others) - POST: /charge (async). + +## [1.0.7] - 2020-01-12 +### Added +- Add [Stripe](https://stripe.com/fr) 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). ## [1.0.6] - 2019-12-01 ### Changed