Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.02 KB

File metadata and controls

27 lines (19 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.0.0 - 2026-04-01

Added

  • Initial release of AssetConnect
  • Support for associating files with any entity
  • Asset collections for organizing files
  • Custom properties for assets
  • Secure asset storage with access control
  • Type-safe API with full IDE support
  • Pending Assets system for temporary file storage before final attachment

Changed

  • Refactor singleFileCollection to use custom validation rule by @maniaba in #31

Updated

  • Update codeigniter4/queue to stable release ^v1.0.0 by @Copilot in #33

New Contributors

  • @Copilot made their first contribution in #33