Skip to content

Module Generator 3.0.3 released

Choose a tag to compare

@albertcansado albertcansado released this 08 May 19:52
· 60 commits to master since this release

Minor Features

  • Move Head HTML to ModuleGenerator (all generated modules will be updated automatically)
  • Now required PHP 5.4
  • New Color Picker Library
  • Fielddef name is no longer required to be unique, now only check alias field
  • Add hasChildren property to Categories and remove leaf
  • Generate alias from name when it's empty (Categories)
  • Add two new actions to items tab bulk actions (Copy and Set Category)

Fixes

  • Only show searchable fields
  • Fix DoAction method (this required to check manually)
  • Minor fixes

NOTE: Check DoAction method (/modules/YourModule/YourModule.module.php line ~131) from Generated Modules, changed in this version and it doesn't update automatic