Skip to content

Releases: bedita/web-tools

Release 3.5.0

10 May 08:20
6d5dff2
Compare
Choose a tag to compare

Main changes:

  • cache system for ThumbHelper: load a media directly from cache when cached, loaded through the API call otherwise

Release 3.4.0

15 Apr 11:17
32dbd82
Compare
Choose a tag to compare

Main changes:

  • new ApiFormatterComponent with embedIncluded() method to embed included data into relationships response section

Relese 1.6.0

15 Apr 11:16
40dd553
Compare
Choose a tag to compare

Main changes:

  • new ApiFormatterComponent with embedIncluded() method to embed included data into relationships response section

Release 3.3.0

22 Jan 10:14
1e52187
Compare
Choose a tag to compare

Upgrade to CakePHP 4.2.*

Release 3.2.0

07 Oct 08:13
5600cf3
Compare
Choose a tag to compare

Main changes are:

  • ApiProxyTrait now handle POST, PATCH and DELETE requests too

To activate it you need to add routing rules to your app, for example

$routes->scope('/api', ['_namePrefix' => 'api:'], function (RouteBuilder $routes) {
    $routes->get('/**', ['controller' => 'Api', 'action' => 'get'], 'get');
    $routes->post('/**', ['controller' => 'Api', 'action' => 'post'], 'post');
    $routes->patch('/**', ['controller' => 'Api', 'action' => 'patch'], 'patch');
    $routes->delete('/**', ['controller' => 'Api', 'action' => 'delete'], 'delete');
});

Release 2.5.0

07 Oct 08:25
339c395
Compare
Choose a tag to compare

Backport of ApiProxyTrait for handling POST, PATCH, DELETE requests. See Release 3.2.0

Release 1.5.0

07 Oct 08:17
ee1d3ba
Compare
Choose a tag to compare

Backport of ApiProxyTrait for handling POST, PATCH, DELETE requests. See Release 3.2.0

Release 3.1.4

05 Oct 10:19
Compare
Choose a tag to compare

update php-sdk dependency

Release 2.4.3

05 Oct 10:19
Compare
Choose a tag to compare

update php-sdk dependency

Release 1.4.3

05 Oct 10:18
Compare
Choose a tag to compare

update php-sdk dependency