Skip to content

Commit

Permalink
Merge pull request #10 from contao-themes-net/contao-4.12-support
Browse files Browse the repository at this point in the history
contao 4.12 support
  • Loading branch information
MDevster authored Aug 25, 2021
2 parents 307c7a1 + 0fe0e8f commit bb50826
Show file tree
Hide file tree
Showing 6 changed files with 1,160 additions and 2 deletions.
60 changes: 59 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,63 @@
# Changelog

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

- [feature] add sql files for contao 4.12

## [1.5.0](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.5.0) – 2021-07-26

- [feature] add support for php 8
- [feature] add support for php 8

## [1.4.0](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.4.0) – 2021-02-12

- [feature] add sql files for contao 4.11

## [1.3.6](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.3.6) – 2021-01-07

- [fix] fix scss import problem

## [1.3.5](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.3.5) – 2020-12-14

- [fix] update theme tags config

## [1.3.4](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.3.4) – 2020-10-16

- [fix] add button css for form

## [1.3.3](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.3.3) – 2020-09-25

- [fix] update css file path for maintenance mode

## [1.3.2](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.3.2) – 2020-08-20

- [feature] add sql files for contao 4.10

## [1.3.1](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.3.1) – 2020-07-15

- [fix] style textarea, radio buttons and checkbox

## [1.3.0](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.3.0) – 2020-07-09

- [fix] add dark colour scheme

## [1.2.0](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.2.0) – 2020-07-01

- [feature] new demo "app"
- [feature] add image to intro section (top, bottom, left, right, bottom overflow)
- [feature] add green/blue colour scheme

## [1.1.2](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.1.2) – 2020-06-30

- [fix] update custom_variables.scss

## [1.1.1](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.1.1) – 2020-06-30

- [fix] update sql files and styling

## [1.1.0](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.1.0) – 2020-06-30

- [feature] add image to intro section

## [1.0.0](https://github.com/contao-themes-net/convert-theme-bundle/tree/1.0.0) – 2020-06-11

- first release
2 changes: 1 addition & 1 deletion src/Module/ConvertThemeSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class ConvertThemeSetup extends \BackendModule
{
const VERSION = '1.5.0';
const VERSION = '1.6.0';

protected $strTemplate = 'be_converttheme_setup';

Expand Down
Loading

0 comments on commit bb50826

Please sign in to comment.