OXID eShop v7.0.0 RC.1 is published

OXID eShop v7.0.0 release candidate 1 is publicly available. You may find it tagged as Release v7.0.0-rc.1 · OXID-eSales/oxideshop_metapackage_ce · GitHub on GitHub.

A „stable“ version is much more than just a software package, as for example compatible modules, documentation for this series, content of OXID Academy, tools for updating etc. need to be prepared and shipped as well. All this is planned to be released step by step in the next months. However, OXID eShop v7.0.0 RC1 presently is in a state of feature freeze, no more important changes, just bug fixes will be done.

Although still work in progress, the developer documentation may already give some great insights. Take a look at it!

What’s new with OXID eShop v7.0.0

Installing OXID eShop v7.0.0 RC.1

The simplest way to install the OXID eShop is to run the Composer command to create a project. Please note, that it is not recommended to use the OXID eShop v7.0.0 RC.1 in productive environments.

  • For Community Edition run:

    composer create-project --no-dev oxid-esales/oxideshop-project my_oxid_eshop_project dev-b-7.0-rc-ce
    
  • For Professional Edition run:

    composer create-project --no-dev oxid-esales/oxideshop-project my_oxid_eshop_project dev-b-7.0-rc-pe
    
  • For Enterprise Edition run:

    composer create-project --no-dev oxid-esales/oxideshop-project my_oxid_eshop_project dev-b-7.0-rc-ee
    

What’s next ?

  • Modules will be made compatible with 7.0.0-rc.1
  • Update tools and documentation from prior versions to OXID 7.0.0 will be prepared

Credits

Many thanks to your merge requests published with this release!