mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-02-21 14:07:58 +01:00
Use HTTP\Response and require Grav 1.7.24
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
# v1.10.24
|
||||
## mm/dd/2021
|
||||
|
||||
1. [](#new)
|
||||
* Require **Grav 1.7.24**
|
||||
2. [](#improved)
|
||||
* Use new `Http\Response` rather than deprecated `GPM\Response`
|
||||
3. [](#bugfix)
|
||||
* Fixed an issue with invalid HTML throwing errors on HTML security scanning
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md
|
||||
license: MIT
|
||||
|
||||
dependencies:
|
||||
- { name: grav, version: '>=1.7.21' }
|
||||
- { name: grav, version: '>=1.7.24' }
|
||||
- { name: form, version: '>=5.1.0' }
|
||||
- { name: login, version: '>=3.5.0' }
|
||||
- { name: email, version: '>=3.1.0' }
|
||||
|
||||
@@ -10,9 +10,9 @@ use Grav\Common\File\CompiledYamlFile;
|
||||
use Grav\Common\Flex\Types\Users\UserObject;
|
||||
use Grav\Common\GPM\GPM;
|
||||
use Grav\Common\GPM\Licenses;
|
||||
use Grav\Common\GPM\Response;
|
||||
use Grav\Common\Grav;
|
||||
use Grav\Common\Helpers\YamlLinter;
|
||||
use Grav\Common\HTTP\Response;
|
||||
use Grav\Common\Language\Language;
|
||||
use Grav\Common\Language\LanguageCodes;
|
||||
use Grav\Common\Page\Collection;
|
||||
|
||||
@@ -7,8 +7,8 @@ use Grav\Common\Grav;
|
||||
use Grav\Common\GPM\GPM as GravGPM;
|
||||
use Grav\Common\GPM\Licenses;
|
||||
use Grav\Common\GPM\Installer;
|
||||
use Grav\Common\GPM\Response;
|
||||
use Grav\Common\GPM\Upgrader;
|
||||
use Grav\Common\HTTP\Response;
|
||||
use Grav\Common\Filesystem\Folder;
|
||||
use Grav\Common\GPM\Common\Package;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user