IvanChepurnyi / bugfixes

Module fixing 1.9.3.0 bugs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Magento 1.9.3.0 Bug Fixes

Bug fixes for the following Magento 1.9.3.0 bugs while Magento is working on the new version:

I'm trying to keep an updated list of all bugs here: http://magento.stackexchange.com/a/140826/2380

Backward incompatibility with modules using the gallery uploader

There is a BC with modules using the gallery uploader. I've investigated the issue and a "simple" fix is unfortunately not possible for a few reasons:

  • the uploader config has been split into two different models (uploader and button config)
  • the js constructor has been modified from 3 to 2 parameters

Thus I have written a small documentation to make your modules backward/forward compatible between version: http://magento.stackexchange.com/a/142013/2380

About

Module fixing 1.9.3.0 bugs


Languages

Language:PHP 100.0%