diff --git a/README.md b/README.md index 83239ce..0d9e18c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![](https://img.shields.io/maintenance/yes/2018.svg)](https://github.com/fritzmg/contao-inherit-article) +[![](https://img.shields.io/maintenance/yes/2019.svg)](https://github.com/fritzmg/contao-inherit-article) [![](https://img.shields.io/packagist/v/fritzmg/contao-inherit-article.svg)](https://packagist.org/packages/fritzmg/contao-inherit-article) [![](https://img.shields.io/packagist/dt/fritzmg/contao-inherit-article.svg)](https://packagist.org/packages/fritzmg/contao-inherit-article) @@ -11,6 +11,8 @@ Since version `1.1.0` you can also optionally set a maximum inheritance level. e Since version `1.2.0` you can also let the inherited article to be added after the other articles. This has changed to a priority setting in version `1.3.0`. A negative priority means, that the inherited article is put after regular ones. +Since version `2.1.0` you are also able to inherit articles that are otherwise unpublished. + ![Article settings](https://raw.githubusercontent.com/fritzmg/contao-inherit-article/master/inherit_article.png) Note: this will not affect article teasers currently.