> For the complete documentation index, see [llms.txt](https://landofcoder.gitbook.io/magento-2-step-recommendation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://landofcoder.gitbook.io/magento-2-step-recommendation/change-log.md).

# Change Log

How to update new module version:

* Upload latest module file to the server.
* Remove folder **generated/code/Lof/StepRecommendation**
* Run commands:

```
php bin/magento setup:upgrade --keep-generated
php bin/magento setup:static-content:deploy -f
php bin/magento cache:clean
```

## Version 1.0.2 - 08/12/2021

* Refactor coding standard
* New result type: Redirect query link, cms block
* redirect type:

  ```
  query=link-identifier
  ```
* cms block type:

  ```
  block=block-identifier
  ```
* Fix some issues at result page
* Update progress bar styles
* Add Reset link at result page to reset the filter
* Release REST API

## Version 1.0.3 - 08/17/2021

* Fix issue when save rule data, some result data is clear
* Fix issue when add new question for rule get sql error
* Upgrade table lof\_steprecommendation\_rule add new columns question\_ids use for check remove columns when save rule.
* Fix issue when import rule data from csv file
* Fix for task ID: **UFBME-136**
* Remove raw sql query when get data
* Check exists table, columns and record data when save rule


---

# 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:

```
GET https://landofcoder.gitbook.io/magento-2-step-recommendation/change-log.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
