-
Notifications
You must be signed in to change notification settings - Fork 89
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
c679f32
commit db8adc5
Showing
4 changed files
with
22 additions
and
24 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,15 @@ | ||
<div class="row row-cards row-deck"> | ||
<div class="col-md-12"> | ||
<div class="card mb-3"> | ||
<div class="card-body"> | ||
<h4 class="card-title">UPDATE WARNING</h4> | ||
<p> | ||
As this plugin uses composer to install further dependencies, your next update will not work as usual. | ||
Please read this <a href="{% link _documentation/updates.md %}#changed-files">troubleshooting guide</a> how to handle the situation. | ||
After reverting all local changes and updating Kimai, you have to reinstall the composer package. | ||
</p> | ||
|
||
</div> | ||
</div> | ||
</div> | ||
</div> |
This file was deleted.
Oops, something went wrong.
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