> For the complete documentation index, see [llms.txt](https://help.mimeeq.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.mimeeq.com/changelog/woocommerce.md).

# WooCommerce

Release notes for the Mimeeq WooCommerce plugin, including features, improvements, and fixes.

{% updates format="full" %}
{% update date="2026-09-16" tags="improvement" %}

## Version 1.0.27

**👍 Improvements**

* The page now automatically scrolls to the 3D configurator when a customer opens a link that previews a specific configuration.
  {% endupdate %}

{% update date="2026-09-01" %}

## Version 1.0.25 / 1.0.24 / 1.0.23

Documentation updates and small housekeeping fixes — no changes to how the plugin behaves.
{% endupdate %}

{% update date="2026-09-15" tags="fixes" %}

## Version 1.0.22

**🛠️ Bug fixes**

* Reverted a change to button styling that caused display issues on cached pages.
  {% endupdate %}

{% update date="2026-09-14" tags="fixes" %}

## Version 1.0.21

**🛠️ Bug fixes**

* Fixed button styling being applied too late on cached pages, which caused a brief visual flash.
  {% endupdate %}

{% update date="2026-09-13" tags="new-features" %}

## Version 1.0.0 — Initial release

:sparkles: **Features**

* 6 Gutenberg blocks: 3D Configurator, Advanced Button, Add to Cart, Group Add to Cart, WC Product, WC Group Product.
* 2 Elementor widgets: Configurator 3D and Advanced Button.
* Full WooCommerce cart integration — configuration choices, prices, and fees carried through to the cart and final order.
* Admin settings: API Key, cart configuration, product sync, and notifications.
* Product synchronization from your Mimeeq account.
* Error Recovery Center — automatic logging of technical problems.
* Email notifications for critical errors.
* WPML multi-currency support.
* Shortcodes for use outside the block editor.
  {% endupdate %}
  {% endupdates %}

***

## What's coming next

* **Category Assignment** — automatically assign a WooCommerce category to configured products based on their variant code or name, using rules you define.
* Continued work on matching everything available in the Mimeeq Shopify app.

[View the Shopify changelog](/changelog/shopify.md)


---

# 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://help.mimeeq.com/changelog/woocommerce.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.
