Skip to content

Commit a6f796d

Browse files
committed
Updating jQuery to version 2.x
1 parent 606b80a commit a6f796d

File tree

7 files changed

+3470
-3963
lines changed

7 files changed

+3470
-3963
lines changed

application/libraries/Grocery_CRUD.php

+7-7
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.6.1
19+
* @version 1.6.4
2020
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
2121
*/
2222

@@ -495,7 +495,7 @@ protected function get_type($db_type)
495495
*
496496
* @package grocery CRUD
497497
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
498-
* @version 1.6.1
498+
* @version 1.6.4
499499
* @link http://www.grocerycrud.com/documentation
500500
*/
501501
class grocery_CRUD_Model_Driver extends grocery_CRUD_Field_Types
@@ -1622,7 +1622,7 @@ protected function ajax_relation($state_info)
16221622
*
16231623
* @package grocery CRUD
16241624
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
1625-
* @version 1.6.1
1625+
* @version 1.6.4
16261626
*/
16271627
class grocery_CRUD_Layout extends grocery_CRUD_Model_Driver
16281628
{
@@ -3131,7 +3131,7 @@ protected function get_views_as_string()
31313131
*
31323132
* @package grocery CRUD
31333133
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
3134-
* @version 1.6.1
3134+
* @version 1.6.4
31353135
*/
31363136
class grocery_CRUD_States extends grocery_CRUD_Layout
31373137
{
@@ -3583,7 +3583,7 @@ protected function getAjaxRelationManytoManyUrl()
35833583
* @package grocery CRUD
35843584
* @copyright Copyright (c) 2010 through 2014, John Skoumbourdis
35853585
* @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt
3586-
* @version 1.6.1
3586+
* @version 1.6.4
35873587
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
35883588
*/
35893589

@@ -3606,9 +3606,9 @@ class Grocery_CRUD extends grocery_CRUD_States
36063606
*
36073607
* @var string
36083608
*/
3609-
const VERSION = "1.6.1";
3609+
const VERSION = "1.6.4";
36103610

3611-
const JQUERY = "jquery-1.11.1.min.js";
3611+
const JQUERY = "jquery-2.2.4.min.js";
36123612
const JQUERY_UI_JS = "jquery-ui-1.10.3.custom.min.js";
36133613
const JQUERY_UI_CSS = "jquery-ui-1.10.1.custom.min.css";
36143614

assets/grocery_crud/js/jquery-1.11.1.min.js

-4
This file was deleted.

assets/grocery_crud/js/jquery-1.11.1.min.map

-1
This file was deleted.

0 commit comments

Comments
 (0)