Skip to content

Releases: snipe/snipe-it

v.0.3.1-alpha

06 May 04:56
Compare
Choose a tag to compare
v.0.3.1-alpha Pre-release
Pre-release
  • 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

29 Jan 04:25
Compare
Choose a tag to compare
v0.3.0-alpha Pre-release
Pre-release

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

29 Nov 22:16
Compare
Choose a tag to compare
v0.2.0-alpha Pre-release
Pre-release

Bugfixes, upgraded to Bootstrap 3

v0.1.2-alpha

29 Nov 02:07
Compare
Choose a tag to compare
v0.1.2-alpha Pre-release
Pre-release

Lots of bug fixes, improved responsive design (although still some work to do for full responsiveness on data tables.)

v0.1.1-alpha

26 Nov 23:50
Compare
Choose a tag to compare
v0.1.1-alpha Pre-release
Pre-release

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

26 Nov 21:06
Compare
Choose a tag to compare
Initial alpha Pre-release
Pre-release

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.