Skip to content

Commit b155754

Browse files
committed
[BUGFIX] Add missing release preparations
1 parent 208f641 commit b155754

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

ext_emconf.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
'author' => 'Sebastian Stein',
88
'author_email' => 'sebastian.stein@in2code.de',
99
'state' => 'stable',
10-
'version' => '12.0.0',
10+
'version' => '12.0.2',
1111
'constraints' => [
1212
'depends' => [
1313
'typo3' => '12.0.0-12.99.99',

readme.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,8 @@ ddev ssh
241241

242242
| Version | Date | State | Description |
243243
|---------|------------|--------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
244+
| 12.0.2 | 2025-05-23 | BUGFIX | Add missing release preparations |
245+
| 12.0.1 | 2025-05-23 | BUGFIX | Fix ajax requests in non default language |
244246
| 12.0.0 | 2025-02-10 | [!!!]TASK | Update JavaScript event handling, Minor bugfixes, for further information see: [Commits](https://github.com/in2code-de/in2studyfinder/commits/12.0.0) |
245247
| 11.0.0 | 2023-11-24 | [!!!]FEATURE | Add TYPO3 12 support |
246248
| 10.0.0 | 2023-07-11 | [!!!]BUGFIX | prevent javascript exception while paginate if no filter is present in the current template |

0 commit comments

Comments
 (0)