Releases: darryldecode/laravelbackend
Releases · darryldecode/laravelbackend
PATCH RELEASE
Fix Notes:
- Fix component-create scalfolding templates
Upgrade Guide:
composer update darryldecode/laravelbackend
PATCH RELEASE
fix forget password errors due to laravel changes in 5.4+
PATCH RELEASE..
patch for outdated media browser dialog which is now updated to to use elFinder..
Replace old Media Manager using elFinder
#What's New
Remove old media manager and replace with new media using elFinder..
#UPDATE GUIDE:
on backend config array, add these new config:
    /*
     * Disabled components
     */
    'disabled_components' => array(
        //'Media Manager'
    ),
    /*
     * Media rules
     */
    'upload_rules' => array(
        'uploadDeny' => array(),
        'uploadAllow' => array('all'),
        'uploadOrder' => array('deny','allow'),
    ),
Laravel 5.4 Release
Support for Laravel 5.4~.. See docs for installation: http://laravelbackend.com/
PATCH
See docs for installation: http://laravelbackend.com/
Laravel 5.2 Compatible Release
See docs for installation: http://laravelbackend.com/
FIXES AND IMPROVEMENTS
CHANGES:
- Revert back Media Manager design process when producing sizes (this changes was made in ver. 1.0.27)
UPGRADE GUIDE:
composer update "darryldecode/laravelbackend"
FIXES AND IMPROVEMENTS
CHANGES:
- Fixed errors on Media Manager component in windows platform regarding directory separator
- Some changes on Media Manager UI
- Change folder structure when generating different image sizes
UPGRADE GUIDE:
composer update "darryldecode/laravelbackend"
FIXES AND IMPROVEMENTS
CHANGES:
- Fixed password reset error double hashing when password is reset causes
 incorrect passwords.
- Added drop table if exists to avoid
 installation errors.
UPGRADE GUIDE:
composer update "darryldecode/laravelbackend"