Skip to content

v0.18.0

Choose a tag to compare

@secondnetwork secondnetwork released this 17 Jan 10:09
· 262 commits to main since this release

This release introduces significant improvements to the Media Library, a complete refactor of the Settings architecture, and new cloning capabilities.

πŸš€ Features

  • Media Library Overhaul: Added folder navigation, the ability to move files between folders, improved filtering, and an enhanced upload UI.
  • Settings Refactor: Implemented a new dynamic navigation structure using tabs and URL query parameters for better state management.
  • Deep Cloning: You can now perform deep clones of Pages and Posts, including all associated data.
  • Profile Management: Added support for profile photo uploads/deletion and improved user name display (last initial).
  • Image Handling: Introduced ImageFactory helper for advanced rendering, conversion, and quality settings.
  • Admin Customization: Updated settings for admin logo, copyright, and appearance.

πŸ›  Improvements & Refactoring

  • UI/UX: Enhanced block components, modals, and the media uploader with better icons and layouts.
  • Code Quality: Extensive refactoring across the codebase to improve readability and maintainability.
  • Performance: Added a main JavaScript bundle with module preloading.
  • Database: Improved migration commands and cleaned up unused seeders/CSS.

πŸ› Bug Fixes

  • Fixed an "undefined variable" error during the cloning process.
  • Resolved path handling issues in media helpers.

Full Changelog: v0.16.2...v0.18.0