16 KiB
16 KiB
v1.0.9
04/29/2021
-
- Fixed fatal error when copying a page in admin if no modal is being shown getgrav/grav#3335
v1.0.8
04/23/2021
-
- Require Admin 1.10.13
- Require Form Plugin 5.0.2
-
- Added a few missing translations
- Utilize new Admin detector to prevent Save actions that triggers unsaved notice on unload getgrav/grav-plugin-admin#2125
- Improved copying page by adding a modal for new page title and folder name
v1.0.7
04/06/2021
-
- Require Grav 1.7.10
- Added deny option support to
filepicker
field #119
-
- Prevent expert editing mode from anyone else than super users grav-plugin-admin#2094
- Fixed not being able to add new folder grav#3293
- Fixed Flex directories defined only in theme not showing up grav#3292
v1.0.6
03/30/2021
-
- Fixed automatic git-sync in admin save and delete #120
- Prevent Add Page / Add Module modals from closing if clicking on the outside overlay grav-plugin-admin#2089
v1.0.5
03/19/2021
-
- Require Grav 1.7.9
- Require Form Plugin 5.0.1
-
- Catch JSON decoding issues in controllers
-
- Fixed broken media upload/picker fields with
@self/path
notations grav#3275 - Fixed
filepicker
field not including newly uploaded and excluding newly deleted files before saving the object - Fixed
Flex Page
CRUD ACL when creating a new page #115 - Bumped dependencies versions #116
- Fixed clicking
move
button on some pages resulting in endless loading spinner grav-plugin-admin#2095
- Fixed broken media upload/picker fields with
v1.0.4
03/17/2021
v1.0.3
02/17/2021
-
- List field: added new
placement
property to decide whether to add new items at the top, bottom or based on the position of the clicked button #105
- List field: added new
- Added default styling for Flex-Objects Admin list view
-
- Fixed fatal error if configuration is missing directories #107
- Fixed case-sensitive
accept
infilepicker
field - Fixed pages admin being accessible without read/write permissions grav-plugin-admin#2053
- Fixed missing event
onAdminCreatePageFrontmatter
when creating a new page grav-plugin-auto-date#8 - Fixed missing event
onAdminAfterDelMedia
when deleting a file from a page - Fixed filepicker support for old
theme@:/
andpage@:/
notations #109 - Fixed adding the same new page twice remembering content from the last try
- Fixed saving a new page with invalid data makes blueprint fields disappear grav-plugin-admin#2068
v1.0.2
02/01/2021
-
- Require Grav 1.7.4
-
- Fixed saving page in expert mode grav#3174
v1.0.1
01/20/2021
-
- Fixed 404 when trying to edit a page with accented characters grav-plugin-admin#2026
v1.0.0
01/19/2021
-
- Added
$grav['flex_objects']->getAdminController()
method
- Added
-
- Added support for relative paths in
getLevelListing
action
- Added support for relative paths in
-
- Fixed admin not working with types that do not implement
FlexAuthorizeInterface
- Fixed bad redirect when creating new flex object and choosing to create another return to the list
- Fixed bad redirect when changing parent of new page and saving grav-plugin-admin#2014
- Fixed page forms being empty if multi-language is enabled, but there's just one language grav#3147
- Fixed copying a page within a parent with no create permission grav-plugin-admin#2002
- Fixed admin not working with types that do not implement
v1.0.0-rc.20
12/15/2020
-
- Default cookies usage to SameSite Lax grav-plugin-admin#1998
- Fixed typo #89
v1.0.0-rc.19
12/02/2020
v1.0.0-rc.18
12/02/2020
-
- Require PHP 7.3.6
-
- Fixed fatal error in admin if list view hasn't been defined
- Fixed fatal error in admin if directory throws exception
- Fixed attempts to add an existing page
- Fixed form loosing its form state if saving fails when using
ObjectController
- Fixed missing context when rendering collection in frontend
- Fixed Flex Admin activating on too old Admin plugin versions
v1.0.0-rc.17
10/07/2020
-
- Fixed media uploads for objects which do not implement
FlexAuthorizeInterface
- Fixed file picker field not recognizing
folder: @self
variants
- Fixed media uploads for objects which do not implement
v1.0.0-rc.16
09/01/2020
-
- Simplified
Flex Pages
admin not to differentiate between default language file extensions #47
- Simplified
v1.0.0-rc.15
07/22/2020
v1.0.0-rc.14
07/09/2020
v1.0.0-rc.13
07/01/2020
-
- Fixed bad link in directory listing template
- Fixed admin save task displaying error message about non-existing data type
- Fixed
pagemedia
field not uploading/deleting files right away - Fixed
Flex Pages
add, copy and move buttons appearing in edit view when no permissions - Fixed
Flex Pages
permission issues - Fixed some admin redirect issues
v1.0.0-rc.12
06/08/2020
-
- Code updates to match Grav 1.7.0-rc.12
-
- Changed class
admin-pages
toadmin-{{ target }}
#59
- Changed class
v1.0.0-rc.11
05/14/2020
-
- Added integration with Admin's new preset events to style the CSS
-
- JS Maitenance
-
- Fixed
Accounts
Configuration tab
- Fixed
v1.0.0-rc.10
04/27/2020
-
- Fixed custom actions not working
- Fixed custom folder in
mediapicker
field not working - Fixed export title when not using CVS #51
- Fixed preview in Page list view admin#1845
- Fixed
404 Not Found
error after saving a new object
v1.0.0-rc.9
03/20/2020
-
- Fixed issue with touch devices and scrollbars hidden, preventing native scrolling to work admin#1857 #1858
v1.0.0-rc.8
03/19/2020
-
- Added a basic Convert Data CLI Command. Works with
Yaml
<->Json
- Added a basic Convert Data CLI Command. Works with
-
- Fixed jump of the page when applying filters grav-admin#1830
- Fixed form resetting when validation fails grav#2764
v1.0.0-rc.7
03/05/2020
-
- Added option to change perPage amount of items in Flex List. 'All' also available by only at runtime.
-
- Page filters now obey admin hide type settings
-
- Fixed fatal error if there is missing blueprint grav#2834
- Fixed redirect when moving a page grav#2829
- Fixed no default access set when creating new user from admin #31
- Flex Pages: Fixed page visibility issues when creating a new page grav#2823
- Flex Pages: Fixed translated page having non-translated status with
system.languages.include_default_lang_file_extension: false
- Flex Pages: Fixed preview on home page
v1.0.0-rc.6
02/11/2020
-
- Pass phpstan level 1 tests
- Removed legacy classes for pages, cleanup deprecated Flex types
-
- Fixed call to
grav.flex_objects.getObject()
causing fatal error - Minor bug fixes
- Fixed call to
v1.0.0-rc.5
02/03/2020
v1.0.0-rc.4
02/03/2020
-
- Added support for arbitrary admin menu route for editing a flex type
- Added support for new improved ACL
- Added support for custom layouts by adding
/:layout_name
in url - Added support for Flex Directory specific Configuration
- Added support for action aliases (
/accounts/configure
instead of/accounts/users/:configre
) - Added Flex type
Configuration
- Enabled
Pages
,Accounts
andUser Groups
by default - Stop using deprecated
onAdminRegisterPermissions
event - Renamed directory
grav-pages
topages
- Renamed directory
grav-accounts
touser-accounts
- Renamed directory
grav-user-groups
touser-groups
-
- Flex caching settings were moved into Grav core
- Flex Objects plugin now better integrates to Grav core
-
- Fixed empty directory entries in plugin configuration
- Fixed plugin configuration displaying directories outside of the plugin
- Fixed broken blueprints if there's folder with the name of the blueprint file
- Fixed visible save button when in 404 page
- Fixed missing save location when file does not exist
- Fixed multiple ACL related issues (no access, bad links, information leaks)
- Fixed Admin Panel Page list buttons not appearing in Flex Pages
v1.0.0-rc.3
01/02/2020
-
- Added root page support for
Flex Pages
- Added root page support for
-
- Fixed after save: Edit
- Fixed JS failing on initial filters setup due to no fallback implemented #2724
v1.0.0-rc.2
12/04/2019
-
- Admin: Added support for editing
User Groups
- Admin:
Flex Pages
now support searching and filtering
- Admin: Added support for editing
-
- Hide hidden/system types (pages, accounts, user groups) from Flex Objects page type #38
v1.0.0-rc.1
11/06/2019
-
- Added directory configuration option for custom admin templates
- Added
Flex Accounts (Admin)
type to administer user accounts in Flex independently from Grav system setting - Added
Flex Pages (Admin)
type to administer pages in Flex independently from Grav system setting - Added blueprint option to hide directory from Flex Objects types page in frontend
- Deprecated all
Flex Page
classes and traits in favor of the new classes in Grav core - Moved flex object/collection templates to
templates/flex/{TYPE}
which is easier to remember - Admin: Added support customizable preview and export
-
- Admin: Allow custom title template when editing object
- Translations: rename MODULAR to MODULE everywhere
-
- Flex Pages: Fixed default language not being translated in both
translatedLanguages()
anduntranslatedLanguages()
results - Flex Pages: Language interface compatibility fixes
- Flex Pages: Fixed frontend issues with plugin events #5
- Flex Pages: Fixed
filePathClean()
andfilePathClean()
not returning file for folder - Flex Pages: Fixed multiple multi-language related issues in admin #10
- Flex Pages: Fixed raw edit mode
- File upload is broken for nested fields #34
- Flex Pages: Fixed default language not being translated in both
v1.0.0-beta.10
10/03/2019
v1.0.0-beta.9
09/26/2019
-
- Show/hide dropdown menu as needed when scrolling the page columns container left and right
-
- PHP 7.1: Fixed error when activating
Flex Pages
in Plugin parameters #13 - Flex Pages: Fixed page template cannot be changed #4
- Flex Pages: Fixed new pages being created with wrong template #22
- Flex Pages: Fixed
Preview
not working #17 - Fixed error caused by automatic path selection from cookie when destination not available #23
- Fixed breadcrumb issue in Flex Pages List #19
- Flex Pages: Fixed unable to change page template #4
- Fixed
Error 404
when adding new contact #14 - Flex Pages: Non-visible items appear in Nav menu #24
- Disabling plugin breaks saving plugin configuration #11
- PHP 7.1: Fixed error when activating