Releases: tina4stack/tina4-php
Release v2.0.80
This release addresses an issue on the CRUD routing for single record fetch
The other fix is for sending the correct auth headers on tina4helper.js requests, please update your files on this manually.
Full Changelog: v2.0.79...v2.0.80
Release v2.0.79
Fix for CRUD, thanks @philipmalan76 !
What's Changed
- Added fix in CRUD.php to check for the Edit form and then return the … by @philipmalan76 in #88
New Contributors
- @philipmalan76 made their first contribution in #88
Full Changelog: v2.0.78...v2.0.79
Release v2.0.78
Fix for running Tina4 local when REQUEST_URI is not an available variable
Full Changelog: v2.0.77...v2.0.78
v2.0.77
In this release:
Fix for CRUD get router when there is no data
Fix for direct call to index.php
Fix for correct url parameters generation url on tina4helper.js
What's Changed
- Email Fail message by @CrisHigham in #87
- fix: Using correct url parameters to set formToken by @jacquestvanzuydam in #86
Full Changelog: v2.0.76...v2.0.77
Release v2.0.76
Bug fix on fresh token growing exponentially.
Package updates for composer
Full Changelog: v2.0.75...v2.0.76
Release v2.0.75
Bug Fix for inline params on Swagger
Full Changelog: v2.0.74...v2.0.75
Release v2.0.74
List of updates
Swagger class now uses \Tina4\Annotations
caller variable added to global $arrRoutes
CRUD routes can now be annotated
Full Changelog: v2.0.73...v2.0.74
Release v2.0.73
This release "fixes" the request variable when it reads the php://input variable to ignore PHP warnings.
A bug fix for swagger security basic auth also released in this release.
Full Changelog: v2.0.72...v2.0.73
Release v2.0.72
Minor update release with 2 new features and a tweak for formToken.
API_KEY can be added to .env file and used as a bearer token for authenticating end points. A warning message is displayed that you are using this mechanism but it saves having to write a custom auth helper which may be more unpredictable and insecure.
@example annotation on an end point can now take a JSON text example and does not need to be a class in the ORM folder.
formToken TWIG variable no longer needs the raw filter passed, {{ "Form" | formToken }} is now sufficient to create a hidden formToken input in a form.
Full Changelog: v2.0.71...v2.0.72
Release v2.0.71
Updates to composer for latest package changes
Bug Fix on return headers for all content response types, Fresh Token is only available for HTTP_OK
Full Changelog: v2.0.70...v2.0.71