update readme

This commit is contained in:
Manuel Raynaud
2014-04-18 16:16:57 +02:00
parent e11b64febd
commit a93da7dc0c

View File

@@ -2,6 +2,10 @@
- coupons effect are recalculated after each product's cart modification - coupons effect are recalculated after each product's cart modification
- You can declare new compilerPass in modules. See Thelia\Module\BaseModule::getCompilers phpDoc - You can declare new compilerPass in modules. See Thelia\Module\BaseModule::getCompilers phpDoc
- Add ability to load assets from another template. See https://gist.github.com/lunika/9365180 - Add ability to load assets from another template. See https://gist.github.com/lunika/9365180
- allow possibility to use Dependency Injection compiler in Thelia modules
- Add Deactivate Module Command Line
- add indexes on database for improving performance
-
#2.0.0-RC1 #2.0.0-RC1
- Remove container from BaseAction. - Remove container from BaseAction.