Skip to content

Releases: snipe/snipe-it

v7.0.7

02 Jul 08:50
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1.2 or greater

Happy Tuesday! This point release handles the unusual (but possible) use-case where the language in APP_LOCALE had not been updated correctly to use the four/five letter ISO code and was still using the two-letter code, so users might have seen issues with translation strings related to FALLBACK_APP_LOCALE. This also fixes the upgrade script where the requirements checks would fail if you did not have gd installed, but you do have Imagemagick installed. Plus, a new label template for endless 62mm Brother printer rolls!

What's Changed

New Contributors

Full Changelog: v7.0.6...v7.0.7

v7.0.6

26 Jun 12:49
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1.2 or greater

This is a small point release that should handle a few translation issues as well as fixing some configuration issues for docker users and users behind a reverse proxy server using SAML.

What's Changed

Full Changelog: v7.0.5...v7.0.6

v7.0.5

24 Jun 21:13
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1.2 or greater

This release largely handles some translation issues (especially related to backup notification emails), a few small importer issues related to date importing, and a bunch of additional automated tests. We also added the feature of being able to disallow your users to edit their profiles at all (via Admin > General Settings), and fixed an issue around the ability to delete users.

What's Changed

Full Changelog: v7.0.4...v7.0.5

v7.0.4

19 Jun 09:38
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1 or greater

This release just addresses some small issues for folks behind reverse proxies and fixes a few small bits for folks on PHP 8.1.x that would have only have had issues if they pulled from master within the past 24 hours.

What's Changed

Full Changelog: v7.0.3...v7.0.4

v7.0.3

18 Jun 08:35
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1 or greater

If you happen to be running Snipe-IT over a reverse-proxy and when you upgrade, your CSS does not load, try setting APP_FORCE_TLS=true in your .env.

What's Changed

Full Changelog: v7.0.2...v7.0.3

v7.0.2

17 Jun 15:00
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1 or greater

Quick fix release for a backup notification issue, and also cleaned up some really small layout glitches.

If you happen to be running Snipe-IT over a reverse-proxy and when you upgrade, your CSS does not load, try setting APP_FORCE_TLS=true in your .env.

What's Changed

Full Changelog: v7.0.1...v7.0.2

v7.0.1

17 Jun 11:02
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1 or greater

There's always one, isn't there :)

This fixes a framework compatibility issue we missed that no longer uses the static Request::has() facade, and adds some tests to make sure we don't miss that in the future.

If you happen to be running Snipe-IT over a reverse-proxy and when you upgrade, your CSS does not load, try setting APP_FORCE_TLS=true in your .env.

v7.0.0

17 Jun 10:41
Compare
Choose a tag to compare

Caution

Snipe-IT now requires PHP 8.1 or greater

It's here it's here! The long-awaited v7 is out. While this is largely a framework-level upgrade, you should see some performance improvements and bug fixes throughout. We've also added the ability to determine where you get redirected after a checkout and checkin for assets, and we'll be adding more of that functionality in the future.

If you happen to be running Snipe-IT over a reverse-proxy and when you upgrade, your CSS does not load, try setting APP_FORCE_TLS=true in your .env.

What's Changed

New Contributors

Full Changelog: v6.4.2...v7.0.0

v7.0.0-pre

29 May 10:16
Compare
Choose a tag to compare
v7.0.0-pre Pre-release
Pre-release

Caution

This is a PRE-RELEASE and should NOT be used in production!

It's finally happening! The develop branch for Snipe-IT is now the pre-release of Snipe-IT v7.0.0. As we continue testing, we expect some additional changes and fixes to come (and a bunch of documentation fixes). Remember that this version WILL NOT WORK on versions of PHP under 8.1 - and also that while this is not a feature-free release, the primary goal for v7 was to upgrade the framework so we can start to tackle some of the bigger things we've wanted to work on for a while.

If you need to report bugs in this branch, please be sure to mention v7 in the title.

What's Changed

Read more

v6.4.2

22 May 17:42
Compare
Choose a tag to compare

Caution

The NEXT MAJOR release of Snipe-IT (v7.0.0) will require PHP 8.1 or greater

As we wrap it all up for v7 (which you can preview on the snipeit_v7_laravel10 branch, we knew there would be a few more things we needed to handle. Most of these are small bugfixes (that have already been merged into the v7 branch) but we also came across some security issues that we wanted to patch as we close off the v6 line. Users are encouraged to upgrade to v6.4.2 - and of course, encouraged to make sure your servers are ready for v7 with PHP8.1.

What's Changed

Full Changelog: v6.4.1...v6.4.2