Version 3.1.0
June 17, 2025
Fixed
- Fixed a bug where the
useSeparateLogfile
setting didn't, in fact, make GeoMate write logs to its own file. #66 - Fixed a bug where cookies created by GeoMate would immediately expire if the
cookieDuration
setting was set to0
, instead of creating a session cookie. #63Changed
- GeoMate no longer attempts to start a PHP session when auto redirects are disabled via the
autoRedirectEnabled
orautoRedirectExclude
settings, or if theaddGetParameterOnRedirect
setting is set totrue
. #67
Version 3.0.0
August 7, 2024
Added
- Added support for Craft 5
Fixed
- Fixed an issue where GeoMate could prevent custom user behaviors from being registered. #60