CRUDlex v0.9.3 Release Notes

  • ๐Ÿš€ Released: 2014-09-09

    • Rearranged the button positions, sizes and colors
    • Multiline fields get cut after 27 characters now with "..." at the end, the full text is still available as tooltip
    • URL fields show only their base name in the list view, but are still clickable to the full URL
    • Custom layouts for the sections create, list, show and edit
    • Custom layouts for the sections create, list, show and edit of specific entities
    • Custom layouts for specific entities
    • ๐Ÿ‘Œ Supporting bool fields
    • CRUDEntitity::get($fieldName) casts the fields now to int and booleans if the type is int or bool
    • โž• Added a manual