> For the complete documentation index, see [llms.txt](https://wpdocs.gitbook.io/poco/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wpdocs.gitbook.io/poco/recommendation-1/changelog.md).

# Changelog

```
#Changelog 
### Version 1.9.4 
- Fix: dropdown account menu 
### Version 1.9.3 
- Update: Compatible Elementor 3.5.5 
### Version 1.9.0 
- Update: WordPress 5.8 
### Version 1.8.0 
- Update: Responsive product list view 
### Version 1.7.4 
- Update: Css Cart + Checkout page 
### Version 1.7.3 
- Update: Template WooCommerce 5.2 
### Version 1.7.2 
- Fix: Bug code when deactivate Woocommerce plugin 
### Version 1.7.1 
- Fix: Css Checkout Shipping 
### Version 1.7.0 
- Update: compatible with elementor 3.1.0 
### Version 1.6.0 
- Fix: Oneclick install 
### Version 1.4.1 
- Fix: Setup Custom Setting action 
### Version 1.4.0 
- Add: Setup Custom Setting page 
### Version 1.3.1
 - Fix: Duplicate Content sidebar Archive Product 
 ### Version 1.3.0 
 - Fix: Cart count in handle footer bar 
 ### Version 1.2.0 
 - Update Security 
 ### Version 1.1.0 
 - Fix Oneclick Install 
 ### Version 1.0.2 
 - Fix Error Fonts in elementor 
 ### Version 1.0.1 
 - Add Custom font "Gilroy" 
 ### Version 1.0.0 
 - release
```


---

# 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://wpdocs.gitbook.io/poco/recommendation-1/changelog.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.
