Skip to content

Commit 702ca6b

Browse files
author
Tizian Schmidlin
committed
[TASK] Release version 3.0.4
This version adds some more compatibility and removes some deprecations (especially in TCA). Thanks to Markus Poerschke for the issues and PRs
1 parent 4758896 commit 702ca6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cabag/simulatebe",
33
"type": "typo3-cms-extension",
4-
"version": "3.0.3",
4+
"version": "3.0.4",
55
"description": "BE Login Simulation for FE Users\n\nSimulates BE Login for FE Users. With this extension you can grant Frontend Users Backend User Rights. This means that, if a Frontend User logs into the Frontend and he has the proper rights, the Edit Icons will be displayed allowing him to edit the Content.",
66
"authors": [
77
{

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
'description' => 'Simulates BE Login for FE Users. With this extension you can grant Frontend Users Backend User Rights. This means that, if a Frontend User logs into the Frontend and he has the proper rights, the Edit Icons will be displayed allowing him to edit the Content.',
1616
'category' => 'fe',
1717
'shy' => 0,
18-
'version' => '3.0.3',
18+
'version' => '3.0.4',
1919
'dependencies' => '',
2020
'conflicts' => '',
2121
'priority' => '',

0 commit comments

Comments
 (0)