Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Releases: Bcdo/project

Version 2.5.5

06 Jan 14:38
Compare
Choose a tag to compare

Fixed app.php

Version 2.5.4

09 Oct 11:52
Compare
Choose a tag to compare

[2.5.4] - 2020-10-09

Changed

  • Removed dotenvy
  • Removed repo.repman.io from repositories
  • Explicitly set id from APP_ID and use keyPrefix for cache component
  • Changed the autoload at composer.json

Version 2.5.3

07 Sep 12:15
Compare
Choose a tag to compare

Changed

  • Remove the use of craft on and craft off because they create pointless dateUpdated changes to project.yaml
  • Updated the css-loader config to ignore embedded URLs
  • Changed project-config/sync -> project-config/apply

Added

  • Added the default DB_PORT of 3306 to example.env and example.env.sh

Version 2.5.2

03 Sep 20:27
Compare
Choose a tag to compare

Added

  • Added a ´queue´component with a longer ´ttr´
  • Added the missing body-js.twig file in boilerplate.
  • App id in .env.example file.

Changed

  • Changed project-config/sync -> project-config/apply
  • Refactor composer scripts to handle Craft not being installed, leveraging craft install/check
  • Boilerplate now requires craftcms/cms ^3.5.8

Updated

  • Readme file.
  • Php version in composer.json.
  • Updated and improved the building instructions.

Removed

  • Phased out example.env.sh files, craft version spesific.

Version 2.5.1

14 Aug 15:02
Compare
Choose a tag to compare

Added

  • Added --no-tablespaces to the mysqldump command options to work around changes in MySQL

Fixed

Changed

Updated

  • Readme file to give proper credit

Version 2.5.0

09 Aug 08:36
Compare
Choose a tag to compare

Added

  • Add native image lazy loading

Fixed

  • Paths in tsconfig.json

Updated

  • Craft and plugin update.

Version 2.4.0

29 Jul 14:25
Compare
Choose a tag to compare

Added

  • Added TypeScript support
  • Use Vue.js 3.0

Changed

  • Replaced moment with vanilla JavaScript
  • Replaced getenv() with App::env()
  • No longer use DSN for db connections
  • Switch from TSLint to ESLint
  • Disabled the ForkTS plugins for now.

Fixed

  • Fixed config path in the module helpers/Config.php

Updated

  • Readme visuals

Version 2.3.4

28 Jul 14:44
Compare
Choose a tag to compare

Fixed composer.json

Version 2.3.3

28 Jul 14:18
Compare
Choose a tag to compare

Updated

  • Readme change buil dinstruction to include composer
  • Added lisence to packagist, MIT.

Version 2.3.2

28 Jul 11:06
Compare
Choose a tag to compare

Added

  • Scripts folder for different tasks (such as db and asset sync, etc)

Updated

  • Readme file to include sync script setup.
  • Gitignore .env.sh in scripts folder.
  • Composer.json version, as well as readme url to pre-commit checklist.
  • Fixed packagist