Skip to content

Releases: OXIDprojects/oxid-module-internals

3.1.0

14 May 13:29
Compare
Choose a tag to compare
changelog remove frontend translations

3.0.0: Add command to services.yaml file (#131)

16 Jun 14:37
c6fbf2e
Compare
Choose a tag to compare

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)

07 May 14:42
c6fbf2e
Compare
Choose a tag to compare
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

13 Mar 12:22
Compare
Choose a tag to compare
improved fix Pre-release
Pre-release
3.0.0-alpha5

show duplicate extension error in red

3.0.0-alpha4

30 Jan 14:40
8886387
Compare
Choose a tag to compare
3.0.0-alpha4 Pre-release
Pre-release
fix require of shop switcher

3.0.0-alpha3

09 Jan 12:01
e8f78a2
Compare
Choose a tag to compare
3.0.0-alpha3 Pre-release
Pre-release
add compatibility to changelog

3.0.0-alpha2

02 Jan 11:13
Compare
Choose a tag to compare
3.0.0-alpha2 Pre-release
Pre-release
fix some warnings

3.0.0-alpha1

19 Dec 14:14
4d07009
Compare
Choose a tag to compare
3.0.0-alpha1 Pre-release
Pre-release
Update README.md

2.0.0: Merge pull request #94 from OXIDprojects/keywan-ghadami-oxid-patch-2

16 Jul 14:58
0434f2f
Compare
Choose a tag to compare
less invasive method of fixing the module blocks

2.0.0-rc3: Merge pull request #94 from OXIDprojects/keywan-ghadami-oxid-patch-2

25 Jun 11:52
0434f2f
Compare
Choose a tag to compare
less invasive method of fixing the module blocks