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 11# CHANGELOG
22
3+ ## [ 1.0.15] 2024-11-28
4+ ### Changes
5+
6+ - Update Footer Links
7+
38## [ 1.0.14] 2024-11-28
49### Changes
510
Original file line number Diff line number Diff line change 22 < div class ="footer-wrapper container-fluid ">
33 < div class ="row ">
44 < 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 >
88 </ div >
99 < div class ="col-auto my-1 ">
1010 < 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 >
1214 </ ul >
1315 </ div >
1416 </ div >
Original file line number Diff line number Diff line change 88
99setup (
1010name = 'django-admin-datta' ,
11- version = '1.0.14 ' ,
11+ version = '1.0.15 ' ,
1212zip_safe = False ,
1313packages = find_packages (),
1414include_package_data = True ,
You can’t perform that action at this time.
0 commit comments