Release Notes
A historical overview of our ongoing work to improve and expand the Corporate Framework.
Version 3.2.2 (July 15, 2025)
A minor update focused on stability and improvements for our latest features.
Improvements
- 
							Document Templates
 Optimized performance when generating documents with large datasets.
- 
							Log
 Log messages for failed login attempts now include additional non-sensitive metadata for better analysis.
Bug Fixes
- 
							Email
 Fixed a bug where attachments with special characters in the filename could, in rare cases, be rejected by the inbound email parser.
- 
							Access Management
 Resolved an issue where user permission caches were not always immediately invalidated after a role change.
Version 3.2.1 (May 20, 2025)
This patch addresses feedback from the v3.2.0 release and improves stability.
Improvements
- 
							Document Templates
 Improved error handling for templates with syntax issues.
- 
							PDF Generation
 Enhanced support for custom fonts in generated PDFs.
Bug Fixes
- 
							Branding
 Fixed a CSS issue where custom theme colors were not applied to all UI elements.
Version 3.2.0 (April 28, 2025)
This version introduces a powerful new tool for document automation and enhances our security foundation.
New Features
- 
							Document Templates
 A brand-new system for creating and managing dynamic templates. Allows non-developers to design layouts for invoices, contracts, etc., which can then be merged with data via the API.
Improvements
- 
							PDF Generation
 The engine is now fully integrated with Document Templates for even faster PDF generation.
- 
							Branding
 Now allows for specifying separate logos for dark and light themes.
Security
- Updated third-party library dependencies to address the latest security bulletins.
Version 3.1.1 (February 15, 2025)
A stability release focused on the new AI capabilities.
Improvements
- 
							AI-Powered Features
 The Predictive Analytics module now supports a wider range of data inputs.
- 
							API
 Improved and expanded documentation for the AI endpoints.
Bug Fixes
- 
							Search
 Resolved an issue where indexing would occasionally fail on very large text documents.
Version 3.1.0 (January 10, 2025)
Focusing on expanding our AI capabilities and improving the developer experience.
New Features
- 
							AI-Powered Features
 Introduced a "Predictive Analytics" module, providing developers with tools to build simple forecasting models based on application data.
Improvements
- 
							Search
 Search indexing is now significantly faster for large volumes of data.
- 
							API
 Added new endpoints for managing Tags and User-specific settings.
Bug Fixes
- 
							Digital Signatures
 Resolved an issue with timezones for the timestamping of signatures.
Version 3.0.1 (December 9, 2024)
A post-release patch to address minor issues and optimize features from the major 3.0.0 release.
Improvements
- 
							Operations
 The job queue now provides more detailed status reporting through the API.
Bug Fixes
- 
							Digital Signatures
 Fixed a rendering issue for the signature pad on certain mobile devices.
- 
							Core
 Resolved a memory leak in long-running background jobs.
Version 3.0.0 (November 5, 2024)
A milestone in the framework's history! Version 3.0 introduces a range of enterprise-grade features designed to handle the most demanding business processes.
New Features
- 
							Digital Signatures
 Full integration of a system for legally binding digital signatures.
- 
							Operations
 A robust engine for scheduling and running background jobs (Cron) and handling long-running processes via a job queue.
- 
							AI-Powered Features
 First version of our AI tools, starting with an "Intelligent Search" engine that understands user intent.
Improvements
- 
							Core
 Updated to support the latest stable PHP version with significant performance improvements.
Security
- 
							Access Management
 It is now possible to configure rules for temporarily elevated privileges.
Version 2.6.0 (September 2, 2024)
This release focuses on UI enhancements and data visualization.
New Features
- 
							Dashboard & Widgets
 A new system for creating customizable dashboards with data widgets.
Improvements
- 
							UI
 All standard charts and graphs in the framework have been updated with a modern look and feel.
Version 2.5.1 (July 22, 2024)
Patch release for stability and security.
Bug Fixes
- 
							Open Data Integration
 Resolved an issue with the CVR connector due to an upstream API change.
- 
							SMS
 Improved handling of delivery status callbacks.
Security
- Hardened security for file uploads to prevent potential path traversal vulnerabilities.
Version 2.5.0 (June 18, 2024)
New Features
- 
							Open Data Integration
 Tools for fetching and integrating data from public data sources like business registries and address lookups.
- 
							SMS
 It is now possible to send SMS notifications directly from the framework via integration with third-party gateways.
Improvements
- 
							Email
 The framework can now be configured to listen to an inbox and parse incoming emails to trigger automated processes.
