Issue #2435 and change log updated
This commit is contained in:
parent
e82fb888ab
commit
663e21a771
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
#### This changelog consists the bug & security fixes and new features being included in the releases listed below.
|
||||
|
||||
## **v1.0.0-BETA2(13th of February 2020)** - *Release*
|
||||
## **v1.0.0-BETA2(20th of February 2020)** - *Release*
|
||||
|
||||
* #2377 [fixed] - Getting exception on creating a new category under any other category.
|
||||
|
||||
|
|
@ -48,6 +48,8 @@
|
|||
|
||||
* #2439 [fixed] - can't process for further checkout steps until all the address line filled.
|
||||
|
||||
* #2435 [fixed] - error composer install --no-dev.
|
||||
|
||||
* #2440 [fixed] - Advertisement Three Images is not working.
|
||||
|
||||
* #2449 [fixed] - error clicking empty cart.
|
||||
|
|
|
|||
|
|
@ -33,17 +33,17 @@
|
|||
"maatwebsite/excel": "3.1.18",
|
||||
"nwidart/laravel-modules": "^3.2",
|
||||
"prettus/l5-repository": "^2.6",
|
||||
"tymon/jwt-auth": "^1.0.0"
|
||||
"tymon/jwt-auth": "^1.0.0",
|
||||
"barryvdh/laravel-debugbar": "^3.1",
|
||||
"fzaninotto/faker": "^1.4"
|
||||
},
|
||||
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "^3.1",
|
||||
"codeception/codeception": "^4.0",
|
||||
"codeception/module-asserts": "^1.1",
|
||||
"codeception/module-filesystem": "^1.0",
|
||||
"codeception/module-laravel5": "^1.0",
|
||||
"filp/whoops": "^2.0",
|
||||
"fzaninotto/faker": "^1.4",
|
||||
"laravel/dusk": "^5.7.0",
|
||||
"mockery/mockery": "^1.0",
|
||||
"nunomaduro/collision": "^2.0",
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue