- We've deprecated our GroundControl FE build setup, this setup will be replaced by the default symfony webpack encore setup. If you generate a new project the new webpack setup will be used by default. Projects using GroundControl should replace this setup by symfony webpack encore. See the related PR for more information on this change. In Kunstmaan CMS 7.O all GroundControl related files and support in templates will be removed.
- Not passing a value for "$logoutUrlGenerator" in "Kunstmaan\AdminBundle\Helper\AdminPanel\DefaultAdminPanelAdaptor::__construct" is deprecated and will be required in 7.0.
- The
kunstmaan_admin.admin_password
configuration key has been deprecated as it's not used anywhere, remove it from your config. - The
Kunstmaan\AdminBundle\Form\ColorType
andKunstmaan\AdminBundle\Form\RangeType
form types are deprecated and will be removed in 7.0. Use the standard symfony form typesSymfony\Component\Form\Extension\Core\Type\ColorType
andSymfony\Component\Form\Extension\Core\Type\RangeType
instead.
- The
Kunstmaan\AdminListBundle\Helper\DoctrineDBALAdapter
class is deprecated and will be removed in 7.0. UsePagerfanta\Doctrine\DBAL\QueryAdapter
of thepagerfanta/doctrine-dbal-adapter
package instead.
- The following methods are deprecated and will be removed in 7.0.
Kunstmaan\GeneratorBundle\Generator\ArticleGenerator::generateServices
,Kunstmaan\GeneratorBundle\Generator\ArticleGenerator::generateRouting
,Kunstmaan\GeneratorBundle\Generator\DefaultSiteGenerator::generateRouting
andKunstmaan\GeneratorBundle\Generator\DefaultSiteGenerator::generateConfig