Skip to content

Releases: snipe/snipe-it

v1.1

06 Nov 02:44
Compare
Choose a tag to compare
  • 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

16 Oct 22:18
Compare
Choose a tag to compare

First production 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.11-alpha

19 Jul 05:24
Compare
Choose a tag to compare
v0.3.11-alpha Pre-release
Pre-release

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

17 Jul 17:57
Compare
Choose a tag to compare
v0.3.10-alpha Pre-release
Pre-release

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

03 Jul 02:11
Compare
Choose a tag to compare
v0.3.9-alpha Pre-release
Pre-release

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

27 Jun 21:38
Compare
Choose a tag to compare
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.

v.0.3.5-alpha

20 Jun 02:59
Compare
Choose a tag to compare
v.0.3.5-alpha Pre-release
Pre-release
  • 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.

v.0.3.4-alpha

19 Jun 22:29
Compare
Choose a tag to compare
v.0.3.4-alpha Pre-release
Pre-release

Added asset name display as a setting in the Settings menu.

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.3-alpha

18 Jun 20:06
Compare
Choose a tag to compare
v.0.3.3-alpha Pre-release
Pre-release

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

06 May 09:26
Compare
Choose a tag to compare
v.0.3.2-alpha Pre-release
Pre-release
  • 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.