Skip to content

Commit

Permalink
Merge pull request #82 from contao-themes-net/contao-4.12-support
Browse files Browse the repository at this point in the history
add sql files for contao 4.12
MDevster authored Aug 25, 2021
2 parents 1911efd + f2b647d commit f3bf702
Showing 4 changed files with 1,476 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [2.16.0](https://github.com/contao-themes-net/mate-theme-bundle/tree/2.16.0) – 2021-08-25

- [feature] add sql files for contao 4.12

## [2.15.3](https://github.com/contao-themes-net/mate-theme-bundle/tree/2.15.3) – 2021-06-08

- [fix] fixed layout bug while scrolling down if content is not height enough
2 changes: 1 addition & 1 deletion src/Module/MateThemeSetup.php
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

class MateThemeSetup extends \BackendModule
{
const VERSION = '2.15.3';
const VERSION = '2.16.0';

protected $strTemplate = 'be_mateTheme_setup';

797 changes: 797 additions & 0 deletions src/templates/mate/mate_theme_contao_demo_4.12.x-installtool.sql

Large diffs are not rendered by default.

Large diffs are not rendered by default.

0 comments on commit f3bf702

Please sign in to comment.