Skip to content

Commit 967e510

Browse files
committed
v1.0.15 - Update Footer Links
1 parent 0a62586 commit 967e510

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
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.15] 2024-11-28
4+
### Changes
5+
6+
- Update Footer Links
7+
38
## [1.0.14] 2024-11-28
49
### Changes
510

admin_datta/templates/includes/footer.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@
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 &#9829; crafted by Team <a href="https://codedthemes.com/" target="_blank">Codedthemes</a></p
7-
>
5+
<p class="m-0">
6+
&copy; 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>

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-datta',
11-
version='1.0.14',
11+
version='1.0.15',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)