40 lines
1.9 KiB
HTML
40 lines
1.9 KiB
HTML
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
|
|
<div class="card context-main-bg context-main">
|
|
<div class="card-body">
|
|
<h5 class="card-title">Hermes Changes</h5>
|
|
<p class="card-text">
|
|
Here you can find a simple list of the important changes made to the Hermes library.
|
|
</p>
|
|
</div>
|
|
<ul class="list-group list-group-flush">
|
|
<li class="list-group-item context-main-bg context-main">
|
|
<div class="row">
|
|
<div class="col-3">
|
|
<p class="h5">1.1.1 <span class="badge text-bg-success">Latest</span></p>
|
|
</div>
|
|
<div class="col-9">
|
|
<ul>
|
|
<li>sssssssss</li>
|
|
</ul>
|
|
<p class="text-muted">
|
|
<a class="text-decoration-none" href="https://git.thetempusproject.com/the-tempus-project/bedrock/-/tags/1.1.1" target="_blank">
|
|
Gitlab
|
|
</a>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
</ul>
|
|
<div class="card-body">
|
|
<p class="">
|
|
Bedrock actually began its life as TempusProjectCore on <a href="https://github.com/TheTempusProject/TempusProjectCore">Github</a>.
|
|
On March 18, 2018 the latest released tag was <strong>2.1.0</strong>.
|
|
Over the years this code has remained dormant, then received a ton of attention, then been forgotten again.
|
|
For most intents, this is the same code, just being actively developed.
|
|
</p>
|
|
<p class="text-muted text-center">
|
|
Not all changes may be addressed individually on this page.
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div> |