Skip to content

Commit

Permalink
Release v1.0.7 - Links Update (minor)
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator committed Jan 23, 2023
1 parent 94c771c commit 52751d0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## [1.0.7] 2023-01-23
### Changes

- Links Update (minor)

## [1.0.6] 2023-01-23
### Changes

Expand Down
10 changes: 5 additions & 5 deletions admin_volt/templates/pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ <h4>You need only HTML, CSS and Javascript?</h4>
<p class="lead mb-4">Don't worry, we got you covered. We have a folder called <code
class="text-danger">html&css</code> which includes only the basic HTML5, CSS3 and Javascript
technologies.</p>
<a href="https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/file-structure/"
<a href="https://github.com/app-generator/django-volt-dashboard"
target="_blank" class="btn btn-secondary d-inline-flex align-items-center">
<svg class="icon icon-xs me-2" fill="currentColor" viewBox="0 0 20 20"
xmlns="http://www.w3.org/2000/svg">
Expand Down Expand Up @@ -818,7 +818,7 @@ <h2 class="h1 fw-light mb-3">Less <span class="fw-bold">work</span>, more <span
</div>
<p class="mt-4 text-white text-center">Looks unfamiliar? Don’t worry! Our <a
class="text-white text-decoration-underline fw-bolder"
href="https://themesberg.com/docs/rocket/getting-started/overview/" target="_blank">documentation</a>
href="https://github.com/app-generator/django-volt-dashboard" target="_blank">documentation</a>
has got you covered.</p>
</div>
</div>
Expand All @@ -842,7 +842,7 @@ <h2 class="h1 fw-bold mb-3">Open source</h2>
<a class="github-button" href="https://github.com/app-generator/django-volt-dashboard"
data-color-scheme="no-preference: dark; light: light; dark: light;" data-icon="octicon-star"
data-size="large" data-show-count="true"
aria-label="Star /themesberg/volt-bootstrap-5-dashboard on GitHub">Star</a>
aria-label="Star on GitHub">Star</a>
</div>
</div>
</div>
Expand Down Expand Up @@ -1048,14 +1048,14 @@ <h2 class="h1 fw-bold mb-3">Open source</h2>
<div class="col-6 col-md-2 mb-5 mb-lg-0">
<span class="h5">Other</span>
<ul class="links-vertical mt-2">
<li><a href="https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/quick-start/"
<li><a href="https://github.com/app-generator/django-volt-dashboard"
target="_blank">Docs
<span class="badge badge-sm bg-secondary text-dark ms-2">v1.4</span></a></li>
<li><a href="https://themesberg.com/docs/volt-bootstrap-5-dashboard/getting-started/changelog/"
target="_blank">Changelog</a></li>
<li><a target="_blank" href="https://themesberg.com/licensing">License</a>
</li>
<li><a target="_blank" href="https://themesberg.com/contact">Support</a></li>
<li><a target="_blank" href="https://appseed.com/support">Support</a></li>
</ul>
</div>
<div class="col-12 col-md-4 mb-5 mb-lg-0">
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name='django-admin-volt',
version='1.0.6',
version='1.0.7',
zip_safe=False,
packages=find_packages(),
include_package_data=True,
Expand Down

0 comments on commit 52751d0

Please sign in to comment.