Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Remove the warning about Contao extensions and improve the chapter ab…
Browse files Browse the repository at this point in the history
…out this topic in the installation part.
  • Loading branch information
lionel-m committed Aug 8, 2016
1 parent 0bad3a3 commit c066a7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 4 additions & 3 deletions manual/en/01-installation/installing-contao.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,9 +229,10 @@ symlinks. These can be regenerated from the back end under maintenance.
### Contao modules

Existing extensions developed for Contao 3.5 and lower can be used with Contao
4. But they must necessarily fulfil the compatibility requirements of Contao 4
to work properly. The procedure for installing an extension is described in the
chapter [extension][14].
4 if they fulfill the compatibility requirements. You can see if an extension is
compatible by checking its `composer.json` file in the section `require` (e.g.
`contao/core-bundle":"~3.2 || ~4.1`). The procedure for installing an extension
is described in the chapter [extension][14].


[1]: https://contao.org/en/download.html
Expand Down
4 changes: 0 additions & 4 deletions manual/en/05-system-administration/extensions.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,6 @@ With Composer, the cache is cleared automatically.

### Installing a Contao extension

> **Warning** Even if a Contao extension can be installed, this does not mean
that it is compatible with Contao 4. The extension you want to use must take
into account the prerequisites of the version 4.

An extension can be installed with Composer or manually. With Composer, the
installation process is the same as a bundle except for the registration in the
`app/AppKernel.php` file where the code is slightly different.
Expand Down

0 comments on commit c066a7c

Please sign in to comment.