Skip to content

Commit 69b0f1e

Browse files
committed
Release v1.0.4 - Update Links (minor)
1 parent 206c93e commit 69b0f1e

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
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.4] 2022-11-11
4+
### Fixes
5+
6+
- Update links (minor)
7+
38
## [1.0.3] 2022-11-10
49
### Fixes
510

admin_argon/templates/includes/fixed-plugin-rtl.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h6 class="mb-0">Light / Dark</h6>
5858
<a class="btn bg-gradient-dark w-100" href="https://github.com/app-generator/django-admin-argon-dashboard">Free Download</a>
5959
<a class="btn btn-outline-dark w-100" href="https://appseed.us">Get Support</a>
6060
<div class="w-100 text-center">
61-
<a class="github-button" href="https://github.com/creativetimofficial/argon-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/argon-dashboard on GitHub">Star</a>
61+
<a class="github-button" href="https://github.com/app-generator/django-admin-argon-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/argon-dashboard on GitHub">Star</a>
6262
<h6 class="mt-3">Thank you for sharing!</h6>
6363
<a href="https://twitter.com/intent/tweet?text=Check%20Argon%20Dashboard%20made%20by%20%40CreativeTim%20%23webdesign%20%23dashboard%20%23bootstrap5&amp;url=https%3A%2F%2Fwww.creative-tim.com%2Fproduct%2Fargon-dashboard" class="btn btn-dark mb-0 me-2" target="_blank">
6464
<i class="fab fa-twitter me-1" aria-hidden="true"></i> Tweet

admin_argon/templates/includes/fixed-plugin.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ <h6 class="mb-0">Light / Dark</h6>
5858
<a class="btn bg-gradient-dark w-100" href="https://github.com/app-generator/django-admin-argon-dashboard">Free Download</a>
5959
<a class="btn btn-outline-dark w-100" href="https://appseed.us">Get Support</a>
6060
<div class="w-100 text-center">
61-
<a class="github-button" href="https://github.com/creativetimofficial/argon-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/argon-dashboard on GitHub">Star</a>
61+
<a class="github-button" href="https://github.com/app-generator/django-admin-argon-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/argon-dashboard on GitHub">Star</a>
6262
<h6 class="mt-3">Thank you for sharing!</h6>
6363
<a href="https://twitter.com/intent/tweet?text=Check%20Argon%20Dashboard%20made%20by%20%40CreativeTim%20%23webdesign%20%23dashboard%20%23bootstrap5&amp;url=https%3A%2F%2Fwww.creative-tim.com%2Fproduct%2Fargon-dashboard" class="btn btn-dark mb-0 me-2" target="_blank">
6464
<i class="fab fa-twitter me-1" aria-hidden="true"></i> Tweet

admin_argon/templates/pages/virtual-reality.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ <h6 class="mb-0">Light / Dark</h6>
480480
<a class="btn bg-gradient-dark w-100" href="https://github.com/app-generator/django-admin-argon-dashboard">Free Download</a>
481481
<a class="btn btn-outline-dark w-100" href="https://appseed.us">Get Support</a>
482482
<div class="w-100 text-center">
483-
<a class="github-button" href="https://github.com/creativetimofficial/argon-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/argon-dashboard on GitHub">Star</a>
483+
<a class="github-button" href="https://github.com/app-generator/django-admin-argon-dashboard" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star creativetimofficial/argon-dashboard on GitHub">Star</a>
484484
<h6 class="mt-3">Thank you for sharing!</h6>
485485
<a href="https://twitter.com/intent/tweet?text=Check%20Argon%20Dashboard%20made%20by%20%40CreativeTim%20%23webdesign%20%23dashboard%20%23bootstrap5&amp;url=https%3A%2F%2Fwww.creative-tim.com%2Fproduct%2Fargon-dashboard" class="btn btn-dark mb-0 me-2" target="_blank">
486486
<i class="fab fa-twitter me-1" aria-hidden="true"></i> Tweet

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-argon-dashboard',
11-
version='1.0.3',
11+
version='1.0.4',
1212
zip_safe=False,
1313
packages=find_packages(),
1414
include_package_data=True,

0 commit comments

Comments
 (0)