Skip to content

Commit

Permalink
doc: add additional badges
Browse files Browse the repository at this point in the history
  • Loading branch information
jackd248 committed Jul 26, 2024
1 parent 867d379 commit 21978fa
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
Binary file modified Documentation/Images/insert-widget.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 16 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,37 @@

# TYPO3 extension `xima_typo3_recent_updates`

[![Supported TYPO3 versions](https://badgen.net/badge/TYPO3/v11%20&%20v12%20&%20v13/orange)]()
[![Latest Stable Version](http://poser.pugx.org/xima/xima-typo3-recent-updates/v)](https://packagist.org/packages/xima/xima-typo3-recent-updates)
[![Supported TYPO3 versions](https://badgen.net/badge/TYPO3/11%20&%2012%20&%2013/orange)]()
[![PHP Version Require](http://poser.pugx.org/xima/xima-typo3-recent-updates/require/php)](https://packagist.org/packages/xima/xima-typo3-recent-updates)
[![Total Downloads](http://poser.pugx.org/xima/xima-typo3-recent-updates/downloads)](https://packagist.org/packages/xima/xima-typo3-recent-updates)

</div>

This TYPO3 extension provides a dashboard widget to display all recent updates of the CMS content.

# Installation
## Installation

### Composer

In a composer-based TYPO3 installation you can install the extension EXT:xima-typo3-recent-updates via composer:

``` bash
composer require xima/xima-typo3-recent-updates
```

# Usage
### TER

[![TER version](https://typo3-badges.dev/badge/xima_typo3_recent_updates/version/shields.svg)](https://extensions.typo3.org/extension/xima_typo3_recent_updates)

Download the zip file from [TYPO3 extension repository (TER)](https://extensions.typo3.org/extension/xima_typo3_recent_updates).

## Usage

1. Install the extension.
2. Add the widget to your dashboard via the "System Information" tab.

![Insert widget to the dashboard](Documentation/Images/insert-widget.png "Insert widget to the dashboard")
3. Display the recent updates within your dashboard.

![Show widget in the dashboard](Documentation/Images/widget-list.png "Show widget in the dashboard")
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,18 @@
"GPL-2.0-or-later"
],
"authors": [
{
"name": "Konrad Michalik",
"email": "konrad.michalik@xima.de",
"role": "Developer"
},
{
"name": "XIMA MEDIA GmbH",
"email": "kontakt@xima.de"
}
],
"require": {
"php": "^8.1",
"typo3/cms-backend": "^11.5 || ^12.0 || ^13.0",
"typo3/cms-core": "^11.5 || ^12.0 || ^13.0",
"typo3/cms-dashboard": "^11.5 || ^12.0 || ^13.0"
Expand Down

0 comments on commit 21978fa

Please sign in to comment.