Developer Tools

XF2 Addons Developer Tools 1.4.3
This add-on provides enhancements for add-on developers.

  • Fix: Command tck-dt:entity-class-properties does not set getters and relations make use of @Property-read tag as it should (#122)
  • Fix: Error: Call to undefined method XF\Mvc\Reply\Error::getParam() (#123)
  • Fix:Command
    tck-dt:entity-class-properties
    duplicates class hint for getters (#120)
  • Fix: Command tck-devtools:create-entity-from-table marks auto increment primary key as required (#118)
  • New: A new CLI command which will add class properties to entities similar to stock installation but with slight tweaks (#116)
  • New: Prefer template type in title over the type set in URL when creating template (#114)
  • New: Display style property group name and display order when viewing style properties (#113)
  • New: Allow using full width page in admin control panel (#79)
  • Fix: Creating class extension without any options provided throws unique add-on id required error (#115)
Top Bottom