Skip to content

Releases: OFFLINE-GmbH/oc-bootstrapper

Version 0.2.13

28 Aug 16:51
Compare
Choose a tag to compare
  • Fixed problems with composer dependencies of private plugins

Version 0.2.12

12 Jun 05:09
Compare
Choose a tag to compare

Fixed undefined index error introduced in 0.2.11

Version 0.2.11

03 Jun 09:27
Compare
Choose a tag to compare

Added excludePlugins option

Version 0.2.10

12 Apr 15:37
Compare
Choose a tag to compare
  • Added enableSafeMode configuration entry to enable or disable safe mode

Version 0.2.9

16 Mar 08:41
Compare
Choose a tag to compare

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

03 Mar 16:53
Compare
Choose a tag to compare

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

07 Feb 09:20
Compare
Choose a tag to compare

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

10 Jan 15:04
Compare
Choose a tag to compare
  • Create SQLite database if not existing

Version 0.2.5

29 Aug 06:32
Compare
Choose a tag to compare
  • Fixed bug in .gitignore file with bare repos

Version 0.2.4

11 Aug 07:39
Compare
Choose a tag to compare
  • Fixed bug with .env generation