Skip to content
This repository has been archived by the owner on Oct 3, 2022. It is now read-only.

Commit

Permalink
Update to coreui 2.1.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky-Loek committed Oct 27, 2019
1 parent 1c0e676 commit 92bc812
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 19 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ 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 adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.4.0] - 2019-10-27
### Changed
- Updated to CoreUI 2.1.16

## [3.3.0] - 2019-10-10
## Added
### Added
- Possibility for users to create badges in their menu. See updated `config/coreui.php` file for instructions.

## Changed
### Changed
- Update master template with a csrf token in `<meta>` tag ([@Albvadi](https://github.com/Albvadi))
- Update templating system so users can easily edit the footer ([@Albvadi](https://github.com/Albvadi)) and account dropdown menu

Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"@coreui/coreui": "^2.0.14",
"@coreui/coreui": "^2.1.16",
"@fortawesome/fontawesome-free": "^5.11.2",
"jquery": "^3.4.1"
},
Expand Down
2 changes: 1 addition & 1 deletion resources/assets/css/coreui.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion resources/assets/css/coreui.min.css.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/assets/js/coreui-utilities.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/assets/js/coreui-utilities.min.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions resources/assets/js/coreui.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion resources/assets/js/coreui.min.js.map

Large diffs are not rendered by default.

0 comments on commit 92bc812

Please sign in to comment.