Skip to content

Releases: tina4stack/tina4php-orm

Release v2.0.17

09 Jul 10:49
Compare
Choose a tag to compare

Fix for batch variables in ORM

Full Changelog: v2.0.16...v2.0.17

Release v2.0.16

08 Jul 20:36
Compare
Choose a tag to compare

Unstable release

Array data as a field value on ORM is automatically encoded.
Added beginning logic for batching statements and data on ORM.

Full Changelog: v2.0.15...v2.0.16

Release v2.0.15

20 Mar 10:15
Compare
Choose a tag to compare

Updates to the grid.twig template so the formToken will be passed in dynamically in AJAX calls
Param injection tests changed from the default filter

Full Changelog: v2.0.14...v2.0.15

Release v2.0.14

13 Nov 16:42
Compare
Choose a tag to compare

Latest boostrap is now implemented into the component CRUD generation
Components will generate from the project src/public/components folder if it exists
If the components folder does not exist it will be created in the main project from the ORM src/public/components folder
To get the latest components , delete the components folder under src/public

Full Changelog: v2.0.13...v2.0.14

Release v2.0.13

03 Jul 08:30
Compare
Choose a tag to compare

Updated ORM to receive any type of JSON input

Release v2.0.12

07 Jun 08:53
Compare
Choose a tag to compare

Changed save to return false instead of null when it does not save

Release v2.0.11

24 Apr 11:37
Compare
Choose a tag to compare

Updates to fix deprecations caused by PHP 8.2

Release v2.0.10

21 Dec 14:39
Compare
Choose a tag to compare

Fix for parse Filter

Release v2.0.9

10 Oct 12:37
Compare
Choose a tag to compare

Breaking changes, load , find and delete method on ORM now take in a params array to help avoiding injection attacks

Release v2.0.8

01 Sep 13:48
e02a336
Compare
Choose a tag to compare

Fixes for field mapping when prefixes (aliases) are used