Skip to content

Commit

Permalink
[TASK] Release preparations
Browse files Browse the repository at this point in the history
  • Loading branch information
einpraegsam committed Dec 8, 2024
1 parent fb947a8 commit 9dd6b61
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Documentation/Changelog/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

| Version | Date | State | Description |
|------------|------------|---------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| 27.0.0 | 2024-12-08 | Task | Support TYPO3 13 (and 12 and drop support for 11), some small bugfixes |
| 26.3.1 | 2024-10-16 | Bugfix | Show correct number of links in dashboard, fix newsletter filter by usergroup |
| 26.3.0 | 2024-10-11 | Feature | Increase number of frontend groups options when searching for a string when adding a new newsletter in backend module |
| 26.2.0 | 2024-08-01 | Task | Use a better error message on requestExceptions for preview now, use site.identifier instead of websiteTitle (to prevent empty filter options), small documentation fix |
Expand Down
2 changes: 1 addition & 1 deletion Documentation/Installation/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ composer require "in2code/luxletter"

**Note:** TYPO3 in composer mode is needed

TYPO3 11.5 or 12.4 is required. The free extension lux can be also installed for more analysis but is not necessary.
TYPO3 12.4 or 13.4 is required. The free extension lux can be also installed for more analysis but is not necessary.


### Basic settings in extension configuration
Expand Down
4 changes: 2 additions & 2 deletions ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
'title' => 'luxletter - TYPO3 Email Marketing Newsletter Tool',
'description' => 'Free newsletter extension for TYPO3 for an individual email marketing. A lot of analytics and modern concepts. Works with and without EXT:lux.',
'category' => 'plugin',
'version' => '26.3.1',
'version' => '27.0.0',
'author' => 'Alex Kellner',
'author_email' => '[email protected]',
'author_company' => 'in2code.de',
'state' => 'stable',
'constraints' => [
'depends' => [
'typo3' => '11.5.0-12.4.99'
'typo3' => '12.4.0-13.4.99'
],
'conflicts' => [
'news' => '9.0.0-10.99.99'
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ it.
### The upside

* A useful and nice **dashboard** shows you the relevant information in the backend
* Modern newsletter extension for TYPO3 11 or 12
* Modern newsletter extension for TYPO3 12 or 13
* Tracking of clicks via **PSR-15 interface** in TYPO3
* Sending mails in queue via **symfony command controller**
* Records for **fe_groups** (and there related fe_users) are used to send mails to
Expand Down Expand Up @@ -82,7 +82,7 @@ See the full [documentation](Documentation/Index.md) (installation, configuratio

## Technical requirements

* TYPO3 11 or 12 LTS is the basic CMS for this newsletter tool.
* TYPO3 12 or 13 LTS is the basic CMS for this newsletter tool.
* EXT:lux is **not needed** to run luxletter but both extensions can work together to show more relevant information.
* This extension needs to be **installed with composer** (classic installation could work but is not supported and tested).
* fe_users in fe_groups is used to send newsletter emails to.
Expand Down

0 comments on commit 9dd6b61

Please sign in to comment.