Skip to content

Releases: tina4stack/tina4-php

Release v2.0.57

18 Jan 09:56
Compare
Choose a tag to compare

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

18 Jan 09:50
Compare
Choose a tag to compare

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

05 Jan 10:44
Compare
Choose a tag to compare

Fix for static content type return header

Full Changelog: v2.0.54...v2.0.55

Release v2.0.54

03 Jan 09:57
Compare
Choose a tag to compare

Fix for content type response
Fix for incorrect migration messages

Full Changelog: v2.0.53...v2.0.54

Release 2.0.53

19 Dec 07:19
Compare
Choose a tag to compare

Bug fix on CORS
TINA4_ALLOW_ORIGINS must be an array and set correctly in .env
TINA4_ALLOW_ORIGINS=['*']

What's Changed

New Contributors

Full Changelog: v2.0.52...v2.0.53

Release v2.0.53

06 Dec 07:48
Compare
Choose a tag to compare

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

13 Nov 16:52
Compare
Choose a tag to compare

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

20 Sep 13:10
Compare
Choose a tag to compare

Release v2.0.49

19 Sep 12:49
Compare
Choose a tag to compare

Misc changes for template modules on twig.

Full Changelog: v2.0.48...v2.0.49

Release v2.0.48

18 Sep 09:00
Compare
Choose a tag to compare

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

Full Changelog: v2.0.47...v2.0.48