File tree Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Expand file tree Collapse file tree 3 files changed +11
-8
lines changed Original file line number Diff line number Diff line change @@ -11,20 +11,20 @@ For Original more information, visit http://www.grocerycrud.com
11
11
12
12
## INSTALLING
13
13
14
- Comes included with CodeigniterPowered, but for CI 2 or CI3:
14
+ Comes included with CodeigniterPowered, but for CI2 or CI3:
15
15
16
16
** Requirements**
17
17
18
18
* Codeigniter 2.x or 3.x
19
- * PHP 5.3
19
+ * PHP 5.3; GD module need for image loading and preview
20
20
21
21
** Manual controlled install**
22
22
23
23
** 1)** Located your Codeigniter proyect and then download the repository at the ` Applications ` root directory
24
24
25
25
` wget https://github.com/codeigniterpower/codeigniter-grocery-crud/archive/master.tar.gz -O ci-grocerycrud.tar.gz `
26
26
27
- ** 2)** The contents must be the files at that places:
27
+ ** 2)** Uncompress the downloaded file, the contents must be the files at that places:
28
28
29
29
* ` config/grocery_crud.php `
30
30
* ` libraries/Grocery_CRUD.php `
Original file line number Diff line number Diff line change 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.3. 1
20
20
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
21
21
*/
22
22
@@ -502,7 +502,7 @@ protected function get_type($db_type)
502
502
*
503
503
* @package grocery CRUD
504
504
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
505
- * @version 1.6.1
505
+ * @version 1.6.3. 1
506
506
* @link http://www.grocerycrud.com/documentation
507
507
*/
508
508
class grocery_CRUD_Model_Driver extends grocery_CRUD_Field_Types
@@ -1629,7 +1629,7 @@ protected function ajax_relation($state_info)
1629
1629
*
1630
1630
* @package grocery CRUD
1631
1631
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
1632
- * @version 1.6.1
1632
+ * @version 1.6.3. 1
1633
1633
*/
1634
1634
class grocery_CRUD_Layout extends grocery_CRUD_Model_Driver
1635
1635
{
@@ -3150,7 +3150,7 @@ protected function get_views_as_string()
3150
3150
*
3151
3151
* @package grocery CRUD
3152
3152
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
3153
- * @version 1.6.1
3153
+ * @version 1.6.3. 1
3154
3154
*/
3155
3155
class grocery_CRUD_States extends grocery_CRUD_Layout
3156
3156
{
@@ -3602,7 +3602,7 @@ protected function getAjaxRelationManytoManyUrl()
3602
3602
* @package grocery CRUD
3603
3603
* @copyright Copyright (c) 2010 through 2014, John Skoumbourdis
3604
3604
* @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt
3605
- * @version 1.6.1
3605
+ * @version 1.6.3. 1
3606
3606
* @author John Skoumbourdis <scoumbourdisj@gmail.com>
3607
3607
*/
3608
3608
Original file line number Diff line number Diff line change 1
1
v1.6.3.1
2
2
- Updating jQuery version to 1.12.4 that still supports any web browser
3
3
- #491: Fixing issue when we use set_read_fields with a column that doesn't exist at the database
4
+ - 5 new Dutch translations
5
+ - #477: Updated chosen triggers with current naming
6
+ - #473: fix typos
4
7
v1.6.3
5
8
- #465: Translation for Spanish Uruguay by @mlopezcoria
6
9
- #470: Update Polish translation by @tikky
You can’t perform that action at this time.
0 commit comments