> For the complete documentation index, see [llms.txt](https://docs.xenoraa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xenoraa.com/xenoraa-release-notes/v3.x-releases.md).

# v3.x Releases

## v3.x Release Series

> 3 releases in this series. Last updated: 2026-07-09 17:52 UTC

### v3.9.0 — Theme System Expansion

**Released:** 2026-06-08  |  **Category:** Platform  |  **Commit:**

* New Templates: ecommerce (ShopFront), business (Corpora) in resources/views/tenant/templates/
* New Professions: 'E-Commerce / Online Store' and 'Business / Company' added to all profession dropdowns
* Theme Preview: superadmin.themes.preview route + view (superadmin/themes/preview\.blade.php)
* DB: ShopFront (id=7) and Corpora (id=8) inserted via NewThemesSeeder
* SiteController: ecommerce & business added to getThemeDefinitions() and activateTheme() valid slugs
* TenantBootstrapService: ecommerceConfig() and businessConfig() methods added
* PortfolioController: ecommerce and business added to templateViews map
* Seeder: database/seeders/NewThemesSeeder.php (safe to re-run)

***

### v3.8.1 — POS product card layout fix + hero section image stability

**Released:** 2026-06-09  |  **Category:** POS & E-Commerce  |  **Commit:**

* POS terminal: fixed broken onerror HTML attribute (double-quotes inside double-quotes were breaking img tag parsing causing cards to appear as thin strips)
* POS terminal: changed img-wrap from aspect-ratio:1 to explicit height:140px for reliable card sizing
* POS terminal: added grid-auto-rows: minmax(240px, auto) to prevent row height compression with 113 products
* Hero section (ecommerce.blade.php): fixed onerror attribute quote nesting issue
* Hero section: product images now served from local storage (no more IndiaMART hotlink expiry)
* All 113 product images cached locally at storage/app/public/products/15/ (500x500 from IndiaMART)

***

### v3.8.0 — POS (Point of Sale) module

**Released:** 2026-06-07  |  **Category:** POS & E-Commerce  |  **Commit:**

* Tables: pos\_sessions, pos\_orders, pos\_order\_items
* Route: /admin/pos (all 13 POS routes under admin.pos.\*)
* Controller: App\Http\Controllers\Admin\PosController
* Views: resources/views/admin/pos/ (terminal, orders, sessions, session-detail, dashboard, settings)
* Models: PosSession, PosOrder, PosOrderItem
* Admin topbar: "View POS" button added before "View Site"
* Sidebar: "Point of Sale" group added under E-Commerce

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xenoraa.com/xenoraa-release-notes/v3.x-releases.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
