Releases: snipe/snipe-it
v1.2.2
v1.2.1
This is a minor point release that fixes a few bugs in cloning licenses and a few missing language strings, and adds a new English UK language file to handle any issues where currency was being overwritten when the app was updated.
- Bug fixes
Please don't forget to run:
php composer.phar dump-autoload
v1.2.0
v1.1
- Bug fixes
- Full Spanish and Finnish translations
- Added ability for user avatar uploads and asset model uploads
- Allow checkout to user without asset
- Fixed reporting-only group permissions and access
- Eager loading on asset display to reduce the number of queries
Please don't forget to run:
php composer.phar dump-autoload
php artisan migrate
v1.0
v0.3.11-alpha
Minor update release.
- Bug fixes
- Added ability to assign a license to either a user or hardware
Please don't forget to run:
php composer.phar dump-autoload
php artisan migrate
v0.3.10-alpha
Minor update release.
- Bug fixes
- Improved language localizations
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
.
v0.3.9-alpha
Minor update release.
- Added ability for users to see assets checked out to them
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
.
v0.3.8-alpha
- 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
.
v.0.3.5-alpha
- Fixed a bug in the licensing system
- Fixed a missed default for folks using MySQL in strict mode
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
.