Skip to content

Commit

Permalink
corrected change log
Browse files Browse the repository at this point in the history
  • Loading branch information
zepernick committed Aug 18, 2015
1 parent 856c741 commit fea12e2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,13 @@ This library requires **DataTables 1.10 >**

* Drastically Reduces PHP Code Necessary To Generate a Server Side Table

Chnage Log
Change Log
-----
* **v1.3**
* New Method `setProtectIdentifiers(boolean)` this defaults to FALSE if not specified. It will allow the
Query Builder to surround table names and column names with backticks when TRUE
* Library no longer enforces POST requests. POST or GET can be used now

* **v1.2**
* New Method `setProtectIdentifiers(boolean)` this defaults to FALSE if not specified. It will allow the
Query Builder to surround table names and column names with backticks when TRUE
Expand Down

0 comments on commit fea12e2

Please sign in to comment.