Skip to content

Releases: caffeinated/modules

v3.0.8

19 May 22:59
Compare
Choose a tag to compare
  • PSR-2 code clean up.

v3.0.7

04 May 18:10
Compare
Choose a tag to compare
Update modules.php

v3.0.6

18 Mar 21:34
Compare
Choose a tag to compare
Merge pull request #162 from marcoflorian/marcoflorian-patch-1

Update routes.stub

v3.0.5

14 Mar 19:02
Compare
Choose a tag to compare
Update IdentifyModule.php

v3.0.4

03 Mar 18:29
Compare
Choose a tag to compare
Fix manifest

v3.0.3

01 Mar 19:55
Compare
Choose a tag to compare
Update manifest stub

v3.0.2

01 Mar 04:54
Compare
Choose a tag to compare
Clean up

v3.0.1

01 Mar 01:23
Compare
Choose a tag to compare
Fix IdentifyModule Middleware

v3.0

01 Mar 01:17
Compare
Choose a tag to compare
  • Completely restructured the local repository implementation - should see speed improvements.
    • No longer need to add the enabled key to your module manifest files. Please remove these from your manifest files!
  • Renamed getProperty() to get()
  • Renamed setProperty() to set()
  • Removed module:cache Artisan command
  • Added module:optimize Artisan command (Note: You must run this command any time you make modifications to your module manifest files/remove modules.)
  • Added -Q / --quick option to the make:module Artisan command. This emulates the previous behavior where the manifest will simply be populated with default values rather than run through the make:module wizard.

v2.2.4

24 Feb 19:15
Compare
Choose a tag to compare
Fix migrator for Laravel 5.2