Skip to content

Commit

Permalink
[TASK] Release 7.0.2: first V12 compatible TER release
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwemer committed Feb 7, 2024
1 parent c565b54 commit 9a78ad3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 14 deletions.
27 changes: 14 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,18 @@ plugin.tx_powermail.settings.setup.spamshield.logfileLocation = typo3temp/logs/p

## Changelog

| Version | Date | Description |
|---------|------------|-----------------------------------------------------------------------|
| 7.0.1 | 2024-01-23 | Update for powermail 11.x - 12.x / TYPO3 12 |
| 7.0.0 | 2023-07-10 | Update for powermail 11.x / TYPO3 12 |
| 6.0.0 | 2023-07-10 | Update for powermail 10.x / TYPO3 11 |
| 5.1.1 | 2021-09-25 | Fix a typo in ter-release.yml file |
| Version | Date | Description |
|---------|------------|----------------------------------------------------------------------|
| 7.0.2 | 2024-02-07 | TER release for powermail 11.x - 12.x / TYPO3 12 |
| 7.0.1 | 2024-01-23 | Update for powermail 11.x - 12.x / TYPO3 12 |
| 7.0.0 | 2023-07-10 | Update for powermail 11.x / TYPO3 12 |
| 6.0.0 | 2023-07-10 | Update for powermail 10.x / TYPO3 11 |
| 5.1.1 | 2021-09-25 | Fix a typo in ter-release.yml file |
| 5.1.0 | 2021-09-09 | Added auto deployment to TER, add extension key to composer.json file |
| 5.0.0 | 2020-12-03 | Update for powermail 8.x |
| 4.0.0 | 2018-11-21 | Update for powermail 7.x, small bugfix in Template file |
| 3.0.0 | 2018-07-13 | Update for powermail 6.x |
| 2.0.0 | 2018-01-31 | Update for powermail 5.x |
| 1.1.1 | 2017-11-10 | Replace hardcoded button title in template |
| 1.1.0 | 2017-11-04 | Update dependencies for powermail 4.x |
| 1.0.0 | 2017-03-13 | Initial upload - have fun |
| 5.0.0 | 2020-12-03 | Update for powermail 8.x |
| 4.0.0 | 2018-11-21 | Update for powermail 7.x, small bugfix in Template file |
| 3.0.0 | 2018-07-13 | Update for powermail 6.x |
| 2.0.0 | 2018-01-31 | Update for powermail 5.x |
| 1.1.1 | 2017-11-10 | Replace hardcoded button title in template |
| 1.1.0 | 2017-11-04 | Update dependencies for powermail 4.x |
| 1.0.0 | 2017-03-13 | Initial upload - have fun |
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
'title' => 'invisiblerecaptcha',
'description' => 'Google invisible recaptcha TYPO3 extension for powermail',
'category' => 'plugin',
'version' => '7.0.1',
'version' => '7.0.2',
'state' => 'stable',
'author' => 'Powermail Development Team',
'author_email' => '[email protected]',
Expand Down

0 comments on commit 9a78ad3

Please sign in to comment.