Skip to content

Commit

Permalink
Update version and changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
suraj-webkul committed Jun 24, 2024
1 parent 25644ef commit 4e587ca
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@

This changelog consists of the bug & security fixes and new features being included in the releases listed below.

## **v2.2.1 (24th of June 2024)** - *Release*

* #9955 [fixed] - Cart Rule -> Category is not being retained even after we have selected and saved it.

* #9960 [fixed] - Disabled filterable and add category_id filter to product carousel.

* #9948 [fixed] - few fixes in CLI Installer.

* #9958 [fixed] - Update summary.blade.php.

* #9957 [fixed] - Prevent Template Injection.

* #9950 [fixed] - Fixed multiselect issue.

* #9944 [fixed] - 🐛 Fixed Cart page issue.

* #9945 [fixed] - Updated customers orders view render events.

* #9946 [fixed] - Improve timezone selection during cli install.


## **v2.2.0 (19th of June 2024)** - *Release*

### Datagrid Improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/Webkul/Core/src/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class Core
*
* @var string
*/
const BAGISTO_VERSION = '2.2.0';
const BAGISTO_VERSION = '2.2.1';

/**
* Current Channel.
Expand Down

0 comments on commit 4e587ca

Please sign in to comment.