Skip to content

Releases: praxisnetau/silverware-app

1.3.8 (2017-10-12)

12 Oct 03:08
Compare
Choose a tag to compare

Full Changelog

Updated

  • updated all dependencies in composer.json

Fixed

  • deployment script helper tasks to support new vendor structure for SilverStripe

1.3.7 (2017-10-11)

11 Oct 10:13
Compare
Choose a tag to compare

Full Changelog

Updated

  • dependency for silverstripe/framework bumped in composer.json

1.3.6 (2017-10-11)

11 Oct 06:34
Compare
Choose a tag to compare

Full Changelog

Updated

  • .htaccess and index.php to fall in line with SilverStripe core changes

1.3.5 (2017-10-11)

11 Oct 05:31
Compare
Choose a tag to compare

Full Changelog

Updated

  • resources/ folder added to .gitignore for application

1.3.4 (2017-10-09)

09 Oct 03:12
Compare
Choose a tag to compare

Full Changelog

Updated

  • build dependencies
  • updated from silverstripe-module to silverstripe-vendormodule
  • modified .htaccess to support vendor folder framework

Removed

  • removed unnecessary dir and path from _config.php

1.3.2 (2017-09-26)

26 Sep 02:16
Compare
Choose a tag to compare

Full Changelog

Added

  • environment types added to env config in deploy.yml file

1.3.1 (2017-09-25)

25 Sep 11:32
Compare
Choose a tag to compare

Full Changelog

Added

  • adapter permission configuration for SilverStripe\Assets\Flysystem\AssetAdapter

1.3.0 (2017-09-22)

22 Sep 01:11
Compare
Choose a tag to compare

Full Changelog

Added

  • env config settings to deploy.yml; by default defines a database prefix (for test/live) and database name

Updated

  • dependency for silverware/silverware bumped to v1.3
  • deploy.php and deploy.yml updated for Deployer v6 compatibility

Removed

  • dependency for silverware/datepicker; replaced with silverware/calendar

1.2.0 (2017-09-12)

12 Sep 01:59
Compare
Choose a tag to compare

Full Changelog

Added

  • default LeftAndMain config setting hide_disabled_page_types set to true

Updated

  • dependency for SilverWare bumped to 1.2

1.1.0 (2017-08-29)

29 Aug 06:16
Compare
Choose a tag to compare

Full Changelog

Added

  • ability to define the app title and tagline using config
  • app client-side requirements now configured for the ContentController
  • app now includes silverstripe/errorpage by default

Updated

  • build dependencies
  • index.php synced with original from silverstripe/installer
  • installer now asks for app namespace, title and tagline; configures files accordingly

Removed

  • unnecessary vars from app/_config.php - no longer needed; use .env
  • Installer has been removed and added to silverware/silverware
  • database name no longer requested by installer, use .env to configure