From 0f06326bb33fa0065b01d0ac5c5dab10749650eb Mon Sep 17 00:00:00 2001 From: Rico237 Date: Sun, 12 Jan 2020 12:45:41 +0100 Subject: [PATCH] Update changelog.md files with new 1.0.7 changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [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). --- CHANGELOG.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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