Releases: pingpong-labs/modules
Releases · pingpong-labs/modules
Version 1.1.9 Stable
- [L5] Auto create directory for module.used file if does not exist
- #62 Fix missing a tailing / when registering a module
- Add
index
method to stub controller - Fix undefined class CliTest
Version 1.1.8 Stable
Version 1.1.7 Stable
- You can order the modules by specify
priority
key inmodule.json
file. - You can include some
files
frommodule.json
file. - You can register some
providers
frommodule.json
file. - There's some breaking changes :
- If you inject the module class to other class, the old class
Pingpong\Modules\Module
was replaced byPingpong\Modules\Repository
class. - routes.php file does not loaded automatically. Please follow this issue to fix the issue.
- If you inject the module class to other class, the old class