Version 6.0.0
May 13, 2024
Changed
- Now requires PHP
8.2.0+
. - Now requires Craft
5.0.0+
.
Version 5.0.2
May 27, 2023
Changed
- Only admins are now allowed to access plugin settings.
Fixed
- Fix a warning being thrown -
Element query executed before Craft is fully initialized
.
Version 5.0.1
August 1, 2022
Fixed
- Fix an error with permissions definitions.
Version 5.0.0
July 26, 2022
Changed
- Now requires PHP
8.0.2+
. - Now requires Craft
4.0.0+
. - Renamed
verbb\patrol\models\SettingsModel
toverbb\patrol\models\Settings
. - Renamed
verbb\patrol\services\PatrolService
toverbb\patrol\services\Service
.
Version 4.0.1
July 26, 2022
Fixed
- Fix incorrect return value when detecting requested IP address.
Version 4.0.0
July 26, 2022
The plugin’s package name has changed to
verbb/patrol
. Patrol will need be updated to 4.0 from a terminal, by runningcomposer require verbb/patrol && composer remove selvinortiz/patrol
.
Changed
- Migration to
verbb/patrol
. - Now requires Craft 3.7+.
Version 3.1.3
December 19, 2019
Fixed
- Fixed issue #16 where
sslRoutingBaseUrl
was causing issue when set toempty
or/
Version 3.1.2
November 23, 2019
Fixed
- Fixed issue #12 where the requesting IP could not be determined if behind some proxies
- Fixed critical issue where Patrol would explode on sites without a proper
baseUrl
set
Version 3.1.1
August 25, 2019
Fixed
- Fixed typo in previous CHANGELOG entry
- Fixed an issue with plugin store versioning (maybe)
Updated
- Updated composer dependencies
Version 3.1.0
August 22, 2019
Added
- Added the ability to configure the
redirect status code
- Added the ability to enforce a primary domain
- Added the ability to use access tokens for dynamic IP whitelisting
- Added the ability to send a custom HTTP response if no
offline
template is set
Fixed
- Fixed an issue with improperly registered user permission for Patrol
Updated
- Updated config settings and APIs to align with Craft
Version 3.0.2
April 1, 2017
Changed
- Compatibility with newer Craft 3 versions
Version 3.0.1
February 3, 2017
Fixed
- Fixed an issue where SSL Routing was forced by default
Changed
- Updated file based settings support
Version 3.0.0
February 2, 2017
- Initial (beta) release for Craft 3