Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update changelog.md files with new 1.0.7 changes
## [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).
- Loading branch information