mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
changelog update
This commit is contained in:
+6
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user