Skip to content

Commit

Permalink
Merge branch 'fix/missing-templates' into 'master'
Browse files Browse the repository at this point in the history
fix missing templates in newslist module

See merge request pdir/social-feed-bundle!72
  • Loading branch information
MDevster committed Aug 7, 2024
2 parents 0e975e9 + 51e4f6a commit e766e08
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ Types of changes
Security in case of vulnerabilities.
)

## [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).

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] missing templates in newslist module

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

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
2 changes: 1 addition & 1 deletion src/EventListener/DataContainer/SetupListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class SetupListener
/**
* social-feed-bundle version.
*/
public const VERSION = '2.13.2';
public const VERSION = '2.13.3';

/**
* Template.
Expand Down
7 changes: 0 additions & 7 deletions src/Module/ModuleCustomNewslist.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@

class ModuleCustomNewslist extends ModuleNewsList
{
/**
* Template.
*
* @var string
*/
protected $strTemplate = 'mod_newslist_social_feed';

protected function compile(): void
{
parent::compile();
Expand Down
7 changes: 0 additions & 7 deletions src/Module/NewsCategoriesModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,6 @@

class NewsCategoriesModule extends NewsListModule
{
/**
* Template.
*
* @var string
*/
protected $strTemplate = 'mod_newslist_social_feed';

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

0 comments on commit e766e08

Please sign in to comment.