Releases: tina4stack/tina4-php
Release v2.0.57
Fix for migrations that do not conform to specification which resulted in the migrationId being blank
Full Changelog: v2.0.56...v2.0.57
Release v2.0.56
Fix for migrations that do not conform to specification which resulted in the migrationId being blank
Full Changelog: v2.0.55...v2.0.56
Release v2.0.55
Fix for static content type return header
Full Changelog: v2.0.54...v2.0.55
Release v2.0.54
Fix for content type response
Fix for incorrect migration messages
Full Changelog: v2.0.53...v2.0.54
Release 2.0.53
Bug fix on CORS
TINA4_ALLOW_ORIGINS must be an array and set correctly in .env
TINA4_ALLOW_ORIGINS=['*']
What's Changed
- Filled in the GPL License placeholder text by @shaunroselt in #84
New Contributors
- @shaunroselt made their first contribution in #84
Full Changelog: v2.0.52...v2.0.53
Release v2.0.53
This release includes middleware routing and fixes for the implementation
There are new annotations for routes
@ cache
@ no-cache
@ middleware
@ content-type (for determining correct 403 responses)
tina4helper.js now includes a mechanism to reinject the new Freshtoken header into the flow for AJAX requests
Breaking changes:
Security should now be consistent with @ secure annotations so please check your secured routes.
Full Changelog: v2.0.51...v2.0.52
Release v2.0.51
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
Release v2.0.50
Full Changelog: v2.0.49...v2.0.50
Release v2.0.49
Misc changes for template modules on twig.
Full Changelog: v2.0.48...v2.0.49
Release v2.0.48
Removed branding and documentation from the repository.
The have been moved to tina4stack/documentation & tina4stack/branding.
Added documentation for threads has been moved to the documentation repository as well.
What's Changed
- Documentation: Threads by @CrisHigham in #77
- Messenger documentation and debug changes by @CrisHigham in #82
Full Changelog: v2.0.47...v2.0.48