
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',
]
],
-
Семенов Александр
- /
- Mar 19, 2016
- /
- 0
- /
- 2921
Popular
Релиз SkeekS CMS 5.5.11 работает с yii2 2.0.24
- Aug 13, 2019
Как отправить форму в yii2 и skeeks cms через ajax?
- Apr 18, 2019
All Comments (0)