Skip to content

Commit

Permalink
changed: updated for Elgg 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jeabakker committed Jul 26, 2022
1 parent c1e55d5 commit e905fbd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Entity Tools
============

![Elgg 4.0](https://img.shields.io/badge/Elgg-4.0-green.svg)
![Elgg 4.3](https://img.shields.io/badge/Elgg-4.3-green.svg)
[![Build Status](https://scrutinizer-ci.com/g/ColdTrick/entity_tools/badges/build.png?b=master)](https://scrutinizer-ci.com/g/ColdTrick/entity_tools/build-status/master)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ColdTrick/entity_tools/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ColdTrick/entity_tools/?branch=master)
[![Latest Stable Version](https://poser.pugx.org/coldtrick/entity_tools/v/stable.svg)](https://packagist.org/packages/coldtrick/entity_tools)
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"coldtrick/sniffs": "dev-master"
},
"conflict": {
"elgg/elgg": "<4.0"
"elgg/elgg": "<4.3"
},
"config": {
"fxp-asset": {
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions views/default/input/entity_tools_container.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
if ($add_groups) {
// build default group options
$group_options = [
'order_by_metadata' => [
'name' => 'name',
'sort_by' => [
'property' => 'name',
'direction' => 'ASC',
],
'limit' => false,
Expand Down

0 comments on commit e905fbd

Please sign in to comment.