Releases: digitoimistodude/dudestack
Releases · digitoimistodude/dudestack
2.1.0
2.1.0: 2021-06-21
- Bump WordPress to 5.7.2
2.0.9
2.0.9: 2021-06-21
- Change default mysql host back to 127.0.0.1 instead of localhost as macos-lemp-stack and newest brew mariadb updates seem to depend on it
2.0.8
2.0.8: 2021-05-19
- Change default mysql host to localhost instead of 127.0.0.1
2.0.7
2.0.7: 2021-05-04
- Ensure github repo is created
- Export variables
2.0.6
2.0.6: 2021-05-03
- Fix EOL settings
2.0.5
2.0.4
2.0.3
2.0.3: 2021-04-14
- Add laragon support (huge thanks to @divn)
2.0.2
2.0.2: 2021-04-14
Project start scripts have been refactored completely.
See pull request #11.
Changes:
- Deprecated docker and vagrant - they are horribly outdated and we can't support them no longer. dudestack-docker has been retired.
- Add working WSL support (documentation), linked also to windows-lemp-setup
- Modularize bash scripts, add files as partials. From now on we need to edit files under bin/tasks and no need to touch main files macos.sh and wsl.sh
- Beautiful formatting and instructions to start script
- Prevent running directly with bash or sh to prevent possible issues with them
- Variable all the things - no need to search and replace stuff
- Fix typos
- Fix WP-CLI commands, there were couple of issues with it
- Fix cleanups - we had wp-cli.yml credentials left saved to project - oops!
- Add some checks (is git found, are certs created, is mkcert found etc.)
- Add extra notifications that these scripts need dudestack and dev servers to work
- Move everything to .env_createproject in $HOME. No more setup.sh or complicated generate scripts, everything should work directly from dudestack repo WITH updates in the future