- updated base image to
yiisoftware/yii2-php:8.1-fpm-nginx
- added debug-by-env variables
APP_DEBUG_KEY
,APP_DEBUG_TOKEN
- added Redis queue id sync event
- enabled debug module for CLI requests
- switched base image to
yiisoftware/yii2-php:8.0-fpm-nginx
- moved
c3.php
to test root folder
- base-image upgraded to
PHP 8.0
- upgraded
codeception/codeception ~4.2.1
- updated base-image
dmstr/php-yii2:7.4-fpm-8.0
- composer 2
- added healthchecks
- use asset-packagist (preferred); disabled fxp/composer-asset-plugin
- added
Cell
s (_beforeContent
,_afterContent
) tolayouts/main.php
- removed
Pjax
container inlayouts/main.php
yii db
has changed API- base-image upgraded to
PHP 7.4
- added
fsFtp
filesystem component
- added
APP_PAGES_TITLE_PREFIX
- removed
cinghie/yii2-cookie-consent
- removed
dmstr/yii2-contact-module
- changed default vendor-asset paths to
bower-asset
&npm-asset
- changed scheduler to use
--entrySolo
foraudit/cleanup
- removed Alpine support
- switched to
2amigos/yii2-usuario
- updated
dmstr/yii2-widgets2-module
anddmstr/yii2-pages-module
- use same window/tab for Backend, if
APP_PARAMS_BACKEND_IFRAME_NAME
is not set - added
omnilight/yii2-scheduling
- removed seo keywords and descriptions in Settings module
- updated
dmstr/yii2-resque-module
- uses
yiisoft/yii2-queue
- uses
- removed CLI alias
db/x-dump-data
- removed composer
dev
packages during image build - removed forked repositories
yii rbac
command moved todmstr/yii2-helpers
- disabled user registration by default (
APP_USER_ENABLE_REGISTRATION
) APP_MIGRATION_LOOKUP
accepts a comma separated list of path-aliases- refactored ENV variables (moved
src/app.env
tosrc/config/env-defaults
)
- changed global Twig class
Url
toFileUrl
, added standard Yii helperUrl
- changed global layout
TwigWidget
from_top
to_beginBody
, added_endBody
- added version constraint for
jquery
to use2.*
(avoids issue withonload
handler) - removed extensions
knplabs/github-api
,phpoffice/phpexcel
,romdim/yii2-bootstrap-material
- replaced
dmstr/yii2-cms-dev-metapackage
withdev-dependencies
incompsoer.json
- updated base images
- added
APP_USER_ENABLE_REGISTRATION