mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 03:56:43 +00:00
* Add documentation under docs/ directory * Add CI workflow for mkdocs configuration checking * Add documentation issue template * update pip-tools? * Update .gitignore files * Fix .gitignore rules * Improve release notes page * remove references to old repo
18 lines
697 B
Markdown
18 lines
697 B
Markdown
---
|
|
title: Release 0.6.4
|
|
---
|
|
|
|
## Release 0.6.4
|
|
|
|
Release 0.6.4 is a bug-fix release on the 0.6.x stable branch.
|
|
|
|
For a comprehensive list of changes associated with this release, refer to the [InvenTree GitHub page](https://github.com/inventree/InvenTree/milestone/18).
|
|
|
|
## Bug Fixes
|
|
|
|
| Pull Request | Description |
|
|
| --- | --- |
|
|
| [#2812](https://github.com/inventree/InvenTree/pull/2812) | Fixes HTML templating error for Part and PurchaseOrder importers |
|
|
| [#2842](https://github.com/inventree/InvenTree/pull/2842) | Fixes potential XSS vulnerability in jquery-ui package |
|
|
| [#2859](https://github.com/inventree/InvenTree/pull/2859) | Fixes bug which improperly checks for unique IPN values |
|