-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
82cf3a7
commit 72ae468
Showing
1 changed file
with
66 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project follows the | ||
[Backdrop CMS versioning standard](https://github.com/backdrop-ops/contrib#releases). | ||
|
||
## [Unreleased] | ||
|
||
### Added | ||
- PHP eval command | ||
- User login and password reset commands | ||
- config import/export commands | ||
- Ability to download the dev branch of projects | ||
- Database and SQL commands | ||
- Documentation about extending Bee | ||
- Support for PHP 8+ | ||
- Version command | ||
- Maintenance mode and state commands | ||
- Ability to download project dependencies | ||
- PHPCS checks included in GitHub Actions | ||
- PHP Script command | ||
- DB Drop command | ||
- Support command level short form options | ||
- DB Query command | ||
- Support for GitHub Tokens to mitigate GitHub API rate limit. | ||
|
||
### Changed | ||
- Improved install command | ||
- Improved support for different versions of `wget()` | ||
- Extended status command | ||
- Improved display of help | ||
- Replace `exec()`and `shell_exec()` in download command | ||
- Additional location for custom commands | ||
- Improve error handling | ||
- Improve support for running tests outside Lando | ||
|
||
### Removed | ||
- Hide progress option within download | ||
|
||
### Fixed | ||
- Multiple bug fixes | ||
|
||
## [1.x-1.0.0-beta] - 2021-03-22 | ||
|
||
### Added | ||
- Cache commands | ||
- Config commands | ||
- Cron command | ||
- DB Log commands | ||
- Download commands | ||
- Help commands | ||
- Install command | ||
- Project commands | ||
- Status command | ||
- Update DB command | ||
- Tests | ||
- Lando file to run tests locally | ||
- Add messages and output capability | ||
- Add multisite support | ||
### Changed | ||
- Changed from `b` to `bee` | ||
|
||
[Unreleased]: https://github.com/backdrop-contrib/bee/compare/1.x-1.0.0-beta...HEAD | ||
[1.x-1.0.0-beta]: https://github.com/backdrop-contrib/bee/compare/v0.0.0...1.x-1.0.0-beta |