mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2026-05-06 07:17:16 +02:00
Merge branch 'release/1.0.0' into develop
This commit is contained in:
27
CHANGELOG.md
27
CHANGELOG.md
@@ -1,3 +1,30 @@
|
||||
# v1.0.0
|
||||
## 12/11/2015
|
||||
|
||||
1. [](#new)
|
||||
* New built-in admin registration process
|
||||
* Added security check to `section` form field
|
||||
* Added new RocketTheme font with various icons
|
||||
* Add `onAdminThemeInitialized()` event to admin `Themes::init()`
|
||||
* Force timestamp on CSS/JS assets based on `GRAV_VERSION`
|
||||
* Additions for Gantry5 support
|
||||
1. [](#improved)
|
||||
* Force lowercase `username` when logging in
|
||||
* Hide markdown preview except for pages
|
||||
* Added a notice if you don't have permission to see dashboard
|
||||
* Updated admin login page logic
|
||||
* Return "Invalid Security Token" instead of "Unauthorized"
|
||||
* Throw exception if you used with built-in PHP web server
|
||||
* Updated languages
|
||||
* Removed `noreply@getgrav.org` default email address
|
||||
* Use new methods to disable CSS/JS pipeline if available
|
||||
* Various code cleanups
|
||||
1. [](#bugfix)
|
||||
* Handle case when email `from` is not configured
|
||||
* Fix tabs support in plugin/themes settings
|
||||
* Fix param separator in page media Ajax call
|
||||
* Fix favicon base URL
|
||||
|
||||
# v1.0.0-rc.7
|
||||
## 12/01/2015
|
||||
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: Admin Panel
|
||||
version: 1.0.0-rc.7
|
||||
version: 1.0.0
|
||||
description: Adds an advanced administration panel to manage your site
|
||||
icon: empire
|
||||
author:
|
||||
|
||||
Reference in New Issue
Block a user