Skip to content

Commit

Permalink
updated and releases 1.6.3.1
Browse files Browse the repository at this point in the history
* update version file library
* updated changelog
* updated readme install and usage instructions
  • Loading branch information
mckaygerhard committed Dec 9, 2020
1 parent dc069cf commit 8ee0bda
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,20 @@ For Original more information, visit http://www.grocerycrud.com

## INSTALLING

Comes included with CodeigniterPowered, but for CI 2 or CI3:
Comes included with CodeigniterPowered, but for CI2 or CI3:

**Requirements**

* Codeigniter 2.x or 3.x
* PHP 5.3
* PHP 5.3; GD module need for image loading and preview

**Manual controlled install**

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

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

**2)** The contents must be the files at that places:
**2)** Uncompress the downloaded file, the contents must be the files at that places:

* `config/grocery_crud.php`
* `libraries/Grocery_CRUD.php`
Expand Down
10 changes: 5 additions & 5 deletions application/libraries/Grocery_CRUD.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* @package grocery CRUD
* @copyright Copyright (c) 2010 through 2014, John Skoumbourdis
* @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt
* @version 1.6.1
* @version 1.6.3.1
* @author John Skoumbourdis <[email protected]>
*/

Expand Down Expand Up @@ -502,7 +502,7 @@ protected function get_type($db_type)
*
* @package grocery CRUD
* @author John Skoumbourdis <[email protected]>
* @version 1.6.1
* @version 1.6.3.1
* @link http://www.grocerycrud.com/documentation
*/
class grocery_CRUD_Model_Driver extends grocery_CRUD_Field_Types
Expand Down Expand Up @@ -1629,7 +1629,7 @@ protected function ajax_relation($state_info)
*
* @package grocery CRUD
* @author John Skoumbourdis <[email protected]>
* @version 1.6.1
* @version 1.6.3.1
*/
class grocery_CRUD_Layout extends grocery_CRUD_Model_Driver
{
Expand Down Expand Up @@ -3150,7 +3150,7 @@ protected function get_views_as_string()
*
* @package grocery CRUD
* @author John Skoumbourdis <[email protected]>
* @version 1.6.1
* @version 1.6.3.1
*/
class grocery_CRUD_States extends grocery_CRUD_Layout
{
Expand Down Expand Up @@ -3602,7 +3602,7 @@ protected function getAjaxRelationManytoManyUrl()
* @package grocery CRUD
* @copyright Copyright (c) 2010 through 2014, John Skoumbourdis
* @license https://github.com/scoumbourdis/grocery-crud/blob/master/license-grocery-crud.txt
* @version 1.6.1
* @version 1.6.3.1
* @author John Skoumbourdis <[email protected]>
*/

Expand Down
3 changes: 3 additions & 0 deletions change_log.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
v1.6.3.1
- Updating jQuery version to 1.12.4 that still supports any web browser
- #491: Fixing issue when we use set_read_fields with a column that doesn't exist at the database
- 5 new Dutch translations
- #477: Updated chosen triggers with current naming
- #473: fix typos
v1.6.3
- #465: Translation for Spanish Uruguay by @mlopezcoria
- #470: Update Polish translation by @tikky
Expand Down

0 comments on commit 8ee0bda

Please sign in to comment.