Files
Grav-Admin-Plugin/CHANGELOG.md
2015-08-31 10:09:30 -06:00

4.7 KiB

v0.4.3

08/31/2015

    • Added Japanese translation
    • Support for independent file name and template override
    • Improved slug generation using slugify.js
    • Allow the title twig variables to set the page title
    • Improved Page media handling with several bugfixes
    • Prevent error when there are no pages on a site
    • If all updates are applied, show "Fully Updated" text in dashboard
    • Better preview link (requires rtrim filter from Grav 0.9.40)
    • Order all plugins and themes alphabetically
    • Removed duplicate language entries
    • Fix for redirect after saving when multilang not enabled
    • Fix for deleting responsive media
    • Fix for HTML encoding in markdown field

v0.4.2

08/25/2015

    • Fix for current admin lang not showing up in page lang dropdown
    • Fix for incorrect NAME/CONTENT lang keys
    • Fix for incorrect site link

v0.4.1

08/24/2015

    • Fix for broken Add Page - Doh!
    • Fix for empty site link when at root

v0.4.0

08/24/2015

    • Multi-language Page support!!!
    • Admin languages configurable per user
    • Toastr messages for check updates
    • new tu filter for admin translations
    • Italian and German admin translations
    • Added a save location in system and site configuration
    • Page metadata now uses flexible array field
    • Allow subpages of modular pages to display in pages list
    • Open external pages in new tabs
    • Reworked visibility of pages
    • Use PLUGIN_ADMIN prefix for translations
    • Added link to gravatar.com to avoid confusion on avatar
    • Limit page count to 200 in ordering field
    • Fixed various Safari flex issues
    • Use rawRoute() for page links
    • Minor param separator fixes
    • Various CSS fixes
    • Improved CodeMirror to force spaces
    • Added Selectize dropdowns to various forms and modals
    • Fix for Call to a member function path() on non-object error
    • Fixed dropdown z-index issues
    • Correctly set the filename including language if set
    • Fix for empty taxonomies on page save
    • Fix for page not redirecting properly on folder change
    • Fix for table headers styling
    • Added missing translation strings
    • Unique page counting in total page counts
    • Fixed JS warning with page filtering and deleting

v0.3.0

08/11/2015

    • Show current date in form date format fields
    • Added a new check for updates button to flush GPM
    • Added session timeout configuration for admin
    • Added isSymlink logic for Grav
    • Added new phpinfo page
    • Improved toggleables
    • Support param_separator for Apache on windows
    • Logout now goes to interstitial to provide session messages
    • Updated hints and improved formatting
    • Encoding URI for images in editor preview
    • Create user system.yaml and site.yaml if they are missing
    • Open external links in new tab by default
    • Set edit mode to normal by default
    • Disable CSS/JS pipelining in the admin
    • Fixed form submission not working in IE
    • Fix fatal error when deleting homepage
    • Prevent admin plugin activating when the URL of a page contains partial route

v0.2.0

08/06/2015

    • Added multiple clear cache types
    • Added back to themes link when adding new themes
    • Properly handles visibility and ordering and guesses best option on new
    • Added new templates field with support for custom (unsupported) template type
    • Added new display field for displaying simple text value
    • Update Grav button now works
    • Added spanish translation
    • Added german translation
    • Improved page order handling logic
    • Implemented 2-step theme switching logic with warning
    • Force modular page class for modular template
    • Clear page cache on page delete (ghost pages still showing)
    • Clears route on page save so changes such as slug are picked up
    • Fix dashboard layout in Safari
    • Added tooltips for official 'Team Grav' themes/plugins
    • Handle modular page templates on create
    • Fixed Firefox JS error for arrays
    • Ensure we don't change page type to empty and save (causing page to be deleted)
    • Fixed some minor CSS issues with editor
    • Fixed link to RocketTheme.com
    • Disabled fields now stay properly disabled

v0.1.1

08/04/2015

    • Fixed GitHub URLs
    • Hiding toggle for disabling Admin plugin
    • Removed extra text not needed

v0.1.0

08/04/2015

    • ChangeLog started...