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

# Changelog

## <mark style="color:blue;">Version 2.3 | Sep 2024</mark>

* [x] Added Days Interval feature for setting limits in various intervals in terms of days.

## <mark style="color:blue;">Version 2.2 | Aug 2024</mark>

* [x] Added Date Interval feature for applying limits specifying start date & end date.

## <mark style="color:blue;">Version 2.1 | Dec 2023</mark>

* [x] Customization of the appearance of alert notification popups
* [x] Overriding limits
* [x] Feature of publishing & unpublishing limits (activating & deactivating limits)

## <mark style="color:blue;">Version 2.0 | Feb 2023</mark>

* [x] Added mechanism for setting a priority order randomly for applying limits

## <mark style="color:blue;">Version 1.9 | Aug 2022</mark>

* [x] Added functionality for applying min & max limit restrictions on product quantities by weight
* [x] Released app in the Japanese language

## <mark style="color:blue;">Version 1.8 | Mar 2022</mark>

* [x] Added feature for applying min & max limits to product quantities customers can add to their shopping cart

## <mark style="color:blue;">Version 1.7 | Nov 2021</mark>

* [x] Added one more way for applying limits by customer tags
  * Applying min & max limits to order amount

## <mark style="color:blue;">Version 1.6 | May 2021</mark>

* [x] Added mechanism for setting limits on item quantities by customer tags

## <mark style="color:blue;">Version 1.5 | Dec 2021</mark>

* [x] Added feature of importing limits in bulk via CSV

## <mark style="color:blue;">Version 1.4 | Jun 2021</mark>

* [x] Added new feature **Multiply Qty** for making sets of products

## <mark style="color:blue;">Version 1.3 | Feb 2021</mark>

* [x] Limit application to collections in 2 ways&#x20;
  * Limiting all products under collection
  * Limiting the number of products under collection

## <mark style="color:blue;">Version 1.2 | Dec 2020</mark>

* [x] Added feature of applying limits at collection level

## <mark style="color:blue;">Version 1.1 | Sep 2020</mark>

* [x] Added feature of **Future Limit Qty**
* [x] Added functionality of applying limits to product variants

## <mark style="color:blue;">Version 1.0 | Apr 2020</mark>

* [x] Added feature of applying min & max limits to product quantities


---

# 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://magecomp.gitbook.io/shopify/apps/kor-order-limit-quantity-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.
