Skip to content

Commit 027db36

Browse files
committed
Version 2.1
1 parent c1ca396 commit 027db36

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
Version 4.2.1 - 24.04.2023
5+
--------------------------
6+
7+
### Bugfixes und kleinere Anpassungen
8+
9+
* Doku angepasst
10+
* last login und last action Speicherung behoben
11+
* Login Versuche wurden nicht mehr getrackt #462
12+
* fix isInGroup() Funktion korrigiert #460
13+
* workflow und phpstan level 5 CS
14+
* Find first hit in returnTos funktinierte nicht immer richtig
15+
16+
Danke Alex Walter, Norbert Micheel, Dominik Grothaus
17+
18+
419
Version 4.2.0 - 24.04.2023
520
--------------------------
621

package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package: ycom
2-
version: '4.2.0'
2+
version: '4.2.1'
33
author: Yakamara Media GmbH & Co. KG
44
supportpage: https://github.com/yakamara/redaxo_ycom/
55

plugins/auth/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package: ycom/auth
2-
version: '4.2.0'
2+
version: '4.2.1'
33
author: Yakamara Media GmbH & Co. KG
44
title: 'Auth'
55
nav_icon: fa-minus

plugins/group/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package: ycom/group
2-
version: '4.2.0'
2+
version: '4.2.1'
33
author: Yakamara Media GmbH & Co. KG
44
title: 'Group'
55
nav_icon: fa-minus

plugins/media_auth/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package: ycom/media_auth
2-
version: '4.2.0'
2+
version: '4.2.1'
33
author: Yakamara Media GmbH & Co. KG
44
title: 'MediaAuth'
55
nav_icon: fa-minus

0 commit comments

Comments
 (0)