OXID eShop version 6.2.2
Additionally to bug fixes and two security improvements, we added module migrations and updated several 3rd party components. This patch release contains 20+ merge requests – thanks to you guys!
UPDATE 2020-07-28 3:15PM
In case you already tried to update from a former Version: there was a bug in it which is fixed now. The package has been re-tagged and can be used (hopefully without problems now).
Compilation
- OXID CE component 6.5.6 (was 6.5.4 )
- OXID PE component 6.4.1 (was 6.4.0)
- OXID EE component 6.5.3 (was 6.5.2)
- Theme “Flow” 3.5.0 (was 3.4.1 )
- Theme “Wave” 1.4.0 (was 1.3.1 )
- Amazon Pay 3.6.4 (was 3.6.4)
- GDPR Opt-In 2.3.1 (was 2.3.0 )
- Klarna 5.1.4 (was 5.1.4)
- Paymorrow 2.0.3 (was 2.0.3)
- PAYONE 1.3.1 (was 1.3.1)
- PayPal 6.2.0 (was 6.1.0 )
- WYSIWYG Editor + Mediathek 2.3.0 (was 2.2.0 )
- Visual CMS for PE/EE 3.4.0 (was 3.3.3)
System requirements, update and installation
- PHP support:
- tested on PHP v7.1, v7.2, v7.3 and v7.4
- Database support:
- tested on MySQL 5.5 and 5.7 works on MySQL 5.6 as well (If you use the OXID eShop Enterprise Edition there might be a pitfall: please see this blog post for more details: Set MySQL 5.6 optimizer setting “block_nested_loop = off” for OXID eShop Enterprise Edition)
- tested on MariaDB v10.4
- Web server support:
- tested on Apache 2.2 and 2.4
Fixed bugs
More resources
Credits
Many thanks to 20+ accepted merge requests in this patch release!
- alfredbez for
- PR-99 (Add block around birthdate fields in billing-form)
- Wave PR-100 (Fix align of text in basket delivery tax row)
- PR-101 (Add a ‘order_agb_inner’ block)
- PR-815 (Change the return type in the render method from null to string)
- PR-816 (Fix docblocks)
- Alpha-Sys for
- PR-85 (Fix price information structure by schema.org)
- dx-bhesse for
- keywan-ghadami-oxid for
- Flow-PR-154 (Add a block for password policy modules and display the password strength)
- PR-88 (Add two blocks for Google Analytics [google_analytics and google_analytics_ecommerce])
- leofonic for PR-158 (Fix wrapping in order/shipping email on small viewport)
- mariolorenz for PR-13 (Fix incorrect lace brackets)
- martin-hofer for
- Wave PR-71 (Added an option to enable/disable pricealarm tab in product id)
- PR-44 (Added a badge span to the counters at the header)
- oliveranderson for PR-821 (New language constants in
Application/translations/[de/en]/lang.php)
- proudcommerce for PR-806 (Fix using special symbols in smtp by fetching the raw password)
- s-diez for PR-86 (Remove duplicate id of birthdate field)
- SimonNitzsche for Wave PR-98 (Avoid empty row before subcategories list)
- tterhaarlaudert for PR-738 (cross-seling -> cross-selling)
In case you already tried to update: there was a bug in it which is fixed now. The package has been re-tagged and can be used (hopefully without problems now).
Did anyone try out the module migrations? I strongly believe that the oxideshop-metapackage-ce requires v2.1.3 of oxid-esales/oxideshop-doctrine-migration-wrapper. As far as I understand, we need v3.1.0. By copying the composer.json’s contents of the three metapackages, I could get it to work.
Is there an easy way to read the composer.json’s of oxideshop-metapackage-pe and oxideshop-metapackage-ee?
i recently did module migrations in a community edition and it worked as intended, so there might be a problem specific to pe or ee. In this case you have to contact oxid professional support, since pe and ee code is not public
It’s not related to EE or PE, but the oxid-esales/oxideshop-metapackage-ce (cf. https://github.com/OXID-eSales/oxideshop_metapackage_ce/blob/v6.2.2/composer.json#L34).