Skip to content

Releases: secure73/gemvc

Bug fix

11 Nov 15:00
04ad792
Compare
Choose a tag to compare
v1.5.7

bug fix GemRequest.php

Gemvc add feature request->definePostSchema()

11 Nov 14:11
bebaf1e
Compare
Choose a tag to compare

if (!$this->request-> if (!$this->request->definePostSchema([
'email' => 'email',
'?first_name' => 'min:3',
'password' => 'min:13',
]))
{
$this->response->badRequest($this->request->error);
return $this->response;
} ([
'email' => 'email',
'?first_name' => 'min:3',
'password' => 'min:13',
]))
{
$this->response->badRequest($this->request->error);
return $this->response;
}

v1.5.5

09 Nov 13:05
Compare
Choose a tag to compare
update PdoConn

v1.5.4

08 Nov 17:42
Compare
Choose a tag to compare
refactoring

update GemRequest and Apache Request

05 Nov 12:04
Compare
Choose a tag to compare

change Gem Request post and files type to array and also remove unnecessary lines in Apache Request

Bug fix Typo

30 Oct 21:15
Compare
Choose a tag to compare
1.5.2

Typo

Bug fix

26 Oct 20:53
Compare
Choose a tag to compare

Namespace changed to GemLibrary

change Gemvc to GemLibraray namespace to make destiguish between framework and library

26 Oct 20:14
Compare
Choose a tag to compare

V1.4.0

22 Oct 13:14
Compare
Choose a tag to compare
  1. Support Apache and Nginx.
  2. add security layer to secure request header for scripting in User Agent.

v1.3.1

20 Oct 20:03
Compare
Choose a tag to compare

add secure() right after execution Query in database/PdoConnection for preventing Open connection in after Dependancy injection in PdoQuery class