Skip to content

Releases: pingpong-labs/modules

Version 1.1.9 Stable

27 Nov 04:57
Compare
Choose a tag to compare
  • [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

26 Nov 08:57
Compare
Choose a tag to compare
  • Revert back some facade methods #62
  • Fix #64
  • Fix #61
  • More

Version 1.1.7 Stable

25 Nov 15:56
Compare
Choose a tag to compare
  • 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.