Skip to content

Commit

Permalink
Version 1.5.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
scoumbourdis committed Jan 17, 2016
1 parent 5e235d6 commit 8f88797
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 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.5.2
* @version 1.5.4
* @author John Skoumbourdis <[email protected]>
*/

Expand Down Expand Up @@ -468,7 +468,7 @@ protected function get_type($db_type)
*
* @package grocery CRUD
* @author John Skoumbourdis <[email protected]>
* @version 1.5.2
* @version 1.5.4
* @link http://www.grocerycrud.com/documentation
*/
class grocery_CRUD_Model_Driver extends grocery_CRUD_Field_Types
Expand Down Expand Up @@ -1517,7 +1517,7 @@ protected function ajax_relation($state_info)
*
* @package grocery CRUD
* @author John Skoumbourdis <[email protected]>
* @version 1.5.2
* @version 1.5.4
*/
class grocery_CRUD_Layout extends grocery_CRUD_Model_Driver
{
Expand Down Expand Up @@ -2977,7 +2977,7 @@ protected function get_views_as_string()
*
* @package grocery CRUD
* @author John Skoumbourdis <[email protected]>
* @version 1.5.2
* @version 1.5.4
*/
class grocery_CRUD_States extends grocery_CRUD_Layout
{
Expand Down Expand Up @@ -3406,7 +3406,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.5.2
* @version 1.5.4
* @author John Skoumbourdis <[email protected]>
*/

Expand All @@ -3429,7 +3429,7 @@ class Grocery_CRUD extends grocery_CRUD_States
*
* @var string
*/
const VERSION = "1.5.2";
const VERSION = "1.5.4";

const JQUERY = "jquery-1.11.1.min.js";
const JQUERY_UI_JS = "jquery-ui-1.10.3.custom.min.js";
Expand Down
2 changes: 1 addition & 1 deletion application/models/Grocery_crud_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
*
* @package grocery CRUD
* @author John Skoumbourdis <[email protected]>
* @version 1.5.2
* @version 1.5.4
* @link http://www.grocerycrud.com/documentation
*/
class Grocery_crud_model extends CI_Model {
Expand Down
10 changes: 5 additions & 5 deletions assets/grocery_crud/languages/greek.php
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@
/* Added in version 1.5.1 */
$lang['ui_day'] = 'ηη';
$lang['ui_month'] = 'μμ';
$lang['ui_year'] = 'χχχχ';

/* Added in version 1.5.2 */
$lang['list_more'] = 'More';

$lang['ui_year'] = 'χχχχ';

/* Added in version 1.5.2 */
$lang['list_more'] = 'Επιπλέον';

0 comments on commit 8f88797

Please sign in to comment.