Version 3.0.4.1
December 24, 2020
Fixed
- Snitch should again work without Two Factor Authentication
Version 3.0.4
December 23, 2020
Fixed
- Fixed problem with Snitch interfering with Two Factor Authentication
Version 3.0.3
September 24, 2020
Fixed
- Fix casing on snitch namespace in assetbundles
Version 3.0.2
August 25, 2020
Fixed
- Craft 3.5 fix - field name change from
entryId
tosourceId
Version 3.0.1
December 13, 2019
Fixed
- Issue with calling
$user->getIsGuest()
from plugininit
(before app is fully bootstrapped)
Version 3.0.0
June 2, 2019
Added
- Config
messageTemplate
for the warning message. This is parsed as twig. Default value'May also be edited by: <a href="mailto:{{user.email}}">{{user.username}}</a>.'
collidingUsers()
service andcollisionMessages()
service
Removed
- Config
message
. Use the new, more flexiblemessageTemplate
userData()
service
Version 2.1.2
May 15, 2019
Fixed
- Fixed case issue with Snitch.js vs snitch.js (and css)
Version 2.1.1
May 14, 2019
Fixed
- Rewrote the javascript polling to better serialize things. Now using jQuery queues.
Version 2.1.0
May 6, 2019
Added
- Ability to find conflicts with Fields as well as Elements
Version 2.0.3
March 29, 2019
Fixed
- Fix Javascript errors that prevented plugin from working with Two-Factor Authentication
Version 2.0.2
July 16, 2018
Fixed
- Fix PHP Warning: session_start(): Unable to clear session lock record.
Version 2.0.1
March 8, 2018
Fixed
- Case issue causing
Class marionnewlevant\snitch\assetbundles\Snitch\SnitchAsset does not exist
error
Version 2.0.0
March 14, 2017
Added
- Initial release for Craft 3