ViMbAdmin v3.2.1 Release Notes
Release Date: 2020-06-08 // almost 5 years agoPrevious changes from v3.2.0
-
📚 In this release, we merge in two small libraries and update the documentation for better composer handling.
You will need to edit
application/config/application.ini
as follows (line numbers correspond to this version of theapplication.ini.dist
file.- Change line 595:
- pluginPaths.OSS_Resource = APPLICATION_PATH "/../vendor/opensolutions/oss-framework/src/OSS/Resource" + pluginPaths.OSS_Resource = APPLICATION_PATH "/../library/OSS/Resource"
- Change line 673:
- resources.smarty.plugins[] = APPLICATION_PATH "/../vendor/opensolutions/oss-framework/src/OSS/Smarty/functions" + resources.smarty.plugins[] = APPLICATION_PATH "/../library/OSS/Smarty/functions"
⬆️ From here on in, upgrades (and installs) that use the composer method should do it via:
composer install --no-dev --prefer-dist