Skip to content

Commit

Permalink
Merge pull request #104 from contao-themes-net/fix-cache-bug
Browse files Browse the repository at this point in the history
add contao 4.13 sql
  • Loading branch information
MDevster authored Jun 3, 2022
2 parents e76e0b4 + da03586 commit afde149
Show file tree
Hide file tree
Showing 5 changed files with 1,476 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [2.18.0](https://github.com/contao-themes-net/mate-theme-bundle/tree/2.18.0) – 2022-05-11
## [2.18.0](https://github.com/contao-themes-net/mate-theme-bundle/tree/2.18.0) – 2022-05-12

- [info] remove support for Contao 4.4 and php <=7.1
- [feature] add support for PHP 8
Expand Down
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,10 @@
"pdir/maklermodul-bundle": "MATE Theme includes all styles for maklermodul bundle. / MATE Theme enthält Stylesheets für das Maklermodul Bundle.",
"pdir/social-feed-bundle": "MATE Theme includes all styles for social feed bundle. / MATE Theme enthält Stylesheets für das Social Feed Bundle",
"pdir/animated-timeline-bundle": "Render content in a dynamic timeline. / Zeige Inhalte in einem dynamischen Zeitstrahl an."
},
"config": {
"allow-plugins": {
"contao-components/installer": true
}
}
}
2 changes: 1 addition & 1 deletion src/Module/MateThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class MateThemeSetup extends \BackendModule
{
const VERSION = '2.17.7';
const VERSION = '2.18.0';

protected $strTemplate = 'be_mateTheme_setup';

Expand Down
Loading

0 comments on commit afde149

Please sign in to comment.