Skip to content

Releases: caffeinated/modules

v4.2.0

26 May 23:02
Compare
Choose a tag to compare
  • Laravel 5.4 support
  • Validation is ran against manifest files and will report any issues to avoid any unresolved conflicts
  • Running module:optimize will no longer error if a module has been renamed/removed, and will properly update
  • Other various bug fixes!

v4.1.6

28 Mar 15:55
Compare
Choose a tag to compare
Merge pull request #298 from TZK-/generator/test

Add a generator for tests

v4.1.5

25 Jan 17:22
Compare
Choose a tag to compare
  • Added Laravel 5.4 support

v4.1.4

09 Jan 17:33
Compare
Choose a tag to compare
Fixing double backslash on make:module:controller (#278)

v4.1.3

20 Dec 01:08
Compare
Choose a tag to compare

Handful of bug squashes - thanks @A-Lawrence!

v4.1.2

11 Dec 08:26
Compare
Choose a tag to compare
Apply fixes from StyleCI (#271)

v4.1.1

08 Nov 03:46
Compare
Choose a tag to compare
Fix module:migrate:rollback for modules (#264)

- Rolls back a batch which was created through module:migrate
- Rolls back only the migrations for the provided slug, even if multiple migrations were executed in the same batch

v4.1

07 Nov 00:19
Compare
Choose a tag to compare
Merge pull request #262 from psoots/ps/custom-structure

Allow configuring module subdirectories

v4.0.9

02 Nov 16:22
Compare
Choose a tag to compare
Update make:module help text to be more clear

v4.0.8

01 Nov 23:31
Compare
Choose a tag to compare
Merge pull request #259 from psoots/helper-wrap

Wrap module_ helpers in function_exists conditionals