This repository has been archived by the owner on Aug 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
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
3ae2337
commit d61d737
Showing
1 changed file
with
12 additions
and
5 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 |
---|---|---|
@@ -1,13 +1,20 @@ | ||
# Changelog | ||
|
||
## 0.1.2 | ||
## 0.2.0 (2021-06-02) | ||
|
||
- Fix: Dont break the CP if config hasn't been published | ||
- [break] Config parameters have been renamed to be more clear and follow typical Laravel naming conventions (snake_case) | ||
- **css** is now **cp_css** | ||
- **buttonText** is now **name** | ||
- **buttonIdent** is now **ident** | ||
|
||
## 0.1.1 | ||
## 0.1.2 (2021-06-01) | ||
|
||
- Fix: Missing dist script file | ||
- [fix] Dont break the CP if config hasn't been published | ||
|
||
## 0.1.0 | ||
## 0.1.1 (2021-06-01) | ||
|
||
- [fix] Missing dist script file | ||
|
||
## 0.1.0 (2021-06-01) | ||
|
||
- Initial release |