16
16
* @package grocery CRUD
17
17
* @copyright Copyright (c) 2010 through 2014, John Skoumbourdis
18
18
* @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt
19
- * @version 1.6.1
19
+ * @version 1.6.4
20
20
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
21
21
*/
22
22
@@ -495,7 +495,7 @@ protected function get_type($db_type)
495
495
*
496
496
* @package grocery CRUD
497
497
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
498
- * @version 1.6.1
498
+ * @version 1.6.4
499
499
* @link http://www.grocerycrud.com/documentation
500
500
*/
501
501
class grocery_CRUD_Model_Driver extends grocery_CRUD_Field_Types
@@ -1622,7 +1622,7 @@ protected function ajax_relation($state_info)
1622
1622
*
1623
1623
* @package grocery CRUD
1624
1624
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
1625
- * @version 1.6.1
1625
+ * @version 1.6.4
1626
1626
*/
1627
1627
class grocery_CRUD_Layout extends grocery_CRUD_Model_Driver
1628
1628
{
@@ -3131,7 +3131,7 @@ protected function get_views_as_string()
3131
3131
*
3132
3132
* @package grocery CRUD
3133
3133
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
3134
- * @version 1.6.1
3134
+ * @version 1.6.4
3135
3135
*/
3136
3136
class grocery_CRUD_States extends grocery_CRUD_Layout
3137
3137
{
@@ -3583,7 +3583,7 @@ protected function getAjaxRelationManytoManyUrl()
3583
3583
* @package grocery CRUD
3584
3584
* @copyright Copyright (c) 2010 through 2014, John Skoumbourdis
3585
3585
* @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt
3586
- * @version 1.6.1
3586
+ * @version 1.6.4
3587
3587
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
3588
3588
*/
3589
3589
@@ -3606,9 +3606,9 @@ class Grocery_CRUD extends grocery_CRUD_States
3606
3606
*
3607
3607
* @var string
3608
3608
*/
3609
- const VERSION = "1.6.1 " ;
3609
+ const VERSION = "1.6.4 " ;
3610
3610
3611
- const JQUERY = "jquery-1.11.1 .min.js " ;
3611
+ const JQUERY = "jquery-2.2.4 .min.js " ;
3612
3612
const JQUERY_UI_JS = "jquery-ui-1.10.3.custom.min.js " ;
3613
3613
const JQUERY_UI_CSS = "jquery-ui-1.10.1.custom.min.css " ;
3614
3614
0 commit comments