Updated changelog
This commit is contained in:
parent
4b6bb0a8f5
commit
82b32fb4cc
|
|
@ -2,7 +2,11 @@
|
|||
|
||||
#### This changelog consists the bug & security fixes and new features being included in the releases listed below.
|
||||
|
||||
## **v1.2.0 (7th of September 2020)** - *Release*
|
||||
## **v1.2.0 (8th of September 2020)** - *Release*
|
||||
|
||||
* [feature] - Config to add custom css and javascript (Eg. google anlytics)
|
||||
|
||||
* [feature] - Added some config for payment method additional information
|
||||
|
||||
* #1257 [fixed] - Getting issue in install of v0.1.6
|
||||
|
||||
|
|
@ -44,12 +48,20 @@
|
|||
|
||||
* #3831 [fixed] - social icons are not visible in footer
|
||||
|
||||
* #3847 [fixed] - QTY not returned to inventory when canceling an order after shipping
|
||||
|
||||
* #3852 [fixed] - Product copy functionality is not working properly for configurable products
|
||||
|
||||
* #3854 [fixed] - Fix reset password alert message
|
||||
|
||||
* #3860 [fixed] - Icon used for the customer note or copy item should not be same
|
||||
|
||||
* #3861 [fixed] - Payment Instruction is not implemented for velocity theme
|
||||
|
||||
* #3871 [fixed] - downloadable sample link issue in RTL
|
||||
|
||||
* #3872 [fixed] - customer profile section having bug in mobile view for default theme
|
||||
|
||||
|
||||
|
||||
## **v1.2.0-BETA1 (18th of August 2020)** - *Release*
|
||||
|
|
|
|||
|
|
@ -729,7 +729,7 @@ class Bundle extends AbstractType
|
|||
|
||||
/**
|
||||
* get product options
|
||||
*/
|
||||
*/
|
||||
public function getProductOptions($product = "")
|
||||
{
|
||||
$bundleOption = app('Webkul\Product\Helpers\BundleOption');
|
||||
|
|
|
|||
Loading…
Reference in New Issue