Releases: OXIDprojects/oxid-module-internals
Releases · OXIDprojects/oxid-module-internals
3.1.0
3.0.0: Add command to services.yaml file (#131)
Releasing the Version 3. after long alpha/beta time
it is compatible with oxid 6.1 only and should not be used with oxid 6.2
3.0.0-alpha6: Add command to services.yaml file (#131)
The symfony console first tries to load the command name [from the service-definition][1], if this fails it loads the command name via the [getDefaultName() method][2], which does not work sometimes. We saw this error lately in our logs: ``` [file /var/www/html/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php] [message Uncaught Error: Call to undefined method OxidCommunity\ModuleInternals\Command\ModuleFixCommand::getDefaultName() in /var/www/html/vendor/symfony/console/DependencyInjection/AddConsoleCommandPass.php:61 [...] ``` [1]: https://github.com/symfony/console/blob/v3.4.15/DependencyInjection/AddConsoleCommandPass.php#L47-L53 [2]: https://github.com/symfony/console/blob/v3.4.15/DependencyInjection/AddConsoleCommandPass.php#L61
improved fix
3.0.0-alpha5 show duplicate extension error in red
3.0.0-alpha4
fix require of shop switcher
3.0.0-alpha3
add compatibility to changelog
3.0.0-alpha2
fix some warnings
3.0.0-alpha1
Update README.md
2.0.0: Merge pull request #94 from OXIDprojects/keywan-ghadami-oxid-patch-2
less invasive method of fixing the module blocks
2.0.0-rc3: Merge pull request #94 from OXIDprojects/keywan-ghadami-oxid-patch-2
Pre-release
less invasive method of fixing the module blocks