diff --git a/.env.example b/.env.example index a0eb5f16c8e..b225aed8416 100644 --- a/.env.example +++ b/.env.example @@ -1,6 +1,6 @@ APP_NAME=Bagisto APP_ENV=local -APP_VERSION=1.4.3 +APP_VERSION=1.4.4 APP_KEY= APP_DEBUG=true APP_URL=http://localhost diff --git a/CHANGELOG for v1.x.x.md b/CHANGELOG for v1.x.x.md index 0dbe22fcd56..a1820ae5a3e 100644 --- a/CHANGELOG for v1.x.x.md +++ b/CHANGELOG for v1.x.x.md @@ -2,12 +2,18 @@ This changelog consists of the bug & security fixes and new features being included in the releases listed below. -## **v1.4.4 (29th of August 2022)** - *Release* +## **v1.4.4 (30th of August 2022)** - *Release* * #5584 [feature] - there should be an feature so that when we click on mark as read , notification box should close. * #5463 [feature] - there should be a button so that we should clear all filters. +* [enhancement] - Optimized product + +* [enhancement] - Optimized cart + +* [enhancement] - Refactored code + * #6556 [enhancement] - Cart Rule -. Validation should be applied in Coupon Code uses per customer and used per coupon section. * #6555 [enhancement] - Cart Rule - Auto Generate Coupon Code details at bottom must not visible when we switch to Manual Coupon Code.