Skip to content

Releases: tina4stack/tina4-php

Release v2.0.80

20 Nov 14:39
Compare
Choose a tag to compare

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

05 Sep 12:26
18753dd
Compare
Choose a tag to compare

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

Full Changelog: v2.0.78...v2.0.79

Release v2.0.78

28 Aug 15:11
Compare
Choose a tag to compare

Fix for running Tina4 local when REQUEST_URI is not an available variable

Full Changelog: v2.0.77...v2.0.78

v2.0.77

28 Aug 14:20
e2fe7c2
Compare
Choose a tag to compare

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

Full Changelog: v2.0.76...v2.0.77

Release v2.0.76

12 Jul 12:02
Compare
Choose a tag to compare

Bug fix on fresh token growing exponentially.
Package updates for composer

Full Changelog: v2.0.75...v2.0.76

Release v2.0.75

30 Jun 19:52
Compare
Choose a tag to compare

Bug Fix for inline params on Swagger

Full Changelog: v2.0.74...v2.0.75

Release v2.0.74

30 Jun 11:55
Compare
Choose a tag to compare

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

29 Jun 18:27
Compare
Choose a tag to compare

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

23 Jun 11:26
Compare
Choose a tag to compare

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

15 May 10:40
Compare
Choose a tag to compare

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