Skip to content

Commit

Permalink
[TASK] Release version for TYPO3 11 LTS and 12-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
josefglatz committed Apr 25, 2022
1 parent 6080331 commit deb395a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Fast Backend User Switch (TYPO3 Extension `beuser_fastswitch`)

* Switch to another backend user
* Edit another backend user (in a new tab)
* Show user info of a specific backend user (in a popup)
* Show user info of a specific backend user (in a modal)

### It provides an AJAX based search

Expand All @@ -37,7 +37,7 @@ searching for it.

## Requirements

1. TYPO3 core version support: 10 LTS, 11 LTS
1. TYPO3 core version support: 11 LTS, 12-dev
2. PHP version: >= 7.2

## Installation
Expand All @@ -48,6 +48,8 @@ The recommended way to install the extension is by using
[Composer](https://getcomposer.org/). In your Composer based TYPO3
project root, just do `composer require josefglatz/beuser-fastswitch`.

> **TYPO3 core version =< 10 LTS support by using version 3.x:** `composer req josefglatz/beuser-fastswitch:^3`
### Installation as extension from TYPO3 Extension Repository (TER)

Download and install the extension with the TYPO3 CMS extension manager
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
'author_company' => 'https://www.josefglatz.at',
'state' => 'stable',
'clearCacheOnLoad' => true,
'version' => '3.2.1',
'version' => '4.0.0',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.9.99',
Expand Down

0 comments on commit deb395a

Please sign in to comment.