File tree 3 files changed +7
-2
lines changed
admin_coreui/templates/includes
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 1.0.1] 2024-04-28
4
+ ### Changes
5
+
6
+ - Fix Footer link
7
+
3
8
## [ 1.0.0] 2024-04-28
4
9
### Changes
5
10
Original file line number Diff line number Diff line change 1
1
< footer class ="footer px-4 ">
2
2
< div >
3
- © CoreUI - Coded by < a target ="_blank " "https://appseed.us/"> AppSeed</ a >
3
+ © CoreUI - Coded by < a target ="_blank " href = "https://appseed.us/ "> AppSeed</ a >
4
4
</ div >
5
5
< div class ="ms-auto ">
6
6
Download < a target ="_blank " href ="https://appseed.us/product/coreui/django/ "> Source Code</ a >
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.0 ' ,
11
+ version = '1.0.1 ' ,
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