Skip to content

Releases: chriskacerguis/codeigniter-restserver

3.0.2

23 Sep 01:16
Compare
Choose a tag to compare

Fix: A Database Error Occurred when update logs. Thanks @ganl

3.0.1

23 Sep 01:13
Compare
Choose a tag to compare

lots of fixes and composer support. Lots and lots of thanks to @Hanisch-IT

3.0.0

01 Jan 02:31
Compare
Choose a tag to compare
  • Added unit testing (not complete, but a start)
  • Removed $continue param from $this->response method

2.8.0

31 Dec 16:58
Compare
Choose a tag to compare
  • Adding namespacing
  • Including full CI install with it (CI 3.1.2 as of this release)

2.7.4

28 Dec 14:39
Compare
Choose a tag to compare
add namespaces support (#745)

2.7.3

08 Sep 13:09
Compare
Choose a tag to compare

A few bug fixes and additional languages.

2.7.2

24 Jul 11:59
Compare
Choose a tag to compare

Lastest bug fixes and changes for CI Rest Server.

Mainteance Release

29 Aug 16:49
Compare
Choose a tag to compare

Simple maintenance release with various bug fixes.

Lastest Fixes and Changes

23 Jan 01:23
Compare
Choose a tag to compare
  • Added Blacklist IP option
  • Added controller based access controls
  • Added support for OPTIONS, PATCH, and HEAD (from boh1996)
  • Added logging of the time it takes for a request (rtime column in DB)
  • Changed DB schemas to use InnoDB, not MyISAM
  • Updated Readme to reflect new developer (Chris Kacerguis)