This commit is contained in:
Joey Kimsey
2025-01-28 17:33:12 -05:00
parent 2004837a8f
commit 9fe4829b47
34 changed files with 605 additions and 199 deletions

View File

@ -1,9 +1,40 @@
<div class="col-8 mx-auto p-4 rounded shadow-sm context-main-bg my-4">
<h2 class="text-center mb-4">Canary Changes</h2>
<p class="lead">
Here you can find a simple list of the important changes made to the Canary library.
</p>
<p class="text-muted">
Not all changes may be addressed individually on this page.
</p>
<div class="card context-main-bg context-main">
<div class="card-body">
<h5 class="card-title">Canary Changes</h5>
<p class="card-text">
Here you can find a simple list of the important changes made to the Canary 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>