Releases: ci4-cms-erp/ext_module_generator
Releases · ci4-cms-erp/ext_module_generator
v1.1.1
Release Notes: ModuleGenerator v1.1.1
Overview
The ModuleGenerator v1.0.2 release introduces minor enhancements and bug fixes to improve the usability and reliability of the CodeIgniter 4 module scaffolding tool. This update ensures better compatibility with the ci4ms framework and refines the generated module structure for seamless integration.
Changes
- Improved Route Generation: Fixed an issue in the
getRoutesTemplatemethod where the delete route syntax was incorrect ($modulesNamewas used instead of$moduleName). The updated template now correctly references the module name for consistent routing. - Enhanced Controller Template: Updated the controller template to handle AJAX requests more robustly in the
indexmethod, ensuring proper data filtering and response formatting for DataTables integration. - Language File Consistency: Standardized the language file templates to include a consistent welcome message format for both English and Turkish languages.
- Documentation Updates: Added detailed usage instructions and examples in the README.md to improve onboarding for new users.
- Bug Fix: Resolved a minor issue where the
createFilemethod could overwrite existing files. Now, it checks for file existence before writing, preventing unintended overwrites.
Installation
To install ModuleGenerator v1.0.2, run:
composer require ci4-cms-erp/ext_module_generator:1.0.2Upgrade Notes
If upgrading from v1.0.1 or earlier, regenerate any affected modules to apply the corrected route and controller templates. No database migrations or configuration changes are required.
Known Issues
- None reported at this time.
Feedback
We welcome feedback and contributions! Please report issues or suggest improvements on the project's GitHub repository.
Released on September 17, 2025
Made with ❤️ for the CodeIgniter community