Skip to content

Commit

Permalink
adjust docs
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Oct 31, 2023
1 parent b05cf78 commit 0e4297a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ The main changes are:
More specific changes, but not limited to:
- Changed: bundle class name is now `HeimrichHannotUtilsBundle`
- Changed: DcaUtil::getDcaFields() array options now throw error if not of type array
- Changed: RoutingUtil::generateBackendRoute() route argument moved to options array
- Removed: ContainerUtil::isBundleActive()
- Removed: UrlUtil::removeQueryStringParameterToUrl()
- Changed: RoutingUtil::generateBackendRoute() route argument moved to options array
- Removed: a lot of not used dependencies
13 changes: 5 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,11 @@ In addition, there are DcaField helpers, the Entity finder command and some nice

## Install

1. Install via composer:
```
composer require heimrichhannot/contao-utils-bundle
```
1. Update database
Just install it via composer or contao manager:

```
composer require heimrichhannot/contao-utils-bundle
```

## Usage

Expand Down Expand Up @@ -132,5 +130,4 @@ We try our best to keep this bundle backwards compatible and follow the principl

Following aspects are not covered by BC promise:
- Using Utils classes direct instead from Utils service. This is not officially supported and may break your application due internal changes.
- Classes marked as `@internal` or `@experimental`
-
- Classes marked as `@internal` or `@experimental`

0 comments on commit 0e4297a

Please sign in to comment.