Skip to content

Commit

Permalink
Merge pull request #21 from contao-themes-net/feature/contao-4.12-sup…
Browse files Browse the repository at this point in the history
…port

add sql files for contao 4.12, update sql files for contao 4.11
  • Loading branch information
MDevster authored Oct 4, 2021
2 parents 14d2600 + 95f8c7d commit 102d1cc
Show file tree
Hide file tree
Showing 7 changed files with 2,172 additions and 893 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [1.7.0](https://github.com/contao-themes-net/odd-theme-bundle/tree/1.7.0) – 2021-10-04

- [feature] add sql files for contao 4.12
- [fix] sql files for contao 4.11

## [1.6.1](https://github.com/contao-themes-net/odd-theme-bundle/tree/1.6.1) – 2021-06-22

- [fix] css fix for active nav items in main navigation and sub navigation
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"contao-themes-net/theme-components-bundle": "^1.2"
},
"conflict": {
"contao/core": "*"
"contao/core": "*",
"symfony/config": ">=5.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion src/Module/OddThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class OddThemeSetup extends \BackendModule
{
const VERSION = '1.6.1';
const VERSION = '1.7.0';

protected $strTemplate = 'be_oddtheme_setup';

Expand Down
1,007 changes: 504 additions & 503 deletions src/templates/odd_theme_contao_demo_4.11.x_installtool.sql

Large diffs are not rendered by default.

794 changes: 406 additions & 388 deletions src/templates/odd_theme_contao_demo_4.11.x_minimal_installtool.sql

Large diffs are not rendered by default.

679 changes: 679 additions & 0 deletions src/templates/odd_theme_contao_demo_4.12.x_installtool.sql

Large diffs are not rendered by default.

575 changes: 575 additions & 0 deletions src/templates/odd_theme_contao_demo_4.12.x_minimal_installtool.sql

Large diffs are not rendered by default.

0 comments on commit 102d1cc

Please sign in to comment.