Skip to content

Commit cdb5e79

Browse files
committed
v1.0.20 - Update media Files & Labels (minor)
1 parent 88be12c commit cdb5e79

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# CHANGELOG
22

3+
## [1.0.20] 2024-12-03
4+
### Changes
5+
6+
- Update label (minor)
7+
8+
## [1.0.19] 2024-12-03
9+
### Changes
10+
11+
- Update Media Files
12+
313
## [1.0.18] 2024-12-03
414
### Changes
515

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Modern template for **[Django Admin](https://app-generator.dev/docs/products/dja
1919

2020
<br />
2121

22-
![Django Material Dashboard - Modern template for Django Admin Section crafted on top of a modern Bootstrap Design.](https://github.com/user-attachments/assets/532e06c1-1af3-4439-93fc-6de3a9d43c52)
22+
![Django Material Dashboard - Open-Source Django Starter](https://github.com/user-attachments/assets/dba1a100-3309-400c-99bc-6ba707697509)
2323

2424
<br />
2525

admin_material/templates/includes/navigation-auth.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<nav class="navbar navbar-expand-lg blur border-radius-xl top-0 z-index-3 shadow position-absolute my-3 py-2 start-0 end-0 mx-4">
22
<div class="container-fluid ps-2 pe-0">
33
<a class="navbar-brand font-weight-bolder ms-lg-0 ms-3 " href="{% url "index" %}">
4-
Material Dashboard 3
4+
Django Dashboard
55
</a>
66
<button class="navbar-toggler shadow-none ms-2" type="button" data-bs-toggle="collapse" data-bs-target="#navigation" aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
77
<span class="navbar-toggler-icon mt-2">

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

0 commit comments

Comments
 (0)