v0.3.8-alpha
Pre-release
Pre-release
- Fixed some minor XSS issues
- Added Suppliers section to assets
- Added draft changelog
Please don't forget to run:
php composer.phar dump-autoload
php artisan migrate
.. from the project root after pulling the latest release to make sure your autoloader and database are up to date.
IMPORTANT: If you're upgrading from v.0.3.0-alpha or earlier, make sure to update your hostname information in bootstrap/start.php, per the new requirements in Laravel 4.1.
If you run into a weird error like
Error Output: PHP Fatal error: Call to undefined method Illuminate\Foundation\Application::registerCoreContainerAliases() in /var/www/
html/vendor/laravel/framework/src/Illuminate/Foundation/start.php on line 106
Then try removing bootstrap/compiled.php and your vendors dir, and re-running php composer.phar update.