Skip to content

Latest commit

 

History

History
137 lines (103 loc) · 4.21 KB

CHANGELOG.md

File metadata and controls

137 lines (103 loc) · 4.21 KB

Change Log

[1.0.16] 2024-10-06

Changes

[1.0.15] 2024-05-18

Changes

[1.0.14] 2024-04-05

Changes

  • Update DOCS (readme)

[1.0.13] 2024-04-04

Changes

[1.0.12] 2024-03-06

Changes

  • Deprecate distutils
    • use str2bool
  • Update Deps
    • requirements.txt
  • Update README: PRO Version, List features
    • API, Charts
    • DataTables (Filters, Export)
    • Celery
    • Media Files Manager
    • Extended User Profiles
  • Update Custom Development Section
    • New Pricing: $3,999

[1.0.11] 2023-10-24

Changes

  • Update Dependencies
  • Update README

[1.0.10] 2023-02-09

Changes

[1.0.9] 2023-02-04

Changes

  • Fix Docker Execution
    • Update Settings: ALLOWED_HOSTS, CSRF_TRUSTED_ORIGINS sections

[1.0.8] 2023-02-04

Changes

  • Bump UI: Django AdminLTE v1.0.4
  • DOCS Update (readme). New sections:
    • How to customize the theme
    • Render deployment
  • Configure the project to use home/templates
  • Added custom-footer sample

[1.0.7] 2023-01-09

Changes

  • Move to theme-based pattern
  • 🚀 Deployment
    • CI/CD flow via Render

[1.0.6] 2022-05-30

Improvements

[1.0.5] 2022-01-16

Improvements

[1.0.4] 2021-10-07

Improvements

  • Bump Django Codebase to v2.0.4
  • Codebase update
    • assets & templates moved to apps folder
    • apps/base renamed to apps/home

[1.0.3] 2021-09-12

Improvements & Fixes

  • Bump Django Codebase to v2.0.2
    • Dependencies update (all packages)
      • Use Django==3.2.6 (latest stable version)
    • Better Code formatting
    • Improved Files organization
    • Optimize imports
    • Docker Scripts Update
  • Tooling:
    • Aded Gulp compilation script
  • Revert the license to MIT
  • Fixes:
    • Patch 500 Error when authenticated users access admin path (no slash at the end)
    • Patch #16: Minor issue in Docker

[1.0.2] 2021-02-08

Update License

[1.0.1] 2021-02-07

Improvements

[1.0.0] 2020-07-16

Initial Release