Skip to content

Commit

Permalink
Fix newslist module
Browse files Browse the repository at this point in the history
  • Loading branch information
seibtph committed Aug 20, 2024
1 parent ecd6484 commit a52bc76
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ Types of changes
Security in case of vulnerabilities.
)

## [2.13.4](https://github.com/pdir/social-feed-bundle/tree/2.13.4) - 2024-08-20

This version is currently only available via the “early adopter” program (EAP). You can find out more at [Social Feed EAP](https://pdir.de/crowdfunding/social-feed-bundle.html).

Diese Version ist aktuell nur über das "early adopter"-Programm (EAP) verfügbar. Mehr erfährst du unter [Social Feed EAP](https://pdir.de/crowdfunding/social-feed-bundle.html).

- [Fixed] Fix newslist module (remove void)
- [Fixed] Missing images in moderated instagram import

## [2.13.3](https://github.com/pdir/social-feed-bundle/tree/2.13.3) - 2024-08-07

This version is currently only available via the “early adopter” program (EAP). You can find out more at [Social Feed EAP](https://pdir.de/crowdfunding/social-feed-bundle.html).
Expand Down Expand Up @@ -49,6 +58,10 @@ Diese Version ist aktuell nur über das "early adopter"-Programm (EAP) verfügba
- [Fixed] Remove warnings in cron listener
- [Fixed] Add missing translations (de,en,it)

## [2.12.6](https://github.com/pdir/social-feed-bundle/tree/2.12.5) - 2023-09-20

- [Fixed] Fix newslist module (remove void)

## [2.12.5](https://github.com/pdir/social-feed-bundle/tree/2.12.5) - 2023-09-20

- [Changed] doctrine/cache from 1.9 to ^2.1
Expand Down
2 changes: 1 addition & 1 deletion src/Dca/tl_social_feed.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class tl_social_feed
/**
* social-feed-bundle version.
*/
public const VERSION = '2.12.5';
public const VERSION = '2.12.6';

/**
* Template.
Expand Down
2 changes: 1 addition & 1 deletion src/Module/ModuleCustomNewslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ModuleCustomNewslist extends ModuleNewsList
*/
protected $strTemplate = 'mod_newslist';

protected function compile(): void
protected function compile()
{
parent::compile();

Expand Down
2 changes: 1 addition & 1 deletion src/Module/NewsCategoriesModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class NewsCategoriesModule extends NewsListModule
*/
protected $strTemplate = 'mod_newslist';

protected function compile(): void
protected function compile()
{
parent::compile();

Expand Down

0 comments on commit a52bc76

Please sign in to comment.