Skip to content

Commit 699fa11

Browse files
committed
v1.0.12 - Replace AppSeed with App-Generator
1 parent 0fb73a8 commit 699fa11

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.12] 2025-04-25
4+
### [AdminLTE](https://app-generator.dev/product/adminlte/) Django Integration Changes
5+
6+
- Replace AppSeed with App-Generator
7+
38
## [1.0.11] 2025-04-25
49
### [AdminLTE](https://app-generator.dev/product/adminlte/) Django Integration Changes
510

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2021 [App Generator](https://appseed.us)
3+
Copyright (c) 2021 [App Generator](https://app-generator.dev)
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

admin_adminlte/templates/includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<footer class="main-footer">
44

5-
<strong>&copy; AdminLTE.io</strong> - coded by <a target="_blank" href="https://appseed.us">AppSeed</a>.
5+
<strong>&copy; AdminLTE.io</strong> - coded by <a target="_blank" href="https://app-generator.dev">App-Generator</a>.
66

77
<div class="float-right d-none d-sm-inline-block">
88
<b>Version</b> 3.2.0

admin_adminlte/templates/includes/menu-list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@
721721
{% endif %}
722722

723723
<li class="nav-item">
724-
<a target="_blank" href="https://appseed.us/support/" class="nav-link">
724+
<a target="_blank" href="https://app-generator.dev/support/" class="nav-link">
725725
<i class="fa fa-rocket text-danger nav-icon"></i>
726726
<p>Support</p>
727727
</a>

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

0 commit comments

Comments
 (0)