diff --git a/application/libraries/Grocery_CRUD.php b/application/libraries/Grocery_CRUD.php index dca14b2b..f7fc2fab 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.6 + * @version 1.5.7 * @author John Skoumbourdis */ @@ -468,7 +468,7 @@ protected function get_type($db_type) * * @package grocery CRUD * @author John Skoumbourdis - * @version 1.5.6 + * @version 1.5.7 * @link http://www.grocerycrud.com/documentation */ class grocery_CRUD_Model_Driver extends grocery_CRUD_Field_Types @@ -1534,7 +1534,7 @@ protected function ajax_relation($state_info) * * @package grocery CRUD * @author John Skoumbourdis - * @version 1.5.6 + * @version 1.5.7 */ class grocery_CRUD_Layout extends grocery_CRUD_Model_Driver { @@ -3000,7 +3000,7 @@ protected function get_views_as_string() * * @package grocery CRUD * @author John Skoumbourdis - * @version 1.5.6 + * @version 1.5.7 */ class grocery_CRUD_States extends grocery_CRUD_Layout { @@ -3429,7 +3429,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.6 + * @version 1.5.7 * @author John Skoumbourdis */ @@ -3452,7 +3452,7 @@ class Grocery_CRUD extends grocery_CRUD_States * * @var string */ - const VERSION = "1.5.6"; + const VERSION = "1.5.7"; const JQUERY = "jquery-1.11.1.min.js"; const JQUERY_UI_JS = "jquery-ui-1.10.3.custom.min.js"; diff --git a/change_log.txt b/change_log.txt index f824815b..7c3c92bd 100644 --- a/change_log.txt +++ b/change_log.txt @@ -1,4 +1,4 @@ -v 1.6.0 +v 1.5.7 - #331: Have a configurable XSS clean option to prevent XSS attacks - #370: A faster way to calculate the totals v 1.5.6