File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed
admin_datta/templates/includes Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## [ 1.0.15] 2024-11-28
4
+ ### Changes
5
+
6
+ - Update Footer Links
7
+
3
8
## [ 1.0.14] 2024-11-28
4
9
### Changes
5
10
Original file line number Diff line number Diff line change 2
2
< div class ="footer-wrapper container-fluid ">
3
3
< div class ="row ">
4
4
< div class ="col my-1 ">
5
- < p class ="m-0 "
6
- > Datta able ♥ crafted by Team < a href ="https://codedthemes.com/ " target =" _blank " > Codedthemes </ a > </ p
7
- >
5
+ < p class ="m-0 ">
6
+ © CodedThemes - Django Integration by < a href ="https://app-generator.dev/ " > App Generator </ a > .
7
+ </ p >
8
8
</ div >
9
9
< div class ="col-auto my-1 ">
10
10
< ul class ="list-inline footer-link mb-0 ">
11
- < li class ="list-inline-item "> < a href ="../index.html "> Home</ a > </ li >
11
+ < li class ="list-inline-item "> < a href ="https://app-generator.dev/product/datta-able/django/ "> Download</ a > </ li >
12
+ < li class ="list-inline-item "> < a href ="https://app-generator.dev/docs/products/django/datta-able/index.html "> Documentation</ a > </ li >
13
+ < li class ="list-inline-item "> < a href ="https://app-generator.dev/product/datta-able-pro/django/ "> PRO Version</ a > </ li >
12
14
</ ul >
13
15
</ div >
14
16
</ div >
Original file line number Diff line number Diff line change 8
8
9
9
setup (
10
10
name = 'django-admin-datta' ,
11
- version = '1.0.14 ' ,
11
+ version = '1.0.15 ' ,
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