Skip to content

Releases: fr3nch13/cakephp-excel

Reformatting Views

07 Sep 19:14
d450162
Compare
Choose a tag to compare

Reformatting how the View are written to follow more inline with the View in CakePHP.

Ensuring subdir is set, so it acts like before.

07 Sep 00:46
65d780a
Compare
Choose a tag to compare

Fix to make sure the subdir is set.

Updating views since RequestHandler is deprecated.

06 Sep 23:34
d532b36
Compare
Choose a tag to compare

The RequestHandlerComponent has been soft deprecated as of CakePHP 4.4.x and will be removed in CakePHP 5. So, the handling on Content-Type headers in responses has been moved to View classes. This is an update to the View classes to ensure the response is pushing the proper content-type.

Code Refactoring

12 Jun 23:39
9c94a51
Compare
Choose a tag to compare

Cleaned up the code and added coverage >90%

Initial Full Release.

02 Mar 00:51
d0fc0ce
Compare
Choose a tag to compare

Includes updated code, and full testing.

Initial version

26 Feb 20:33
d0fc0ce
Compare
Choose a tag to compare
Initial version Pre-release
Pre-release

I still need to add some more stuff and add more unit testing.