Skip to content

Version 1.1.7 Stable

Compare
Choose a tag to compare
@gravitano gravitano released this 25 Nov 15:56
· 336 commits to master since this release
  • You can order the modules by specify priority key in module.json file.
  • You can include some files from module.json file.
  • You can register some providers from module.json file.
  • There's some breaking changes :
    • If you inject the module class to other class, the old class Pingpong\Modules\Module was replaced by Pingpong\Modules\Repository class.
    • routes.php file does not loaded automatically. Please follow this issue to fix the issue.