File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed
admin_coreui/templates/includes Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 1.0.2] 2024-04-28
4
+ ### Changes
5
+
6
+ - Update Sidebar Links (minor)
7
+
3
8
## [ 1.0.1] 2024-04-28
4
9
### Changes
5
10
Original file line number Diff line number Diff line change 226
226
</ li >
227
227
228
228
< 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 ">
230
230
< svg class ="nav-icon " version ="1.1 " xmlns ="http://www.w3.org/2000/svg " width ="24 " height ="24 " viewBox ="0 0 24 24 ">
231
231
< title > description</ title >
232
232
< 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
237
</ a >
238
238
</ li >
239
239
< 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 ">
241
241
< svg class ="nav-icon text-primary ">
242
242
< use xlink:href ="vendors/@coreui/icons/svg/free.svg#cil-layers "> </ use >
243
243
</ svg >
244
- Try CoreUI PRO
244
+ Get Support
245
245
</ a >
246
246
</ li >
247
247
{% endif %}
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'django-admin-coreui' ,
11
- version = '1.0.1 ' ,
11
+ version = '1.0.2 ' ,
12
12
zip_safe = False ,
13
13
packages = find_packages (),
14
14
include_package_data = True ,
You can’t perform that action at this time.
0 commit comments