Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Releases: fork/make-up

v0.0.3.3

29 Jan 14:42
Compare
Choose a tag to compare
Merge branch 'master' into develop

Make-up v0.0.3.0

06 Feb 12:39
e95c9af
Compare
Choose a tag to compare

Added

  • Variables to identify certain software such as 'craft 3' or 'npm' in helper.bash that can be used in bash-scripts to prevent code from being executed if a specific software is installed - or not.
  • Variables I18N_INFO and I18N_QUESTION in helper.bash
  • Emojis in README 😀

Fixed

  • Scripts from package.json being executed with npm if Yarn was used.
  • Renamed 'Craft' into 'Craft 3' since there may be other versions to be included in future releases.
  • Fixed some typos

Removed

  • Docker scripts are now integrated in Craft 3

Make-up v0.0.2.2

31 Jan 13:59
685cb78
Compare
Choose a tag to compare

Added

  • frontend/node_modules now tries $ npm run dev and $ npm start automatically
  • Changed syntax ${BLUE}TASK${NC} to $I18N_TASK (for 'task', 'success', 'warning', 'error')
  • Craft now creates a reference to site/.env in .env automatically

Fixed

  • Typo
  • Removed error message in $ make up caused by env/create

Craft CMS 3.3.x fallback

30 Jan 15:31
1799fe9
Compare
Choose a tag to compare

Added

  • v0.0.2 and v0.0.2.1 in changelog
  • Craft CMS uploads will now be added automatically to your .gitignore

Fixed

  • Backwards compatibility with Craft CMS < 3.4.0

Craft CMS 3.4.1

30 Jan 14:23
42fa8e1
Compare
Choose a tag to compare
  • Added support for Craft CMS 3.4.1 which did some changes to site/.env

Make-up first release

24 Jan 12:24
a2f088d
Compare
Choose a tag to compare

Make-up currently works with:

  • Craft CMS 3 (Docker)
  • Docker
  • NPM
  • Yarn
  • MySQL