Skip to content

Commit ded28a8

Browse files
committed
Preparing version 1.6.1
1 parent 0ac3ebe commit ded28a8

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

application/libraries/Grocery_CRUD.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
* @package grocery CRUD
1717
* @copyright Copyright (c) 2010 through 2014, John Skoumbourdis
1818
* @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt
19-
* @version 1.5.8
19+
* @version 1.6.1
2020
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
2121
*/
2222

@@ -468,7 +468,7 @@ protected function get_type($db_type)
468468
*
469469
* @package grocery CRUD
470470
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
471-
* @version 1.5.8
471+
* @version 1.6.1
472472
* @link http://www.grocerycrud.com/documentation
473473
*/
474474
class grocery_CRUD_Model_Driver extends grocery_CRUD_Field_Types
@@ -1579,7 +1579,7 @@ protected function ajax_relation($state_info)
15791579
*
15801580
* @package grocery CRUD
15811581
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
1582-
* @version 1.5.8
1582+
* @version 1.6.1
15831583
*/
15841584
class grocery_CRUD_Layout extends grocery_CRUD_Model_Driver
15851585
{
@@ -3083,7 +3083,7 @@ protected function get_views_as_string()
30833083
*
30843084
* @package grocery CRUD
30853085
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
3086-
* @version 1.5.8
3086+
* @version 1.6.1
30873087
*/
30883088
class grocery_CRUD_States extends grocery_CRUD_Layout
30893089
{
@@ -3533,7 +3533,7 @@ protected function getAjaxRelationManytoManyUrl()
35333533
* @package grocery CRUD
35343534
* @copyright Copyright (c) 2010 through 2014, John Skoumbourdis
35353535
* @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt
3536-
* @version 1.5.8
3536+
* @version 1.6.1
35373537
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
35383538
*/
35393539

@@ -3556,7 +3556,7 @@ class Grocery_CRUD extends grocery_CRUD_States
35563556
*
35573557
* @var string
35583558
*/
3559-
const VERSION = "1.5.8";
3559+
const VERSION = "1.6.1";
35603560

35613561
const JQUERY = "jquery-1.11.1.min.js";
35623562
const JQUERY_UI_JS = "jquery-ui-1.10.3.custom.min.js";

0 commit comments

Comments
 (0)