From 98e464b7ffc97003c94f6c2bcb2050ab3226d490 Mon Sep 17 00:00:00 2001 From: John Skoumbourdis Date: Sat, 10 Sep 2016 13:02:00 +0300 Subject: [PATCH] Version 1.5.6 release --- application/libraries/Grocery_CRUD.php | 12 ++++++------ application/models/Grocery_crud_model.php | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/application/libraries/Grocery_CRUD.php b/application/libraries/Grocery_CRUD.php index f4de77b8..0bec51e7 100755 --- a/application/libraries/Grocery_CRUD.php +++ b/application/libraries/Grocery_CRUD.php @@ -16,7 +16,7 @@ * @package grocery CRUD * @copyright Copyright (c) 2010 through 2014, John Skoumbourdis * @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt - * @version 1.5.4 + * @version 1.5.6 * @author John Skoumbourdis */ @@ -468,7 +468,7 @@ protected function get_type($db_type) * * @package grocery CRUD * @author John Skoumbourdis - * @version 1.5.4 + * @version 1.5.6 * @link http://www.grocerycrud.com/documentation */ class grocery_CRUD_Model_Driver extends grocery_CRUD_Field_Types @@ -1517,7 +1517,7 @@ protected function ajax_relation($state_info) * * @package grocery CRUD * @author John Skoumbourdis - * @version 1.5.4 + * @version 1.5.6 */ class grocery_CRUD_Layout extends grocery_CRUD_Model_Driver { @@ -2983,7 +2983,7 @@ protected function get_views_as_string() * * @package grocery CRUD * @author John Skoumbourdis - * @version 1.5.4 + * @version 1.5.6 */ class grocery_CRUD_States extends grocery_CRUD_Layout { @@ -3412,7 +3412,7 @@ protected function getAjaxRelationManytoManyUrl() * @package grocery CRUD * @copyright Copyright (c) 2010 through 2014, John Skoumbourdis * @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt - * @version 1.5.4 + * @version 1.5.6 * @author John Skoumbourdis */ @@ -3435,7 +3435,7 @@ class Grocery_CRUD extends grocery_CRUD_States * * @var string */ - const VERSION = "1.5.4"; + const VERSION = "1.5.6"; const JQUERY = "jquery-1.11.1.min.js"; const JQUERY_UI_JS = "jquery-ui-1.10.3.custom.min.js"; diff --git a/application/models/Grocery_crud_model.php b/application/models/Grocery_crud_model.php index 48ada718..8274a553 100755 --- a/application/models/Grocery_crud_model.php +++ b/application/models/Grocery_crud_model.php @@ -24,7 +24,7 @@ * * @package grocery CRUD * @author John Skoumbourdis - * @version 1.5.4 + * @version 1.5.6 * @link http://www.grocerycrud.com/documentation */ class Grocery_crud_model extends CI_Model {