mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
changelog update
This commit is contained in:
@@ -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
|
||||
- Fixed reCaptcha for the contact form
|
||||
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
<!--Fraud Prevention Mechanism Rules-->
|
||||
<div v-if="config.subscriptionType === 'metered' && allowedPayments" class="card shadow-card">
|
||||
<FormLabel icon="shield">
|
||||
{{ $t('Fraud Prevention Mechanism Rules') }}
|
||||
{{ $t('Usage Restriction Rules for User Accounts') }}
|
||||
</FormLabel>
|
||||
|
||||
<AppInputSwitch
|
||||
|
||||
Reference in New Issue
Block a user