OXID eShop versions 5.0.5 and 4.7.5 released

Hi everybody,

OXID eShop versions 5.0.5 (EE) and 4.7.5 (PE, CE) have been released. As always, you will find all relevant information on the release note page on OXIDforge:

Regards

OK, thanks for this update!
But I’m afraid that many module extensions (luckily not mine g) are running into trouble now because they have code lines like this for being compatible with old OXID versions:

if ( $this->getConfig()->getRevision() > 49955 ) { ... }

and this of course won’t work any longer if revision seems to be a random md5 hash! Or have I got something wrong about this decision?

Sascha

Hi Sascha,

thanks for this hint, it’s definitely important for module writers.

The reason behind is that we completely changed the deployment system. I hope I can present you the exact reason in a couple of days and you guys will agree that the advantage is much higher compared to this little incomfy :wink:

Thanks for your patience!

Hi again, Sascha,

you most likely found the reason already :slight_smile:

Regards!