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
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 `
Original file line number Diff line number Diff line change 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 <scoumbourdisj@gmail.com>
2121 */
2222
@@ -502,7 +502,7 @@ protected function get_type($db_type)
502502 *
503503 * @package grocery CRUD
504504 * @author John Skoumbourdis <scoumbourdisj@gmail.com>
505- * @version 1.6.1
505+ * @version 1.6.3. 1
506506 * @link http://www.grocerycrud.com/documentation
507507 */
508508class 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 <scoumbourdisj@gmail.com>
1632- * @version 1.6.1
1632+ * @version 1.6.3. 1
16331633 */
16341634class 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 <scoumbourdisj@gmail.com>
3153- * @version 1.6.1
3153+ * @version 1.6.3. 1
31543154 */
31553155class 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 <scoumbourdisj@gmail.com>
36073607 */
36083608
Original file line number Diff line number Diff line change 11v1.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
47v1.6.3
58 - #465: Translation for Spanish Uruguay by @mlopezcoria
69 - #470: Update Polish translation by @tikky
You can’t perform that action at this time.
0 commit comments