<aside> 🔔 **Join our group for the latest information & guide.**

</aside>

Version 6.3.0

Last updated: Jul 28, 2026 - Link Purchase | Download

<aside> 💡

QUICK NOTE

</aside>


<aside> <img src="/icons/add_blue.svg" alt="/icons/add_blue.svg" width="40px" />

NEW FEATURE

</aside>

🔄 Core Updates

(1) Update Google Play Policy 💥

Supported: All Apps

This ensures continued app compatibility, improved performance, and access to new platform features while adhering to Google's publishing standards 👍

image.png

image.png


(2) Tab Bar Minimize Support 🫧

Supported: All Apps

Adds tab bar minimize UI.

"TabBarConfig": {
+ "showMinimize": true
}

image.png


(3) Liquid Glass Bottom TabBar 💧

Supported: All Apps

"TabBarConfig": {
+  "liquidGlass": true
}

image.png


(4) Floating Tab Bar 🎈

Supported: All Apps

Introduces a floating bottom tab bar style above the page content. Combine with margins, radius, and shadow to get a floating pill.

"TabBarConfig": {
+  "floating": true
}

image.png


(5) OTP Length Configuration for SMS Verification 🔢

Supported: All Apps

Adds configurable OTP length for SMS providers that do not use 6 digits (default length).

"authConfig": {
 "providers": {
  "sms": {
+   "otpLength": null // 6 as default
  }
 }
}

image.png


(6) Video Shopping Sorting Config Support 🎬

Supported: Woo/Shopify

Adds configurable video sorting parameters. Requires the latest MStore API plugin version.

{
    "layout": "videos",
    "icon": "assets/icons/tabs/icon-videos.png",
    "styleVersions": ["1", "2"],
+   "order": "asc",
+   "orderby": "date"
}

(7) Custom Filter Screen Support 🧭

Supported: All Apps

Allows configuring filter/sort options shown in Filter Screen.

"filterConfig": {
    "showLayout": true,
    "showSort": true,
    "showPriceSlider": false,
    "showCategory": false,
    "showListingLocation": false,
    "showBrand": false,
    "showTag": false,
    "showFeature": false,
    "showAttribute": false,
		"supportedSortByOptions": ["date", "price"]
}

image.png


(8) Language Expansion 🌐

Supported: All Apps

Adding more localization support: Afrikaans (af), Filipino (fil), Nepali (ne), Assamese (as), Belarusian (be), Tibetan (bo), Welsh (cy), Basque (eu), Irish (ga), Galician (gl), Swiss German (gsw), Gujarati (gu), Croatian (hr), Armenian (hy), Icelandic (is), Kyrgyz (ky), Latvian (lv), Macedonian (mk), Malayalam (ml), Mongolian (mn), Norwegian Bokmal (nb), Oriya (or), Panjabi (pa), Pashto (ps), Slovenian (sl), Tagalog (tl), Uighur (ug), Zulu (zu)

FluxStore apps now support more than 85 languages.


(9) HTML Link Handling Improvement 🔗

Supported: All Apps

Support handling deeplinks in HTML, such as product descriptions, blog/post content.


(10) Testimonial Style Variants 💬

Supported: All Apps

Adds new testimonial style variants for richer home/content design options.

image.png


(11) Phone Number Verification Upgrade ☎️

Supported: All Apps


(12) Product Detail Price Visibility 💰

Supported: All Apps

Adds showPrice control in product detail settings for flexible price display behavior.

"productDetail": {
+ "showPrice": true
}

image.png


(13) Secure Screen Configuration 🛡️

Supported: All Apps

Implements secure screen configuration to block screenshots and screen recording on sensitive screens or the entire app.

"secureScreenConfig": {
	 "enable": false,
	 "screens": []
}

(14) External Product Button Text Support 🔘

Supported: WooCommerce

Supports custom buttonText for external products. If the admin has customized button text for external product, the app will use that value; otherwise, the fallback remains "Buy now".

Web configuration:

image.png

Web demo:

image.png

App Demo:

image.png



Version 6.2.0

Last updated: June 15, 2026 - Link Purchase | Download


Version 6.1.0

Last updated: April 29, 2026 - Link Purchase | Download


Version 6.0.1

Last updated: April 1, 2026 - Link Purchase | Download

🔄 Core Updates

This patch release addresses critical bug fixes reported after v6.0.0