From 971ae4160ef176377da6752455f160e5aea492c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=8Carodej?= Date: Fri, 20 May 2022 16:59:53 +0200 Subject: [PATCH] - plan sorting fix - plan homepage visibility fix --- changelog.md | 1 + public/mix-manifest.json | 2 +- resources/js/components/IndexPage/IndexPricingTables.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 60786222..0e47a176 100644 --- a/changelog.md +++ b/changelog.md @@ -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 diff --git a/public/mix-manifest.json b/public/mix-manifest.json index f277111d..88f71cb3 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -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", diff --git a/resources/js/components/IndexPage/IndexPricingTables.vue b/resources/js/components/IndexPage/IndexPricingTables.vue index 791f291e..952e8310 100644 --- a/resources/js/components/IndexPage/IndexPricingTables.vue +++ b/resources/js/components/IndexPage/IndexPricingTables.vue @@ -1,7 +1,7 @@