mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-13 08:45:01 +00:00
- plan sorting fix
- plan homepage visibility fix
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
- Solved UI issue with empty notification popup
|
- Solved UI issue with empty notification popup
|
||||||
- If you send file request for native user via email option, the push notification will be sent to the user
|
- If you send file request for native user via email option, the push notification will be sent to the user
|
||||||
- Ability to test your websocket (Broadcasting) connection via Admin / Server / Broadcasting tab
|
- Ability to test your websocket (Broadcasting) connection via Admin / Server / Broadcasting tab
|
||||||
|
- Plans in fixed subscription are now automatically sorted from lower to higher price
|
||||||
|
|
||||||
## Version 2.1.3
|
## Version 2.1.3
|
||||||
#### Release date: 10. May 2022
|
#### Release date: 10. May 2022
|
||||||
|
|||||||
@@ -48,7 +48,7 @@
|
|||||||
"/chunks/app-adsense.js": "/chunks/app-adsense.js?id=c7e7dc2975317062",
|
"/chunks/app-adsense.js": "/chunks/app-adsense.js?id=c7e7dc2975317062",
|
||||||
"/chunks/app-server.js": "/chunks/app-server.js?id=60b6d1a5e3b1aeb8",
|
"/chunks/app-server.js": "/chunks/app-server.js?id=60b6d1a5e3b1aeb8",
|
||||||
"/chunks/app-language.js": "/chunks/app-language.js?id=46d7fc713d36cea8",
|
"/chunks/app-language.js": "/chunks/app-language.js?id=46d7fc713d36cea8",
|
||||||
"/chunks/homepage.js": "/chunks/homepage.js?id=55c3e017e2a12876",
|
"/chunks/homepage.js": "/chunks/homepage.js?id=9a34286b626e6ef4",
|
||||||
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=9553d7a2912cb901",
|
"/chunks/dynamic-page.js": "/chunks/dynamic-page.js?id=9553d7a2912cb901",
|
||||||
"/chunks/contact-us.js": "/chunks/contact-us.js?id=ea99d85aa3500595",
|
"/chunks/contact-us.js": "/chunks/contact-us.js?id=ea99d85aa3500595",
|
||||||
"/chunks/demo.js": "/chunks/demo.js?id=355303e4230cb5ae",
|
"/chunks/demo.js": "/chunks/demo.js?id=355303e4230cb5ae",
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="page-wrapper medium pricing"
|
class="page-wrapper medium pricing"
|
||||||
v-if="!isEmpty && index.section_pricing_content === '1' && config.stripe_public_key"
|
v-if="!isEmpty && index.section_pricing_content === '1'"
|
||||||
>
|
>
|
||||||
<div id="pricing" class="page-title center">
|
<div id="pricing" class="page-title center">
|
||||||
<h1 class="title" v-html="index.pricing_title"></h1>
|
<h1 class="title" v-html="index.pricing_title"></h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user