<aside> 🔔 **Join our group for the latest information & guide.**
</aside>
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>
Supported: All Apps
com.revenuecat.purchases:purchases to the latest version.This ensures continued app compatibility, improved performance, and access to new platform features while adhering to Google's publishing standards 👍


Supported: All Apps
Adds tab bar minimize UI.
"TabBarConfig": {
+ "showMinimize": true
}

Supported: All Apps
"TabBarConfig": {
+ "liquidGlass": true
}

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
}

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
}
}
}

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"
}
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"]
}
supportedSortByOptions accepts: onSale, featured, date, price, title, popularity, rating, menu_order, rand, relevance.
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.
Supported: All Apps
Support handling deeplinks in HTML, such as product descriptions, blog/post content.
Supported: All Apps
Adds new testimonial style variants for richer home/content design options.

Supported: All Apps
Supported: All Apps
Adds showPrice control in product detail settings for flexible price display behavior.
"productDetail": {
+ "showPrice": true
}

Supported: All Apps
Implements secure screen configuration to block screenshots and screen recording on sensitive screens or the entire app.
"secureScreenConfig": {
"enable": false,
"screens": []
}
enable=true with empty screens to block app-wide.enable=true with screens list to block specific routes only.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:

Web demo:

App Demo:

Last updated: June 15, 2026 - Link Purchase | Download
Last updated: April 29, 2026 - Link Purchase | Download
Last updated: April 1, 2026 - Link Purchase | Download
This patch release addresses critical bug fixes reported after v6.0.0
selectedId was still null after payment methods loaded