Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 22, 2024
1 parent f8e7ec8 commit 75d2db1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

* NEW Add support for a signature key of remote action messages.
* NEW Length of database and user name is now 12 and password 14 min.
* NEW Update the Stripe IPN service to be compatible with last Stripe API version (2023-10-16)
* FIX Redirection instances must not appear in the count of backuped instances.
* FIX letsencrypt for wildcard are now using 2 passes and needs 2 TXT entry in DNS.
* FIX Debug master_move_instance.php - Price of old instance is kept/reused.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3815,7 +3815,7 @@ certbot

* Activate the "Cron / Scheduled Jobs" module and set the cron security key to the same value as what was set in the parameter of the call to *cron_run_jobs.php* in the cron of user *admin*.

* Activate the "Stripe" module and set it. On Stripe side, you must enable the WebHooks for a least the message *payment_intent.succeeded*
* Activate the "Stripe" module and set it. On Stripe side, you must enable the WebHooks for a least the message *payment_intent.succeeded* and *payment_intent.payment_failed*


On *Deployment servers*:
Expand Down

0 comments on commit 75d2db1

Please sign in to comment.