Skip to content

Releases: Dreamvention/2_d_opencart_patch

Opencart Patch for 2.2.x and below

19 Jul 12:36
Compare
Choose a tag to compare

This patch removes the barrier between old and new OpenCart versions allowing any developer to port their latest extensions for 3.x to older versions starting from 2.0.0.0.

For Opencart versions:
2.0.0.0; 2.0.1.0; 2.0.1.1; 2.0.1.1; 2.0.2.0; 2.0.3.1; 2.1.0.1; 2.1.0.2; 2.2.0.0

  1. Adds support for multi folder structure like in opencart 2.3.x
  2. Fixes calls to extension/dashboard/my_extension via ajax - removes permission block.
  3. Adds a stable API in .../model/extension/d_opencart_patch to avoid compatibility issues between different opencart versions.
  4. Uses the latest Opencart 3.x folder structure which allows you to port your 3.x extensions to older Opencart versions and install them via the default Extension/modules interface.

Opencart Patch for 2.3.0.x

19 Jul 12:39
Compare
Choose a tag to compare

This patch removes the barrier between old and new OpenCart versions allowing any developer to port their latest extensions for 3.x to older versions starting from 2.3.0.0.

For Opencart versions:
2.3.0.0; 2.3.0.1; 2.3.0.2

  1. Hotfix. Fixes the dashboard install/uninstall button.
  2. Adds a stable API in .../model/extension/d_opencart_patch to avoid compatibility issues between different Opencart versions.
  3. Uses the latest Opencart 3.x folder structure which allows you to port your 3.x extensions to older Opencart versions and install them via the default Extension/modules interface.
  4. Adds missing compatibility support for older folder structure extensions to work on 2.3.0.x Properly calls install and uninstall methods in your Module Controller.