Releases: Ixaya/Manager
Releases · Ixaya/Manager
1.3.0
- Fix manager hash generation and added debug query function to my model
- Bug fix load->view and improved mailing library now supports 'from email' config
- Added unit testing configuration
- Improve amazon AWS lib, added option to upload a binary directly to s3/file using upload lib
- Database migrations now support multiple connections and load from each module folder
- Add .env configuration with environment-specific loading support
- Add Docker configuration files and entry point script for application setup
- Env lib now also gets the variables from docker
- Auth library now supports configuring extra columns to return on login, added attachment library to save generic files
- Upload library now will validate if the original image size before creating a thumb version
- Improve out of the box experience and deprecate sha1 use
1.2.0
1.1.1
1.1.0
- Improve modules structure
- Added editions to the manager, choose the one adapts best to your proyect
- New edition of Admin in Vue 3
- Fix REST default config to allow api key header by default in CORS
- Improvements to Amazon_aws lib
- Updated MY_Model now it has optional last update, get all by like and lazy loading of connection
1.0.0
- Added: Manager option table to save dynamic configs by key
- REST_Controller: Fix CORS request error 500 when pre-flight option method
- Auth: remove deprecated facebook login, fix api register
- REST_Controller: now supports override auth mode by Module
- Upgraded support for php 8.3 and general bugfixes
- Minimum php supported now is 7.4