Skip to content

Releases: OXIDprojects/oxid-module-internals

2.0.0-rc2

25 Mar 16:37
acfd0e6
Compare
Choose a tag to compare
2.0.0-rc2 Pre-release
Pre-release
Merge pull request #90 from OXIDprojects/replace-deprecated-getConfig…

2.0.0-rc1: #62 fixed the issue to show reports for disabled module (#91)

20 Mar 15:58
Compare
Choose a tag to compare
* #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

27 Feb 21:05
af1fe43
Compare
Choose a tag to compare
use the correct shop id to clean things

2.0.0-beta5: Merge pull request #86 from OXIDprojects/cleanup_for_every_shop

26 Feb 12:11
363b816
Compare
Choose a tag to compare
calling the cleanup method to remove things from modules that are not…

2.0.0-beta4: Merge pull request #80 from OXIDprojects/fix-extensions

01 Feb 12:19
c4bd924
Compare
Choose a tag to compare

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

28 Jan 11:13
0ca1106
Compare
Choose a tag to compare
2.0.0-beta3 Pre-release
Pre-release
fix using the correct sub shop for fixing

2.0.0-beta2: fix #issues/77

21 Jan 09:12
60b333f
Compare
Choose a tag to compare
Pre-release
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

14 Jan 11:11
0fe14ac
Compare
Choose a tag to compare
support for finding oxid erp module class files

2.0.0-alpha8: Merge pull request #70 from OXIDprojects/support-erp

10 Jan 22:11
0fe14ac
Compare
Choose a tag to compare
support for finding oxid erp module class files

2.0.0-alpha7

10 Jan 10:24
3baf6f3
Compare
Choose a tag to compare
2.0.0-alpha7 Pre-release
Pre-release
Update NavigationControllerTest.php