Skip to content

Commit aec733f

Browse files
committed
v1.0.17 - Update Links (minor)
1 parent a64e5fd commit aec733f

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
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.17] 2025-05-15
4+
### [Berry Dashboard](https://app-generator.dev/product/berry-dashboard/) Integration Changes
5+
6+
- Update Library Links (minor)
7+
38
## [1.0.16] 2025-04-25
49
### [Berry Dashboard](https://app-generator.dev/product/berry-dashboard/) Integration Changes
510

admin_berry/templates/includes/footer.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,15 @@
33
<div class="row">
44
<div class="col my-1">
55
<p class="m-0">
6-
&copy; <a href="https://codedthemes.com/?ref=appseed" target="_blank">Codedthemes</a> - Coded by AppSeed.
6+
&copy; <a href="https://app-generator.dev/agency/codedthemes/" target="_blank">CodedThemes</a>
7+
- Coded by <a href="https://app-generator.dev" target="_blank">App-Generator</a>.
78
</p>
89
</div>
910
<div class="col-auto my-1">
1011
<ul class="list-inline footer-link mb-0">
11-
<li class="list-inline-item"><a target="_blank" href="https://appseed.us/product/berry-dashboard/django/" target="_blank">Download</a></li>
12-
<li class="list-inline-item"><a target="_blank" href="https://appseed.us/product/berry-dashboard-pro/django/" target="_blank">PRO Version</a></li>
13-
<li class="list-inline-item"><a target="_blank" href="https://appseed.us/support/" target="_blank">Support</a></li>
12+
<li class="list-inline-item"><a target="_blank" href="https://app-generator.dev/product/berry-dashboard/django/" target="_blank">Download</a></li>
13+
<li class="list-inline-item"><a target="_blank" href="https://app-generator.dev/product/berry-dashboard-pro/django/" target="_blank">PRO Version</a></li>
14+
<li class="list-inline-item"><a target="_blank" href="https://app-generator.dev/support/" target="_blank">Support</a></li>
1415
</ul>
1516
</div>
1617
</div>

admin_berry/templates/includes/navigation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ <h4>Good Morning, <span class="small text-muted"> John Doe</span></h4>
179179
<div class="upgradeplan-block bg-light-warning rounded">
180180
<h4>Berry Bootstrap 5</h4>
181181
<p class="text-muted">Open-Source Theme</p>
182-
<a href="https://docs.appseed.us/boilerplate-code/django-templates/berry-dashboard/" target="_blank"
182+
<a href="https://app-generator.dev/docs/products/django/berry/index.html" target="_blank"
183183
class="btn btn-warning">Documentation</a>
184184
</div>
185185
<hr />

admin_berry/templates/includes/sidebar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<div class="pc-navbar-card bg-primary rounded">
112112
<h4 class="text-white">Berry Bootstrap 5</h4>
113113
<p class="text-white opacity-75">Open-Source Theme</p>
114-
<a href="https://appseed.us/product/berry-dashboard/django/"
114+
<a href="https://app-generator.dev/product/berry-dashboard/django/"
115115
target="_blank" class="btn btn-light text-primary">Download</a>
116116
</div>
117117
</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-berry',
11-
version='1.0.16',
11+
version='1.0.17',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)