Skip to content

Releases: inviqa/magento-symfony-container

Fix modman mapping

29 Aug 13:19
a358a23
Compare
Choose a tag to compare

This resolves an issue with the modman mappings, that was causing modules to not be installed correctly

magerun cache:flush

19 Sep 12:57
Compare
Choose a tag to compare
  • if magerun cache:flush runs
  • if admin is pressing on "flush magento cache"
  • if admin is pressing on "flush cache storage"

Then the DI container files should be removed accordingly.
This also fixes a bug when during capistrano deployments, the container were not cleaned up (as 99% of times only magerun cache:flush is called)

Custom Compiler Pass

01 Jun 12:57
Compare
Choose a tag to compare

Capability to add custom compiler passes via a Magento observer

0.5.0

20 Oct 09:23
Compare
Choose a tag to compare

Adds compiler pass for mage.injectable tag and support for injecting services via __dependencies()