Version 2.4.1 (April 5, 2024)
Improvements
- 
							Language Translations
 Added support for right-to-left (RTL) languages in the UI.
Bug Fixes
- 
							Log
 Fixed a bug where very long log messages could cause display issues in the admin panel.
Version 2.4.0 (February 22, 2024)
New Features
- 
							Language Translations
 Full support for internationalization (i18n) and localization (l10n), making it easy to build multi-language applications.
Improvements
- 
							Users
 User profiles can now be extended with custom fields directly from an admin interface.
Version 2.3.1 (November 15, 2023)
Improvements
- 
							MFA
 The user enrollment flow for setting up an authenticator app has been simplified.
Security
- Updated password hashing algorithm to the latest industry recommendations.
Version 2.3.0 (October 4, 2023)
New Features
- 
							Multi-Factor Authentication (MFA)
 Built-in support for MFA via Authenticator Apps (TOTP). A fundamental security enhancement.
Security
- 
							Security
 Built-in protection against Cross-Site Request Forgery (CSRF) is now enabled by default on all forms.
Improvements
- 
							Export
 Optimized memory usage when exporting very large CSV files.
Version 2.2.1 (July 19, 2023)
Improvements
- 
							Tags
 Significantly improved database query performance for filtering records with a large number of tags.
Bug Fixes
- 
							Filters
 Fixed a bug where date-range filters were not working correctly in all timezones.
Version 2.2.0 (May 12, 2023)
New Features
- 
							Tags
 A flexible tagging system that lets users organize data across modules.
Improvements
- 
							Filters
 Users can now save their favorite filter sets as "Custom Views."
- 
							File Sharing & Documents
 Introduced version history for all uploaded files.
Version 2.1.1 (February 10, 2023)
Improvements
- 
							Import
 The data validation step now provides more detailed and user-friendly error messages.
- 
							Import
 Added support for more date formats (e.g., MM/DD/YYYY).
Version 2.1.0 (December 1, 2022)
New Features
- 
							Import
 A new module that guides users through importing data from CSV and Excel files with intelligent field-mapping.
Improvements
- 
							Access Management
 The permission system has become more granular, allowing specific `create`, `read`, `update`, `delete` permissions to be assigned per module.
Bug Fixes
- Resolved an issue where PDF generation did not handle certain special characters correctly.
Version 2.0.1 (September 20, 2022)
Bug Fixes
- 
							API
 Addressed several minor bugs in the new RESTful API based on early adopter feedback.
- 
							API
 Corrected inconsistencies in pagination headers across different endpoints.
Version 2.0.0 (August 3, 2022)
A major update introducing our API-first architecture. The framework's entire API has been standardized to be fully RESTful, making integrations easier and more predictable.
New Features
- 
							Integrations (API)
 A complete rewrite of the API to follow RESTful standards. All framework functionality is now accessible via the API.
Improvements
- 
							Core
 Significant performance improvements in the database layer.
- 
							Documentation
 All documentation has been updated to reflect the new API.
Version 1.5.1 (April 25, 2022)
Improvements
- 
							Log
 Log queries in the admin interface are now faster and more efficient.
Bug Fixes
- Fixed a bug in the Backup system that caused an error with very large databases.
Version 1.5.0 (March 15, 2022)
New Features
- 
							Log
 Introduction of a centralized logging system that creates a complete audit trail for all important user and system actions.
Improvements
- 
							Backup
 The backup process has been optimized to use fewer server resources.
Security
- Improved session handling to protect against session fixation attacks.
Version 1.1.0 (November 10, 2021)
New Features
- 
							File Sharing
 Added capabilities to securely share uploaded documents with other users or via secure links.
Improvements
- 
							Access Management
 It is now possible to assign multiple roles to a single user.
Version 1.0.4 (October 5, 2021)
Bug Fixes
- 
							Search
 Resolved an issue where special characters in a search query could cause an error.
- 
							Email
 Fixed a compatibility issue with certain SMTP providers.
Version 1.0.3 (September 9, 2021)
Security
- Applied a security patch to mitigate a potential XSS vulnerability in a third-party dependency.
Version 1.0.2 (August 20, 2021)
Improvements
- 
							Performance
 Optimized asset loading (CSS/JS) for faster initial page load times.
Version 1.0.1 (August 10, 2021)
Bug Fixes
- 
							PDF Generation
 Fixed a bug where images were not always rendered correctly in generated PDFs.