File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 1.0.20] 2024-11-28
4+ ### Changes
5+
6+ - Fix Links (minor)
7+
38## [ 1.0.19] 2024-11-28
49### Changes
510
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ <h6 class="mb-0">Navbar Fixed</h6>
5454 < a class ="btn bg-gradient-dark w-100 " href ="https://app-generator.dev/product/soft-ui-dashboard/django/ "> Download</ a >
5555 < a class ="btn btn-outline-dark w-100 " href ="https://app-generator.dev/docs/products/django/soft-ui-dashboard/index.html "> Documentation</ a >
5656 < div class ="w-100 text-center ">
57- < a class ="github-button " href ="https://github.com/creativetimofficial/ soft-ui-dashboard " data-icon ="octicon-star " data-size ="large " data-show-count ="true " aria-label ="Star creativetimofficial/soft-ui-dashboard on GitHub "> Star</ a >
57+ < a class ="github-button " href ="https://github.com/app-generator/django- soft-ui-dashboard " data-icon ="octicon-star " data-size ="large " data-show-count ="true " aria-label ="Star creativetimofficial/soft-ui-dashboard on GitHub "> Star</ a >
5858 < h6 class ="mt-3 "> Thank you for sharing!</ h6 >
5959 < a href ="https://twitter.com/intent/tweet?text=Check%20Soft%20UI%20Dashboard%20made%20by%20%40CreativeTim%20%23webdesign%20%23dashboard%20%23bootstrap5&url=https%3A%2F%2Fwww.creative-tim.com%2Fproduct%2Fsoft-ui-dashboard " class ="btn btn-dark mb-0 me-2 " target ="_blank ">
6060 < i class ="fab fa-twitter me-1 " aria-hidden ="true "> </ i > Tweet
Original file line number Diff line number Diff line change @@ -1026,7 +1026,7 @@ <h6 class="mb-0">Navbar Fixed</h6>
10261026 < a class ="btn bg-gradient-dark w-100 " href ="https://app-generator.dev/product/soft-ui-dashboard/django/ "> Download</ a >
10271027 < a class ="btn btn-outline-dark w-100 " href ="https://app-generator.dev/docs/products/django/soft-ui-dashboard/index.html "> Documentation</ a >
10281028 < div class ="w-100 text-center ">
1029- < a class ="github-button " href ="https://github.com/creativetimofficial/ soft-ui-dashboard " data-icon ="octicon-star " data-size ="large " data-show-count ="true " aria-label ="Star creativetimofficial/soft-ui-dashboard on GitHub "> Star</ a >
1029+ < a class ="github-button " href ="https://github.com/app-generator/django- soft-ui-dashboard " data-icon ="octicon-star " data-size ="large " data-show-count ="true " aria-label ="Star creativetimofficial/soft-ui-dashboard on GitHub "> Star</ a >
10301030 < h6 class ="mt-3 "> Thank you for sharing!</ h6 >
10311031 < a href ="https://twitter.com/intent/tweet?text=Check%20Soft%20UI%20Dashboard%20made%20by%20%40CreativeTim%20%23webdesign%20%23dashboard%20%23bootstrap5&url=https%3A%2F%2Fwww.creative-tim.com%2Fproduct%2Fsoft-ui-dashboard " class ="btn btn-dark mb-0 me-2 " target ="_blank ">
10321032 < i class ="fab fa-twitter me-1 " aria-hidden ="true "> </ i > Tweet
Original file line number Diff line number Diff line change 88
99setup (
1010name = 'django-admin-soft-dashboard' ,
11- version = '1.0.19 ' ,
11+ version = '1.0.20 ' ,
1212zip_safe = False ,
1313packages = find_packages (),
1414include_package_data = True ,
15- description = 'Modern template for Django admin interface' ,
15+ description = 'Modern template for Django admin interface - Soft Dashboard Design ' ,
1616long_description = README ,
1717long_description_content_type = "text/markdown" ,
1818url = 'https://app-generator.dev/product/soft-ui-dashboard/django/' ,
You can’t perform that action at this time.
0 commit comments