v7.11 Expected delivery: 15 Jul, 2026
Show more less
0%
New Feature
Advanced Multi-Level Sorting in Liquid Components
- Add a new orderBy parameter to Liquid module components (and the Open API) - an advanced version of sortBy that accepts a JSON array of fields with individual directions, enabling multi-level sorting with prioritized tiebreakers. Supports any top-level or custom property, case-insensitive string sorting, NULL values always last, and an automatic id ASC final tiebreaker for deterministic order and stable...
- Liquid
New Feature
Braintree Payment Gateway Integration
- Add Braintree as a new payment gateway, enabling customers to pay by card through Braintree alongside existing payment options.
- Ecommerce
Improvement
Admin Menu Custom Module: Edit Settings Link
- Add a direct “Edit settings” link for each custom module in the admin menu, so administrators can access module settings without first loading the item list view.
- Custom Modules
- UI/UX
Improvement
Clearer Search Indexing Actions
- Rename the bulk indexing options to clearly describe their effect ("Index all existing items" / "Remove all existing items from index"), add a confirmation popup explaining scope before running, and show a blinking indicator on the header bell while the background process runs - persisting across page and module changes until completion. Item Settings labels are also renamed for consistency.
- SEO
- UI/UX
Improvement
Open API for Property Management
- Add new Open API endpoints for managing custom properties, allowing property configurations to be created, updated, and retrieved programmatically through the Open API.
- Open API
Improvement
Open API for Tags
- Add new Open API endpoints for managing tags, enabling tags to be created, updated, retrieved, and assigned programmatically through the Open API.
- Open API
Improvement
Property Management Grid Layout and Wide-Screen Adaptation
- Redesign Property Management around a 12-column grid (matching the analytics dashboard) so partners control section and property width by columns (col3-col12) instead of abstract OneThird/Half/Full options, with automatic row wrapping and single-column collapse on narrow screens. Adds a live preview of the item create/edit form, wider content areas for large monitors, and an updated context menu for visible properties (Own...
- Custom Modules
- UI/UX
Improvement
Resizable Toolbars
- Toolbars across the system can now be resized, letting users expand or shrink them to fit their needs.
- UI/UX
Improvement
Support International (Unicode) Characters in URL Paths
- Allow non-Latin characters (Cyrillic, Chinese, Arabic, etc.) in module and page URLs instead of auto-replacing them with underscores. URLs are always stored in decoded, human-readable form (e.g. https://www.example.com/zh/示例-測試頁面 or https://www.example.com/ar/مثال-صفحة), while incoming requests accept both encoded and decoded formats and resolve to the same resource - eliminating canonical URL duplication. The same rules apply to FTP file name uploads. ...
- General
- Pages and Templates
Improvement
Tooltips and Links Standardization
- Standardize the appearance and behavior of tooltips and links across the system for a more consistent experience.
- Admin Panel
- UI/UX
Improvement
Trial Site Lifecycle and Expiration
- Introduce a defined lifespan for trial sites - 6 months from creation, or 30 days for live sites downgraded after subscription cancellation - after which a backup is created (retained 180 days), and the site is removed. Live, Template, and upgraded (to v7) sites are exempt. Adds an Expires in column with a tooltip, expiration-based email notifications 30 days before...
- General
- Infrastructure
- WebinOne Portal
Improvement
Unified Table View with Saved Views
- Rework the list view across all admin entities into a single panel combining search, filters, sorting, and the view switcher in one row. Filters gain a Last Updated option, active filters and sorting show as removable chips, and header sorting stays in sync with the new SORT BY control. Adds Saved Views to save filter/sort combinations and switch between them...
- Admin Panel
- UI/UX
Improvement
Weighting Management Through Drag And Drop
-
Items sequence controling via drag and drop functionality on the list of module items.
Once item is dragged and dropped on another one - their weight values will be swapped.
- Custom Modules