Skip to content

Release v2.0.51

Compare
Choose a tag to compare
@tina4stack tina4stack released this 13 Nov 16:52
· 90 commits to master since this release

Some general fixes in this release and upgrade to boostrap 5 for CRUD generation.

  • Fix for .htaccess, please replace your .htaccess file from the one in this release, some sub folders were not accessible in src/public
  • Fix for migration version check when there were no versions in the table
  • ORM components removed now completely from the base tina4php, they will be copied in if you need them once you use generateCRUD
  • CRUD generation will once again use src/public/components relative to your project to do CRUD generation on templates

Full Changelog: v2.0.50...v2.0.51