changelog update

This commit is contained in:
Čarodej
2022-07-01 08:58:31 +02:00
parent 132bf23a7e
commit 245bef8d10
2 changed files with 7 additions and 2 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
## Version 2.2.0.14 ## Version 2.2.1
#### Release date: 1. July 2022
### New Usage Restriction Rules for User Accounts for Metered Billing
- Allow limiting max usage before users will be forced to increase balance in first month of account existence
- Force users to increase balance when usage is bigger than their current balance
#### Release date: 29. Jun 2022 #### Release date: 29. Jun 2022
- Fixed reCaptcha for the contact form - Fixed reCaptcha for the contact form
@@ -78,7 +78,7 @@
<!--Fraud Prevention Mechanism Rules--> <!--Fraud Prevention Mechanism Rules-->
<div v-if="config.subscriptionType === 'metered' && allowedPayments" class="card shadow-card"> <div v-if="config.subscriptionType === 'metered' && allowedPayments" class="card shadow-card">
<FormLabel icon="shield"> <FormLabel icon="shield">
{{ $t('Fraud Prevention Mechanism Rules') }} {{ $t('Usage Restriction Rules for User Accounts') }}
</FormLabel> </FormLabel>
<AppInputSwitch <AppInputSwitch