Skip to content

Releases: CradlePHP/components

branch release

20 Jun 10:34

Choose a tag to compare

2.3.0

partial fix (pun intended) to invalid json encodings

Hotfix: Changed OAuth2 get() to accept 1 parameter

25 Oct 02:36

Choose a tag to compare

2.2.2

fixed get() resource method to not have the ability to add extra pathing

Removing lock

15 Jan 07:26

Choose a tag to compare

2.2.1

removing lock

Routes can be organized by priorities, up versioned but backwards compatible still

14 Jan 16:49

Choose a tag to compare

$this->get('/admin/system/model/role/create', function ($request, $response) {
    ...
}, 10);

Where the highest priority (in this case 10) will be executed first (highest-to-lowest)

redirect check fix

11 Jan 04:55

Choose a tag to compare

2.1.9

redirect check fix

Critical fix with routes that redirect producing a 404

10 Jan 02:02

Choose a tag to compare

removed the checker for buffer clean

13 Jun 11:29
be21df5

Choose a tag to compare

Merge pull request #10 from CradlePHP/2.1

2.1

added checker if there's a buffer to delete

08 Jun 11:33
a612ec7

Choose a tag to compare

Merge pull request #8 from CradlePHP/2.1

2.1

listen to multiple events

29 Mar 06:07

Choose a tag to compare

2.1.5

listen to multiple events

bug fix: meta status fix on pipes

15 Mar 12:46

Choose a tag to compare

2.1.4

bug fix: meta status fix on pipes