Releases: OFFLINE-GmbH/oc-bootstrapper
Releases · OFFLINE-GmbH/oc-bootstrapper
Version 0.2.13
- Fixed problems with composer dependencies of private plugins
Version 0.2.12
Fixed undefined index error introduced in 0.2.11
Version 0.2.11
Added excludePlugins
option
Version 0.2.10
- Added
enableSafeMode
configuration entry to enable or disable safe mode
Version 0.2.9
Add support for checking out a specific branch or tag when using custom plugins. Simply use the following syntax in october.yaml
plugins:
- OFFLINE.Indirect (https://github.com/OFFLINE-GmbH/oc-indirect-plugin.git#develop)
Version 0.2.8
Performance improvements:
- Don't reinstall already installed plugins from the Marketplace
- Only add composer dependencies if not already added
- Use
--prefer-dist
to speed up composer install
Version 0.2.7
Replaced Adrenth.Redirect with OFFLINE.Indirect fork since the plugin is not free anymore.
Make sure to update your local october.yaml template if you are using this plugin!
Version 0.2.6
- Create SQLite database if not existing
Version 0.2.5
- Fixed bug in .gitignore file with bare repos
Version 0.2.4
- Fixed bug with .env generation