- plan sorting fix

- plan homepage visibility fix
This commit is contained in:
Čarodej
2022-05-20 16:59:53 +02:00
parent 63da860df5
commit 971ae4160e
3 changed files with 3 additions and 2 deletions

View File

@@ -6,6 +6,7 @@
- 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
- 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
#### Release date: 10. May 2022

View File

@@ -48,7 +48,7 @@
"/chunks/app-adsense.js": "/chunks/app-adsense.js?id=c7e7dc2975317062",
"/chunks/app-server.js": "/chunks/app-server.js?id=60b6d1a5e3b1aeb8",
"/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/contact-us.js": "/chunks/contact-us.js?id=ea99d85aa3500595",
"/chunks/demo.js": "/chunks/demo.js?id=355303e4230cb5ae",

View File

@@ -1,7 +1,7 @@
<template>
<div
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">
<h1 class="title" v-html="index.pricing_title"></h1>