Skip to content

Commit 8ee0bda

Browse files
committed
updated and releases 1.6.3.1
* update version file library * updated changelog * updated readme install and usage instructions
1 parent dc069cf commit 8ee0bda

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,20 @@ For Original more information, visit http://www.grocerycrud.com
1111

1212
## INSTALLING
1313

14-
Comes included with CodeigniterPowered, but for CI 2 or CI3:
14+
Comes included with CodeigniterPowered, but for CI2 or CI3:
1515

1616
**Requirements**
1717

1818
* Codeigniter 2.x or 3.x
19-
* PHP 5.3
19+
* PHP 5.3; GD module need for image loading and preview
2020

2121
**Manual controlled install**
2222

2323
**1)** Located your Codeigniter proyect and then download the repository at the `Applications` root directory
2424

2525
`wget https://github.com/codeigniterpower/codeigniter-grocery-crud/archive/master.tar.gz -O ci-grocerycrud.tar.gz`
2626

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:
2828

2929
* `config/grocery_crud.php`
3030
* `libraries/Grocery_CRUD.php`

application/libraries/Grocery_CRUD.php

Lines changed: 5 additions & 5 deletions
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.3.1
2020
* @author John Skoumbourdis <[email protected]>
2121
*/
2222

@@ -502,7 +502,7 @@ protected function get_type($db_type)
502502
*
503503
* @package grocery CRUD
504504
* @author John Skoumbourdis <[email protected]>
505-
* @version 1.6.1
505+
* @version 1.6.3.1
506506
* @link http://www.grocerycrud.com/documentation
507507
*/
508508
class grocery_CRUD_Model_Driver extends grocery_CRUD_Field_Types
@@ -1629,7 +1629,7 @@ protected function ajax_relation($state_info)
16291629
*
16301630
* @package grocery CRUD
16311631
* @author John Skoumbourdis <[email protected]>
1632-
* @version 1.6.1
1632+
* @version 1.6.3.1
16331633
*/
16341634
class grocery_CRUD_Layout extends grocery_CRUD_Model_Driver
16351635
{
@@ -3150,7 +3150,7 @@ protected function get_views_as_string()
31503150
*
31513151
* @package grocery CRUD
31523152
* @author John Skoumbourdis <[email protected]>
3153-
* @version 1.6.1
3153+
* @version 1.6.3.1
31543154
*/
31553155
class grocery_CRUD_States extends grocery_CRUD_Layout
31563156
{
@@ -3602,7 +3602,7 @@ protected function getAjaxRelationManytoManyUrl()
36023602
* @package grocery CRUD
36033603
* @copyright Copyright (c) 2010 through 2014, John Skoumbourdis
36043604
* @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt
3605-
* @version 1.6.1
3605+
* @version 1.6.3.1
36063606
* @author John Skoumbourdis <[email protected]>
36073607
*/
36083608

change_log.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
v1.6.3.1
22
- Updating jQuery version to 1.12.4 that still supports any web browser
33
- #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
47
v1.6.3
58
- #465: Translation for Spanish Uruguay by @mlopezcoria
69
- #470: Update Polish translation by @tikky

0 commit comments

Comments
 (0)