Releases: snipe/snipe-it
v.0.3.3-alpha
Bugfixes and improved internationalization strings.
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.
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.
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
.
v.0.3.2-alpha
- Improved admin-only functionality
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.
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.
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
.
v.0.3.1-alpha
- Fixed CSV export
- Upgraded to Laravel 4.1 to fix dependency
IMPORTANT: Make sure to update your hostname information in bootstrap/start.php
, per the new requirements in Laravel 4.1.
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.
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
.
v0.3.0-alpha
Added QR codes, bugfixes
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.
v0.2.0-alpha
Bugfixes, upgraded to Bootstrap 3
v0.1.2-alpha
Lots of bug fixes, improved responsive design (although still some work to do for full responsiveness on data tables.)
v0.1.1-alpha
This release fixes some issues that users with mysql running in strict mode would have encountered while trying to seed the database for initial setup.
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.
Initial alpha
This is the initial pre-release of the Snipe IT asset management system. While this has been reasonably stable on our test systems, it's still going through additional QA, and probably shouldn't be considered viable for production until v1.0.0.