Releases: plentymarkets/plugin-io
Releases · plentymarkets/plugin-io
5.0.55
v5.0.55 (2022-09-22) Overview of all changes
Fixed
- The preview of the order confirmation page was not displayed in the ShopBuilder due to an error related to sample prices. This has been fixed.
5.0.54
v5.0.54 (2022-08-08) Overview of all changes
TODO
- If you are using the plentyShop contact form (either the standard template or via a ShopBuilder content), please make sure that the route
/contact-mail-api
is activated in the IO plugin. To check this, open the IO setting in your plugin set. Open the tab Configuration. In the setting Activate routes, activate the route/contact-mail-api
and save your changes. If you do not use a plentyShop contact form, please make sure that the route/contact-mail-api
is deactivated.
Added
- The route
/contact-mail-api
has been added. You can use it to activate and deactivate the sending of mail via the contact form independently of the/contact
route.
Fixed
- For multilingual shops, errors could occurr in regards to the shopping cart URL. This has been fixed.
- If pages were called with parameters that were excluded from ShopBooster, faulty markup could be generated. This has been fixed.
- On mobile devices, the combination of language selection and ShopBooster could result in the mobile navigation being displayed in the previously selected language. This behaviour has been fixed.
- Item sets with set components that contained order characteristics could cause an incorrect display of the value of goods. This has been fixed.
5.0.53
v5.0.53 (2022-07-04) Overview of all changes
Behoben
- The setting Forward to login page after clicking link in order confirmation has been added back to plentyShop LTS settings and plentyShop wizard. These settings were removed in version 5.0.52, which resulted in the order confirmation of manually created orders not being accessible. We have therefore reverted this change.
5.0.52
v5.0.52 (2022-06-29) Overview of all changes
Changed
- The setting Forward to login page after clicking link in order confirmation has been removed from the plentyShop LTS settings and the plentyShop assistant. Now, the default behaviour is that customers are always forwarded to the login page.
Fixed
- Category filters were not displayed in the ShopBuilder. This has been fixed.
- We fixed an error concerning the generation of the backlink when users were forwarded from the order confirmation to the login page.
5.0.50
v5.0.50 (2022-05-04) Overview of all changes
TODO for external developers
- The loading of the shopping cart has been removed from the
BasketController
because the shopping cart is already loaded in theGlobalContext
. External developers who overwrite theGlobalContext
in their theme and have removed the shopping cart call must add this call again. Otherwise errors may occur when loading the shopping cart.
Changed
- The logic for checking the validity of an order confirmation page was transferred from the plugin to the core.
- The amount already paid is now displayed on the order confirmation page.
- The order confirmation page can now display multiple redeemed coupon values.
- The IO plugin is now compatible with PHP 8.
- Order properties and characteristics configured as additional costs are now shown as separate items in the totals.
- For order properties and characteristics, it is now displayed in the single item view, in the shopping cart, and in the order confirmation whether the costs are inclusive or additional.
- Required, pre-selected order properties that have been configured as additional costs are now displayed without a checkbox below the item price on the single item view.
Fixed
- Shipping costs could be displayed incorrectly in the shopping cart if a sales coupon affected both the value of goods and the shipping costs. This has been fixed.
- For addresses that contained a postcode with white spaces, incorrect links could occur for the shipment tracking function. This has been fixed.
5.0.49
v5.0.49 (2022-04-11) Overview of all changes
Fixed
- An error with inheritance from outer to inner sorting was fixed.
5.0.48
v5.0.48 (2022-03-21) Overview of all changes
Fixed
- Due to an error, categories were unintentionally not visible. This has been fixed.
- A fix in version 5.0.46 led to another error. This has been fixed.
5.0.46
v5.0.46 (2022-02-24) Overview of all changes
Changed
- In the newsletter registration, first and last names are now checked for invalid characters in order to prevent spam.
Fixed
- For the route
/place-order
, the VAT identification number is now checked for length before it is validated. - The setting Show categories as filter options for search results has been renamed and an error that occurred during saving was fixed.
- The URL of the domain is now added to the sitemap.
- Due to an error, selectable values of order properties were incorrectly displayed in the My Account area and on the order confirmation page.
- In the shopping cart, coupons were always displayed with gross values, even if the order was an export delivery. This has been fixed.
- Due to an error, single item pages were not always detected by the plugin. This has been fixed.
- When a user changes their password, the affected account is now logged out of all linked devices.
5.0.45
v5.0.45 (2022-01-18) Overview of all changes
Fixed
- Under certain circumstances the wish list did not display all relevant items for customers who were logged in. This has been fixed.
- Executing the session REST call now also detects the language in order to ensure that ShopBooster works properly for multilingual shops.
5.0.44
v5.0.44 (2021-12-27) Overview of all changes
Fixed
- Under certain circumstances, the shopping cart was not displayed correctly. This has been fixed.
- Under certain circumstances, the variable
CategoryController::$LANGUAGE_FROM_URL
was filled with the wrong values. This has been fixed.