-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor and cleanup code, adding support for Ioncube
- Loading branch information
Showing
32 changed files
with
581 additions
and
346 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
All notable changes to valet-pro-max will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [[1.0.0]](https://github.com/weprovide/valet-plus/compare/2.4.2...3.0.0) | ||
### What's changed | ||
- Full rewrite of Valet+/Valet Pro Max with the following major differences between the previous versions. | ||
- No longer a fork of Laravel's Valet, but a toolkit around Valet (valet is now a dependency). | ||
- No more platform dependencies when running commands. | ||
- Use command valet-pro instead of valet (for now). | ||
- Rename .env.valet to .valet-env.php. | ||
- Use command valet-pro elasticsearch|es use instead of valet-plus use elasticsearch|es . | ||
- Use 127.0.0.1 as Redis host instead of /tmp/redis.sock. | ||
- Choose which binaries to install (default all) and self-update on valet-plus install command. | ||
- Adds dependency on Docker for Elasticsearch, see https://docs.docker.com/desktop/install/mac-install/ | ||
- Supports for Opensearch via Homebrew |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.