?>

Release SkeekS CMS (Yii2 CMS) 2.7

Release SkeekS CMS (Yii2 CMS) 2.7

Changelog:

2.7.0.1

  • Fix bugs for windows
  • Update smart content element filters

2.7.0

  • It is ready

2.7.0.beta

  • fix bugs

2.7.0.alpha

  • Removed dependency yiisoft/yii2-gii
  • Removed dependency yiisoft/yii2-debug
  • Big refactoring
  • deleted references to class skeeks\cms\App
  • Added new dependency ifsnop/mysqldump-php
  • Removed skeeks\cms\components\GiiModule
  • Removed skeeks\cms\exceptions\NotConnectedToDbException
  • Removed skeeks\cms\base\Action
  • Removed skeeks\cms\base\Session
  • Removed skeeks\cms\base\DbSession
  • Removed skeeks\cms\components\CmsSettings
  • Removed skeeks\cms\console\controllers\ComposerController
  • Removed skeeks\cms\checks\MysqlDumpCheck
  • Removed skeeks\cms\checks\InstallScriptCheck
  • Removed skeeks\cms\checks\GitClientCheck
  • Major changes to work with the creation of the database dump and its recovery
  • AssetManager LinkAssets options by default false
  • Updated admin info
  • Fixed searchRelatedProperties
  • Added caching tree for multiselect
  • Added elements to favorites users
  • Removed dependency skeeks/yii2-kartik-markdown
  • Fixed a bug with the display of the content in the administrative part, an additional property with code properties

Add to composer in require

"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*"

Add to composer in config

"discard-changes": true,

Add to common/config/main.php

'components' => [
//...

'assetManager' =>
[
    'linkAssets'        => true,
],

'log' => [
    'traceLevel' => YII_DEBUG ? 3 : 0,
    'targets' => [
        [
            'class'     => 'yii\log\FileTarget',
            'logVars'   => [],
            'levels' => [
                'error',
                'warning'
            ],
        ],
    ],
],

//...
]

Add to common/config/dev/main.php

'bootstrap' => ['debug'],
'modules' => [
    'gii' =>
    [
        'allowedIPs' => ['*'],
        'class' => '\yii\gii\Module',
    ],
    'debug' =>
    [
        'allowedIPs' => ['*'], // adjust this to your needs
        'class' => 'yii\debug\Module',
    ]
],

 

todos los comentarios (0)
Sin comentarios