Releases: OXIDprojects/oxid-module-internals
Releases · OXIDprojects/oxid-module-internals
2.0.0-rc2
Merge pull request #90 from OXIDprojects/replace-deprecated-getConfig…
2.0.0-rc1: #62 fixed the issue to show reports for disabled module (#91)
* #62 fixed the issue to show reports for disabled module * Update InternalModule.php
2.0.0-beta6: Merge pull request #88 from OXIDprojects/cleanup_for_every_shop2
Pre-release
use the correct shop id to clean things
2.0.0-beta5: Merge pull request #86 from OXIDprojects/cleanup_for_every_shop
Pre-release
calling the cleanup method to remove things from modules that are not…
2.0.0-beta4: Merge pull request #80 from OXIDprojects/fix-extensions
this release includes cleanup code that also removes trash from modules that can not be found (e.g. after renaming or deleting a module)
Not yet covering all kind of trash but at least module extensions so it help keeping you shop alive.
2.0.0-beta3
fix using the correct sub shop for fixing
2.0.0-beta2: fix #issues/77
the function get autoloader was moved from module class to to module helper class so it must be called in '$this' inside the midulehelper class
2.0.0-beta1: Merge pull request #70 from OXIDprojects/support-erp
support for finding oxid erp module class files
2.0.0-alpha8: Merge pull request #70 from OXIDprojects/support-erp
support for finding oxid erp module class files
2.0.0-alpha7
Update NavigationControllerTest.php