Skip to content

Commit

Permalink
prepared 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Mar 1, 2024
1 parent 57c518f commit 417fbfb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.



## [3.1.0] - 2024-03-01
- Added: DateAddedField ([#74](https://github.com/heimrichhannot/contao-utils-bundle/pull/74))

## [3.0.0] - 2024-02-19
This version is a complete reworked version of utils bundle.
The goal was to have a non-inversive bundle of useful helpers for contao.
Expand Down
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -102,6 +102,17 @@ AuthorField::register('tl_example')
;
```

#### Date added field

Add a date added field to your dca. It will set a timestamp on create or copy.

```php
# contao/dca/tl_example.php
use HeimrichHannot\UtilsBundle\Dca\DateAddedField;

DateAddedField::register('tl_example');
```


### Entity Finder

Expand Down

0 comments on commit 417fbfb

Please sign in to comment.