Skip to content

Commit e6945f0

Browse files
committed
Release v1.0.2
1 parent 8cbe9c6 commit e6945f0

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# CHANGELOG
22

3+
## [1.0.2] 2024-04-28
4+
### Changes
5+
6+
- Update Sidebar Links (minor)
7+
38
## [1.0.1] 2024-04-28
49
### Changes
510

admin_coreui/templates/includes/sidebar.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
</li>
227227

228228
<li class="nav-item mt-auto">
229-
<a class="nav-link" href="https://coreui.io/docs/templates/installation/" target="_blank">
229+
<a class="nav-link" href="https://docs.appseed.us/products/django-dashboards/coreui" target="_blank">
230230
<svg class="nav-icon" version="1.1" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
231231
<title>description</title>
232232
<path d="M15.686 0.75h-13.436v22.5h19.875v-16.061zM20.625 7.811v0.064h-5.625v-5.625h0.064zM3.75 21.75v-19.5h9.75v7.125h7.125v12.375z"></path>
@@ -237,11 +237,11 @@
237237
</a>
238238
</li>
239239
<li class="nav-item">
240-
<a class="nav-link text-primary fw-semibold" href="https://coreui.io/product/bootstrap-dashboard-template/" target="_top">
240+
<a class="nav-link text-primary fw-semibold" href="https://appseed.us/support/" target="_blank">
241241
<svg class="nav-icon text-primary">
242242
<use xlink:href="vendors/@coreui/icons/svg/free.svg#cil-layers"></use>
243243
</svg>
244-
Try CoreUI PRO
244+
Get Support
245245
</a>
246246
</li>
247247
{% endif %}

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setup(
1010
name='django-admin-coreui',
11-
version='1.0.1',
11+
version='1.0.2',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)