diff --git a/CHANGELOG.md b/CHANGELOG.md index 16feced..23ea6ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# v1.5.1 +## 08/23/2018 + +1. [](#new) + * Added static `Grav\Common\Yaml` class which should be used instead of `Symfony\Component\Yaml\Yaml` +1. [](#improved) + * Updated deprecated Twig code so it works in both in Twig 1.34+ and Twig 2.4+ + * Switched to new Grav Yaml class to support Native + Fallback YAML libraries +1. [](#bugfix) + * Broken handling of user folder in Grav URI object [#2151](https://github.com/getgrav/grav/issues/2151) + # v1.5.0 ## 08/17/2018 diff --git a/cache/compiled/blueprints/master-dev.hehe.net.php b/cache/compiled/blueprints/master-dev.hehe.net.php index 29927e1..fff10cd 100644 --- a/cache/compiled/blueprints/master-dev.hehe.net.php +++ b/cache/compiled/blueprints/master-dev.hehe.net.php @@ -1,37 +1,31 @@ 'Grav\\Common\\Config\\CompiledBlueprints', - 'timestamp' => 1534926821, - 'checksum' => '7c7845f798548c1030ca7baa4cf61bec', + 'timestamp' => 1535111354, + 'checksum' => '1d14f778d90686cdd66810a9bf28392f', 'files' => [ - 'user/plugins/admin/blueprints/config' => [ - 'media' => [ - 'file' => 'user/plugins/admin/blueprints/config/media.yaml', - 'modified' => 1534926555 - ] - ], 'system/blueprints/config' => [ 'media' => [ 'file' => 'system/blueprints/config/media.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'site' => [ 'file' => 'system/blueprints/config/site.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'streams' => [ 'file' => 'system/blueprints/config/streams.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'system' => [ 'file' => 'system/blueprints/config/system.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ] ], 'user/plugins' => [ 'plugins/admin' => [ 'file' => 'user/plugins/admin/blueprints.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'plugins/markdown-notices' => [ 'file' => 'user/plugins/markdown-notices/blueprints.yaml', @@ -39,7 +33,7 @@ return [ ], 'plugins/form' => [ 'file' => 'user/plugins/form/blueprints.yaml', - 'modified' => 1534926514 + 'modified' => 1535111347 ], 'plugins/login' => [ 'file' => 'user/plugins/login/blueprints.yaml', @@ -55,7 +49,7 @@ return [ ], 'plugins/taxonomylist' => [ 'file' => 'user/plugins/taxonomylist/blueprints.yaml', - 'modified' => 1533212893 + 'modified' => 1535111345 ], 'plugins/problems' => [ 'file' => 'user/plugins/problems/blueprints.yaml', @@ -72,53 +66,6 @@ return [ 'validation' => 'loose' ] ], - 'media.types' => [ - 'name' => 'media.types', - 'type' => 'list', - 'label' => 'PLUGIN_ADMIN.MEDIA_TYPES', - 'style' => 'vertical', - 'key' => 'extension', - 'controls' => 'both', - 'collapsed' => true, - 'validation' => 'loose', - 'array' => true - ], - 'media.types.*' => [ - 'type' => '_parent', - 'name' => 'media.types.*', - 'form_field' => false - ], - 'media.types.*.type' => [ - 'type' => 'text', - 'label' => 'PLUGIN_ADMIN.TYPE', - 'name' => 'media.types.*.type', - 'validation' => 'loose' - ], - 'media.types.*.thumb' => [ - 'type' => 'text', - 'label' => 'PLUGIN_ADMIN.THUMB', - 'name' => 'media.types.*.thumb', - 'validation' => 'loose' - ], - 'media.types.*.mime' => [ - 'type' => 'text', - 'label' => 'PLUGIN_ADMIN.MIME_TYPE', - 'validate' => [ - 'type' => 'lower' - ], - 'name' => 'media.types.*.mime', - 'validation' => 'loose' - ], - 'media.types.*.image' => [ - 'type' => 'textarea', - 'yaml' => true, - 'label' => 'PLUGIN_ADMIN.IMAGE_OPTIONS', - 'validate' => [ - 'type' => 'yaml' - ], - 'name' => 'media.types.*.image', - 'validation' => 'loose' - ], 'site' => [ 'type' => '_root', 'form_field' => false, @@ -173,10 +120,17 @@ return [ 'name' => 'site.taxonomies', 'validation' => 'loose' ], + 'site.content' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'site.content', + 'validation' => 'loose' + ], 'site.summary' => [ - 'type' => '_parent', + 'type' => 'section', + 'underline' => true, 'name' => 'site.summary', - 'form_field' => false + 'validation' => 'loose' ], 'site.summary.enabled' => [ 'type' => 'toggle', @@ -225,8 +179,8 @@ return [ 'validation' => 'loose' ], 'site.metadata' => [ - 'type' => 'array', - 'label' => 'PLUGIN_ADMIN.METADATA', + 'type' => 'section', + 'underline' => true, 'name' => 'site.metadata', 'validation' => 'loose' ], @@ -237,8 +191,8 @@ return [ 'validation' => 'loose' ], 'site.routes' => [ - 'type' => 'array', - 'label' => 'PLUGIN_ADMIN.CUSTOM_ROUTES', + 'type' => 'section', + 'underline' => true, 'name' => 'site.routes', 'validation' => 'loose' ], @@ -632,10 +586,17 @@ return [ 'name' => 'system.pages.frontmatter.ignore_fields', 'validation' => 'loose' ], + 'system.content' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'system.content', + 'validation' => 'loose' + ], 'system.languages' => [ - 'type' => '_parent', + 'type' => 'section', + 'underline' => true, 'name' => 'system.languages', - 'form_field' => false + 'validation' => 'loose' ], 'system.languages.supported' => [ 'type' => 'selectize', @@ -793,6 +754,12 @@ return [ 'name' => 'system.pages.vary_accept_encoding', 'validation' => 'loose' ], + 'system.http_headers' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'system.http_headers', + 'validation' => 'loose' + ], 'system.pages.markdown' => [ 'type' => '_parent', 'name' => 'system.pages.markdown', @@ -854,6 +821,12 @@ return [ 'name' => 'system.pages.markdown.escape_markup', 'validation' => 'loose' ], + 'system.markdown' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'system.markdown', + 'validation' => 'loose' + ], 'system.cache' => [ 'type' => '_parent', 'name' => 'system.cache', @@ -1056,10 +1029,17 @@ return [ 'name' => 'system.cache.redis.password', 'validation' => 'loose' ], + 'system.caching' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'system.caching', + 'validation' => 'loose' + ], 'system.twig' => [ - 'type' => '_parent', + 'type' => 'section', + 'underline' => true, 'name' => 'system.twig', - 'form_field' => false + 'validation' => 'loose' ], 'system.twig.cache' => [ 'type' => 'toggle', @@ -1132,9 +1112,10 @@ return [ 'validation' => 'loose' ], 'system.assets' => [ - 'type' => '_parent', + 'type' => 'section', + 'underline' => true, 'name' => 'system.assets', - 'form_field' => false + 'validation' => 'loose' ], 'system.assets.css_pipeline' => [ 'type' => 'toggle', @@ -1300,9 +1281,10 @@ return [ 'validation' => 'loose' ], 'system.errors' => [ - 'type' => '_parent', + 'type' => 'section', + 'underline' => true, 'name' => 'system.errors', - 'form_field' => false + 'validation' => 'loose' ], 'system.errors.display' => [ 'type' => 'select', @@ -1335,9 +1317,10 @@ return [ 'validation' => 'loose' ], 'system.debugger' => [ - 'type' => '_parent', + 'type' => 'section', + 'underline' => true, 'name' => 'system.debugger', - 'form_field' => false + 'validation' => 'loose' ], 'system.debugger.enabled' => [ 'type' => 'toggle', @@ -1443,9 +1426,10 @@ return [ 'validation' => 'loose' ], 'system.media' => [ - 'type' => '_parent', + 'type' => 'section', + 'underline' => true, 'name' => 'system.media', - 'form_field' => false + 'validation' => 'loose' ], 'system.media.enable_media_timestamp' => [ 'type' => 'toggle', @@ -1498,9 +1482,10 @@ return [ 'validation' => 'loose' ], 'system.session' => [ - 'type' => '_parent', + 'type' => 'section', + 'underline' => true, 'name' => 'system.session', - 'form_field' => false + 'validation' => 'loose' ], 'system.session.enabled' => [ 'type' => 'hidden', @@ -1821,6 +1806,12 @@ return [ 'name' => 'system.strict_mode.twig_compat', 'validation' => 'loose' ], + 'system.advanced' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'system.advanced', + 'validation' => 'loose' + ], 'plugins.admin' => [ 'type' => '_root', 'form_field' => false, @@ -1833,6 +1824,12 @@ return [ 'name' => 'plugins', 'form_field' => false ], + 'plugins.admin.Basics' => [ + 'type' => 'section', + 'underline' => false, + 'name' => 'plugins.admin.Basics', + 'validation' => 'loose' + ], 'plugins.admin.enabled' => [ 'type' => 'hidden', 'label' => 'PLUGIN_ADMIN.PLUGIN_STATUS', @@ -2131,6 +2128,19 @@ return [ 'name' => 'plugins.admin.hide_modular_page_types', 'validation' => 'loose' ], + 'plugins.admin.MediaResize' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'plugins.admin.MediaResize', + 'validation' => 'loose' + ], + 'plugins.admin.MediaResizeNote' => [ + 'type' => 'spacer', + 'text' => 'PLUGIN_ADMIN.PAGEMEDIA_RESIZER', + 'markdown' => true, + 'name' => 'plugins.admin.MediaResizeNote', + 'validation' => 'loose' + ], 'plugins.admin.pagemedia' => [ 'type' => '_parent', 'name' => 'plugins.admin.pagemedia', @@ -2221,6 +2231,12 @@ return [ 'name' => 'plugins.admin.pagemedia.resize_quality', 'validation' => 'loose' ], + 'plugins.admin.Dashboard' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'plugins.admin.Dashboard', + 'validation' => 'loose' + ], 'plugins.admin.widgets' => [ 'type' => '_parent', 'name' => 'plugins.admin.widgets', @@ -2301,6 +2317,12 @@ return [ 'name' => 'plugins.admin.widgets.dashboard-pages', 'validation' => 'loose' ], + 'plugins.admin.Notifications' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'plugins.admin.Notifications', + 'validation' => 'loose' + ], 'plugins.admin.notifications' => [ 'type' => '_parent', 'name' => 'plugins.admin.notifications', @@ -2366,6 +2388,12 @@ return [ 'name' => 'plugins.admin.notifications.themes', 'validation' => 'loose' ], + 'plugins.admin.Popularity' => [ + 'type' => 'section', + 'underline' => true, + 'name' => 'plugins.admin.Popularity', + 'validation' => 'loose' + ], 'plugins.admin.popularity' => [ 'type' => '_parent', 'name' => 'plugins.admin.popularity', @@ -2586,10 +2614,15 @@ return [ 'name' => 'plugins.form.inline_errors', 'validation' => 'strict' ], + 'plugins.form.general' => [ + 'type' => 'section', + 'name' => 'plugins.form.general', + 'validation' => 'strict' + ], 'plugins.form.files' => [ - 'type' => '_parent', + 'type' => 'section', 'name' => 'plugins.form.files', - 'form_field' => false + 'validation' => 'strict' ], 'plugins.form.files.multiple' => [ 'type' => 'toggle', @@ -2683,9 +2716,9 @@ return [ 'validation' => 'strict' ], 'plugins.form.recaptcha' => [ - 'type' => '_parent', + 'type' => 'section', 'name' => 'plugins.form.recaptcha', - 'form_field' => false + 'validation' => 'strict' ], 'plugins.form.recaptcha.site_key' => [ 'type' => 'text', @@ -2854,10 +2887,15 @@ return [ 'name' => 'plugins.login.user_registration.redirect_after_activation', 'validation' => 'loose' ], + 'plugins.login.routes' => [ + 'type' => 'section', + 'name' => 'plugins.login.routes', + 'validation' => 'loose' + ], 'plugins.login.rememberme' => [ - 'type' => '_parent', + 'type' => 'section', 'name' => 'plugins.login.rememberme', - 'form_field' => false + 'validation' => 'loose' ], 'plugins.login.rememberme.enabled' => [ 'type' => 'toggle', @@ -2892,6 +2930,11 @@ return [ 'name' => 'plugins.login.rememberme.name', 'validation' => 'loose' ], + 'plugins.login.login' => [ + 'type' => 'tab', + 'name' => 'plugins.login.login', + 'validation' => 'loose' + ], 'plugins.login.user_registration.enabled' => [ 'type' => 'toggle', 'label' => 'PLUGIN_ADMIN.ENABLED', @@ -2919,6 +2962,11 @@ return [ 'name' => 'plugins.login.user_registration.default_values', 'validation' => 'loose' ], + 'plugins.login.registration_fields' => [ + 'type' => 'section', + 'name' => 'plugins.login.registration_fields', + 'validation' => 'loose' + ], 'plugins.login.user_registration.groups' => [ 'type' => 'selectize', 'size' => 'large', @@ -2946,6 +2994,12 @@ return [ 'name' => 'plugins.login.user_registration.access.site', 'validation' => 'loose' ], + 'plugins.login.access_levels' => [ + 'type' => 'section', + 'security' => 'admin.super', + 'name' => 'plugins.login.access_levels', + 'validation' => 'loose' + ], 'plugins.login.user_registration.options' => [ 'type' => '_parent', 'name' => 'plugins.login.user_registration.options', @@ -3032,6 +3086,16 @@ return [ 'name' => 'plugins.login.user_registration.options.send_welcome_email', 'validation' => 'loose' ], + 'plugins.login.options' => [ + 'type' => 'section', + 'name' => 'plugins.login.options', + 'validation' => 'loose' + ], + 'plugins.login.registration' => [ + 'type' => 'tab', + 'name' => 'plugins.login.registration', + 'validation' => 'loose' + ], 'plugins.login.max_pw_resets_count' => [ 'type' => 'number', 'size' => 'x-small', @@ -3080,6 +3144,18 @@ return [ 'name' => 'plugins.login.max_login_interval', 'validation' => 'loose' ], + 'plugins.login.Security' => [ + 'type' => 'tab', + 'name' => 'plugins.login.Security', + 'validation' => 'loose' + ], + 'plugins.login.tabs' => [ + 'type' => 'tabs', + 'active' => 1, + 'class' => 'subtle', + 'name' => 'plugins.login.tabs', + 'validation' => 'loose' + ], 'plugins.error' => [ 'type' => '_root', 'form_field' => false, @@ -3414,17 +3490,9 @@ return [ ], 'nested' => [ - 'media' => [ - 'types' => [ - '*' => [ - 'type' => 'media.types.*.type', - 'thumb' => 'media.types.*.thumb', - 'mime' => 'media.types.*.mime', - 'image' => 'media.types.*.image' - ] - ] - ], + 'media' => 'media', 'site' => [ + 'content' => 'site.content', 'title' => 'site.title', 'default_lang' => 'site.default_lang', 'author' => [ @@ -3439,8 +3507,8 @@ return [ 'delimiter' => 'site.summary.delimiter' ], 'metadata' => 'site.metadata', - 'redirects' => 'site.redirects', - 'routes' => 'site.routes' + 'routes' => 'site.routes', + 'redirects' => 'site.redirects' ], 'streams' => [ 'schemes' => [ @@ -3448,6 +3516,7 @@ return [ ] ], 'system' => [ + 'content' => 'system.content', 'home' => [ 'alias' => 'system.home.alias', 'hide_in_urls' => 'system.home.hide_in_urls' @@ -3505,6 +3574,9 @@ return [ 'http_accept_language' => 'system.languages.http_accept_language', 'override_locale' => 'system.languages.override_locale' ], + 'http_headers' => 'system.http_headers', + 'markdown' => 'system.markdown', + 'caching' => 'system.caching', 'cache' => [ 'enabled' => 'system.cache.enabled', 'check' => [ @@ -3563,6 +3635,12 @@ return [ 'close_connection' => 'system.debugger.shutdown.close_connection' ] ], + 'media' => [ + 'enable_media_timestamp' => 'system.media.enable_media_timestamp', + 'auto_metadata_exif' => 'system.media.auto_metadata_exif', + 'allowed_fallback_types' => 'system.media.allowed_fallback_types', + 'unsupported_inline_types' => 'system.media.unsupported_inline_types' + ], 'images' => [ 'default_image_quality' => 'system.images.default_image_quality', 'cache_all' => 'system.images.cache_all', @@ -3570,12 +3648,6 @@ return [ 'debug' => 'system.images.debug', 'auto_fix_orientation' => 'system.images.auto_fix_orientation' ], - 'media' => [ - 'enable_media_timestamp' => 'system.media.enable_media_timestamp', - 'auto_metadata_exif' => 'system.media.auto_metadata_exif', - 'allowed_fallback_types' => 'system.media.allowed_fallback_types', - 'unsupported_inline_types' => 'system.media.unsupported_inline_types' - ], 'session' => [ 'enabled' => 'system.session.enabled', 'initialize' => 'system.session.initialize', @@ -3586,6 +3658,7 @@ return [ 'path' => 'system.session.path', 'split' => 'system.session.split' ], + 'advanced' => 'system.advanced', 'gpm' => [ 'releases' => 'system.gpm.releases', 'proxy_url' => 'system.gpm.proxy_url', @@ -3610,6 +3683,7 @@ return [ ], 'plugins' => [ 'admin' => [ + 'Basics' => 'plugins.admin.Basics', 'enabled' => 'plugins.admin.enabled', 'cache_enabled' => 'plugins.admin.cache_enabled', 'twofa_enabled' => 'plugins.admin.twofa_enabled', @@ -3643,6 +3717,8 @@ return [ ], 'hide_page_types' => 'plugins.admin.hide_page_types', 'hide_modular_page_types' => 'plugins.admin.hide_modular_page_types', + 'MediaResize' => 'plugins.admin.MediaResize', + 'MediaResizeNote' => 'plugins.admin.MediaResizeNote', 'pagemedia' => [ 'resize_width' => 'plugins.admin.pagemedia.resize_width', 'resize_height' => 'plugins.admin.pagemedia.resize_height', @@ -3652,6 +3728,7 @@ return [ 'res_max_height' => 'plugins.admin.pagemedia.res_max_height', 'resize_quality' => 'plugins.admin.pagemedia.resize_quality' ], + 'Dashboard' => 'plugins.admin.Dashboard', 'widgets' => [ 'dashboard-maintenance' => 'plugins.admin.widgets.dashboard-maintenance', 'dashboard-statistics' => 'plugins.admin.widgets.dashboard-statistics', @@ -3659,12 +3736,14 @@ return [ 'dashboard-feed' => 'plugins.admin.widgets.dashboard-feed', 'dashboard-pages' => 'plugins.admin.widgets.dashboard-pages' ], + 'Notifications' => 'plugins.admin.Notifications', 'notifications' => [ 'feed' => 'plugins.admin.notifications.feed', 'dashboard' => 'plugins.admin.notifications.dashboard', 'plugins' => 'plugins.admin.notifications.plugins', 'themes' => 'plugins.admin.notifications.themes' ], + 'Popularity' => 'plugins.admin.Popularity', 'popularity' => [ 'enabled' => 'plugins.admin.popularity.enabled', 'ignore' => 'plugins.admin.popularity.ignore', @@ -3685,6 +3764,7 @@ return [ ], 'form' => [ 'enabled' => 'plugins.form.enabled', + 'general' => 'plugins.form.general', 'built_in_css' => 'plugins.form.built_in_css', 'inline_css' => 'plugins.form.inline_css', 'refresh_prevention' => 'plugins.form.refresh_prevention', @@ -3705,6 +3785,8 @@ return [ ] ], 'login' => [ + 'tabs' => 'plugins.login.tabs', + 'login' => 'plugins.login.login', 'enabled' => 'plugins.login.enabled', 'built_in_css' => 'plugins.login.built_in_css', 'route' => 'plugins.login.route', @@ -3716,6 +3798,7 @@ return [ 'parent_acl' => 'plugins.login.parent_acl', 'dynamic_page_visibility' => 'plugins.login.dynamic_page_visibility', 'protect_protected_page_media' => 'plugins.login.protect_protected_page_media', + 'routes' => 'plugins.login.routes', 'route_activate' => 'plugins.login.route_activate', 'route_register' => 'plugins.login.route_register', 'user_registration' => [ @@ -3742,6 +3825,11 @@ return [ 'timeout' => 'plugins.login.rememberme.timeout', 'name' => 'plugins.login.rememberme.name' ], + 'registration' => 'plugins.login.registration', + 'registration_fields' => 'plugins.login.registration_fields', + 'access_levels' => 'plugins.login.access_levels', + 'options' => 'plugins.login.options', + 'Security' => 'plugins.login.Security', 'max_pw_resets_count' => 'plugins.login.max_pw_resets_count', 'max_pw_resets_interval' => 'plugins.login.max_pw_resets_interval', 'max_login_count' => 'plugins.login.max_login_count', diff --git a/cache/compiled/config/master-dev.hehe.net.php b/cache/compiled/config/master-dev.hehe.net.php index b70bb87..ebb02fa 100644 --- a/cache/compiled/config/master-dev.hehe.net.php +++ b/cache/compiled/config/master-dev.hehe.net.php @@ -1,8 +1,8 @@ 'Grav\\Common\\Config\\CompiledConfig', - 'timestamp' => 1534926821, - 'checksum' => '8ae2b79a456495018fd7e52291726ebf', + 'timestamp' => 1535111354, + 'checksum' => '0606ec3bf08c69f617c790931359ad60', 'files' => [ 'user/config' => [ 'media' => [ @@ -33,25 +33,25 @@ return [ 'system/config' => [ 'media' => [ 'file' => 'system/config/media.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'site' => [ 'file' => 'system/config/site.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'streams' => [ 'file' => 'system/config/streams.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'system' => [ 'file' => 'system/config/system.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ] ], 'user/plugins' => [ 'plugins/admin' => [ 'file' => 'user/plugins/admin/admin.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'plugins/markdown-notices' => [ 'file' => 'user/plugins/markdown-notices/markdown-notices.yaml', @@ -59,7 +59,7 @@ return [ ], 'plugins/form' => [ 'file' => 'user/plugins/form/form.yaml', - 'modified' => 1534926514 + 'modified' => 1535111347 ], 'plugins/login' => [ 'file' => 'user/plugins/login/login.yaml', @@ -75,7 +75,7 @@ return [ ], 'plugins/taxonomylist' => [ 'file' => 'user/plugins/taxonomylist/taxonomylist.yaml', - 'modified' => 1533212893 + 'modified' => 1535111345 ], 'plugins/problems' => [ 'file' => 'user/plugins/problems/problems.yaml', diff --git a/cache/compiled/files/04a1306b66d6f4bb13fb01834809ab14.yaml.php b/cache/compiled/files/04a1306b66d6f4bb13fb01834809ab14.yaml.php index f370ace..67fc7ba 100644 --- a/cache/compiled/files/04a1306b66d6f4bb13fb01834809ab14.yaml.php +++ b/cache/compiled/files/04a1306b66d6f4bb13fb01834809ab14.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/ru.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/05f59962bbd7d72ad298d1f024f041f6.yaml.php b/cache/compiled/files/05f59962bbd7d72ad298d1f024f041f6.yaml.php index 46ca147..ca25a4f 100644 --- a/cache/compiled/files/05f59962bbd7d72ad298d1f024f041f6.yaml.php +++ b/cache/compiled/files/05f59962bbd7d72ad298d1f024f041f6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/tr.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'NICETIME' => [ 'NO_DATE_PROVIDED' => 'Tarih yok', diff --git a/cache/compiled/files/062249916a5cedbb1957c8c4556718f0.yaml.php b/cache/compiled/files/062249916a5cedbb1957c8c4556718f0.yaml.php index 2dc9e47..2f7a355 100644 --- a/cache/compiled/files/062249916a5cedbb1957c8c4556718f0.yaml.php +++ b/cache/compiled/files/062249916a5cedbb1957c8c4556718f0.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => 'plugins://form/form.yaml', - 'modified' => 1534926514, + 'modified' => 1535111347, 'data' => [ 'enabled' => true, 'built_in_css' => true, diff --git a/cache/compiled/files/0d2da667786a73853450aaf120517eb4.yaml.php b/cache/compiled/files/0d2da667786a73853450aaf120517eb4.yaml.php index 9e07665..463dc6e 100644 --- a/cache/compiled/files/0d2da667786a73853450aaf120517eb4.yaml.php +++ b/cache/compiled/files/0d2da667786a73853450aaf120517eb4.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/config/streams.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'schemes' => [ 'image' => [ diff --git a/cache/compiled/files/0dd9a7d8836ba4b636a58c1326c33c26.yaml.php b/cache/compiled/files/0dd9a7d8836ba4b636a58c1326c33c26.yaml.php index 7f8d514..3a748f7 100644 --- a/cache/compiled/files/0dd9a7d8836ba4b636a58c1326c33c26.yaml.php +++ b/cache/compiled/files/0dd9a7d8836ba4b636a58c1326c33c26.yaml.php @@ -2,10 +2,10 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/form/blueprints.yaml', - 'modified' => 1534926514, + 'modified' => 1535111347, 'data' => [ 'name' => 'Form', - 'version' => '2.16.1', + 'version' => '2.16.2', 'description' => 'Enables the forms handling', 'icon' => 'check-square', 'author' => [ @@ -20,7 +20,7 @@ return [ 'dependencies' => [ 0 => [ 'name' => 'grav', - 'version' => '>=1.4.5' + 'version' => '>=1.5.1' ] ], 'form' => [ diff --git a/cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php b/cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php index d45a723..2b35ff7 100644 --- a/cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php +++ b/cache/compiled/files/0f2a7a81155c939e99a6a07e5e5bd52f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => 'plugins://admin/admin.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'enabled' => true, 'route' => '/admin', diff --git a/cache/compiled/files/0f4f49ac3e19cacf4af6c37b510a22c5.yaml.php b/cache/compiled/files/0f4f49ac3e19cacf4af6c37b510a22c5.yaml.php index b1b8e14..96747d2 100644 --- a/cache/compiled/files/0f4f49ac3e19cacf4af6c37b510a22c5.yaml.php +++ b/cache/compiled/files/0f4f49ac3e19cacf4af6c37b510a22c5.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/uk.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/15949dda78599b1b59f14b332d09ed0d.yaml.php b/cache/compiled/files/15949dda78599b1b59f14b332d09ed0d.yaml.php index 2bf622c..e20ac80 100644 --- a/cache/compiled/files/15949dda78599b1b59f14b332d09ed0d.yaml.php +++ b/cache/compiled/files/15949dda78599b1b59f14b332d09ed0d.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/config/site.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'title' => 'PLUGIN_ADMIN.SITE', 'form' => [ diff --git a/cache/compiled/files/1a2922121c27858590a542886738053e.yaml.php b/cache/compiled/files/1a2922121c27858590a542886738053e.yaml.php index a5c92c2..af847ab 100644 --- a/cache/compiled/files/1a2922121c27858590a542886738053e.yaml.php +++ b/cache/compiled/files/1a2922121c27858590a542886738053e.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/th.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'นี่เป็นรุ่นทดลอง หากคุณใช้บนเว็บจริงคุณต้องยอมรับในความเสี่ยงนั้นเอง', diff --git a/cache/compiled/files/1b026de321ea416ee7d1fe33416b69c6.yaml.php b/cache/compiled/files/1b026de321ea416ee7d1fe33416b69c6.yaml.php index bd2ff3a..1cc89e3 100644 --- a/cache/compiled/files/1b026de321ea416ee7d1fe33416b69c6.yaml.php +++ b/cache/compiled/files/1b026de321ea416ee7d1fe33416b69c6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ro.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Aceasta este o versiune Beta! Folosiți-o pe propiul risc...', diff --git a/cache/compiled/files/1b969aca5d6328bf9d33b1f4ec9b4493.yaml.php b/cache/compiled/files/1b969aca5d6328bf9d33b1f4ec9b4493.yaml.php index 08f0bdf..f6bbd87 100644 --- a/cache/compiled/files/1b969aca5d6328bf9d33b1f4ec9b4493.yaml.php +++ b/cache/compiled/files/1b969aca5d6328bf9d33b1f4ec9b4493.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/config/system.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'absolute_urls' => false, 'timezone' => '', diff --git a/cache/compiled/files/1cc8180f1d26a87e25f18ecd69e4cc93.yaml.php b/cache/compiled/files/1cc8180f1d26a87e25f18ecd69e4cc93.yaml.php index c1a27c5..cb8cb12 100644 --- a/cache/compiled/files/1cc8180f1d26a87e25f18ecd69e4cc93.yaml.php +++ b/cache/compiled/files/1cc8180f1d26a87e25f18ecd69e4cc93.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/ja.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/1d99f13bc91cd9a3a4f487c1607188c6.yaml.php b/cache/compiled/files/1d99f13bc91cd9a3a4f487c1607188c6.yaml.php index 7a70e99..4da70ae 100644 --- a/cache/compiled/files/1d99f13bc91cd9a3a4f487c1607188c6.yaml.php +++ b/cache/compiled/files/1d99f13bc91cd9a3a4f487c1607188c6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/de.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/1e06f4f188e03b957785862ffbf6d9bc.yaml.php b/cache/compiled/files/1e06f4f188e03b957785862ffbf6d9bc.yaml.php index eaef128..1305290 100644 --- a/cache/compiled/files/1e06f4f188e03b957785862ffbf6d9bc.yaml.php +++ b/cache/compiled/files/1e06f4f188e03b957785862ffbf6d9bc.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/cy.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Mae hwn yn fersiwn beta! Defnyddio hwn yn cynhyrchu ar risg eich hun...', diff --git a/cache/compiled/files/1fabaddab4e66ce91cb92200410fa97b.yaml.php b/cache/compiled/files/1fabaddab4e66ce91cb92200410fa97b.yaml.php index f495b57..e7ea1c7 100644 --- a/cache/compiled/files/1fabaddab4e66ce91cb92200410fa97b.yaml.php +++ b/cache/compiled/files/1fabaddab4e66ce91cb92200410fa97b.yaml.php @@ -2,10 +2,10 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/taxonomylist/blueprints.yaml', - 'modified' => 1533212893, + 'modified' => 1535111345, 'data' => [ 'name' => 'Taxonomy List', - 'version' => '1.3.2', + 'version' => '1.3.3', 'description' => 'With the **TaxonomyList plugin** you can easily create list of **taxonomy** items such as **tags**, **categories**, etc.', 'icon' => 'tag', 'author' => [ diff --git a/cache/compiled/files/21734e2c1e7129df7b081b625a5fb71b.yaml.php b/cache/compiled/files/21734e2c1e7129df7b081b625a5fb71b.yaml.php index 4d88d8c..8fe8cd1 100644 --- a/cache/compiled/files/21734e2c1e7129df7b081b625a5fb71b.yaml.php +++ b/cache/compiled/files/21734e2c1e7129df7b081b625a5fb71b.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/move.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'form' => [ 'validation' => 'loose', diff --git a/cache/compiled/files/229c8cd023d8514d19acc8eb40374901.yaml.php b/cache/compiled/files/229c8cd023d8514d19acc8eb40374901.yaml.php index 461ca96..c52eec3 100644 --- a/cache/compiled/files/229c8cd023d8514d19acc8eb40374901.yaml.php +++ b/cache/compiled/files/229c8cd023d8514d19acc8eb40374901.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/ca.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/27dcb1665a3cf40bd459d0bec39a8c0a.yaml.php b/cache/compiled/files/27dcb1665a3cf40bd459d0bec39a8c0a.yaml.php index f5cb4d3..820d865 100644 --- a/cache/compiled/files/27dcb1665a3cf40bd459d0bec39a8c0a.yaml.php +++ b/cache/compiled/files/27dcb1665a3cf40bd459d0bec39a8c0a.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/sv.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Detta är en betaversion! Använd i produktion på egen risk...', diff --git a/cache/compiled/files/33c2e6d21978d812b95fd944408e3b80.yaml.php b/cache/compiled/files/33c2e6d21978d812b95fd944408e3b80.yaml.php index ecce042..d3d37a3 100644 --- a/cache/compiled/files/33c2e6d21978d812b95fd944408e3b80.yaml.php +++ b/cache/compiled/files/33c2e6d21978d812b95fd944408e3b80.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/lt.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'INFLECTOR_UNCOUNTABLE' => [ 2 => 'ryžiai', diff --git a/cache/compiled/files/37863e0a6708b9a5ac3122ca9067047a.yaml.php b/cache/compiled/files/37863e0a6708b9a5ac3122ca9067047a.yaml.php index e47ea9d..9a7fa14 100644 --- a/cache/compiled/files/37863e0a6708b9a5ac3122ca9067047a.yaml.php +++ b/cache/compiled/files/37863e0a6708b9a5ac3122ca9067047a.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/sv.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- titel: %1$s --- # Fel: Ogiltig Frontmatter-sökväg: `%2$s` **%3$s** ``` %4$s ```', 'NICETIME' => [ diff --git a/cache/compiled/files/3848500ad3033bfa4f54ee23e0abdbcd.yaml.php b/cache/compiled/files/3848500ad3033bfa4f54ee23e0abdbcd.yaml.php index 566806f..d213564 100644 --- a/cache/compiled/files/3848500ad3033bfa4f54ee23e0abdbcd.yaml.php +++ b/cache/compiled/files/3848500ad3033bfa4f54ee23e0abdbcd.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/no.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Dette er en betaversjon! Bruk denne i produksjon på egen risiko...', diff --git a/cache/compiled/files/3c65edadcb39e7986247eb4af6097fb5.yaml.php b/cache/compiled/files/3c65edadcb39e7986247eb4af6097fb5.yaml.php index efda5cf..c4898db 100644 --- a/cache/compiled/files/3c65edadcb39e7986247eb4af6097fb5.yaml.php +++ b/cache/compiled/files/3c65edadcb39e7986247eb4af6097fb5.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/lt.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Tai Grav administravimo įskiepio beta versija! Naudokite atsargiai...', diff --git a/cache/compiled/files/3d865bcfc8868b7e81dc36491ce2dd56.yaml.php b/cache/compiled/files/3d865bcfc8868b7e81dc36491ce2dd56.yaml.php index 6db1b15..101a655 100644 --- a/cache/compiled/files/3d865bcfc8868b7e81dc36491ce2dd56.yaml.php +++ b/cache/compiled/files/3d865bcfc8868b7e81dc36491ce2dd56.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/zh.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => '這是 Beta 版!如果要用在營運中請自行承擔風險…', diff --git a/cache/compiled/files/40d5dc194878264122202ea3b87f3ec6.yaml.php b/cache/compiled/files/40d5dc194878264122202ea3b87f3ec6.yaml.php index 9c25699..07cb136 100644 --- a/cache/compiled/files/40d5dc194878264122202ea3b87f3ec6.yaml.php +++ b/cache/compiled/files/40d5dc194878264122202ea3b87f3ec6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/th.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- ชื่อเรื่อง: %1$s diff --git a/cache/compiled/files/41e27877bae384c98ac5a023db4b7036.yaml.php b/cache/compiled/files/41e27877bae384c98ac5a023db4b7036.yaml.php index 268db5f..897418e 100644 --- a/cache/compiled/files/41e27877bae384c98ac5a023db4b7036.yaml.php +++ b/cache/compiled/files/41e27877bae384c98ac5a023db4b7036.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/config/system.yaml', - 'modified' => 1534765162, + 'modified' => 1534926821, 'data' => [ 'absolute_urls' => false, 'param_sep' => ':', @@ -18,8 +18,8 @@ return [ 'translations' => true, 'translations_fallback' => true, 'session_store_active' => false, - 'http_accept_language' => false, - 'override_locale' => false + 'http_accept_language' => true, + 'override_locale' => true ], 'home' => [ 'alias' => '/projets', @@ -51,7 +51,7 @@ return [ ], 'markdown' => [ 'extra' => false, - 'auto_line_breaks' => false, + 'auto_line_breaks' => true, 'auto_url_links' => false, 'escape_markup' => false, 'special_chars' => [ @@ -167,6 +167,10 @@ return [ 'method' => 'auto', 'verify_peer' => true, 'official_gpm_only' => true + ], + 'strict_mode' => [ + 'yaml_compat' => true, + 'twig_compat' => true ] ] ]; diff --git a/cache/compiled/files/4657a2a0258cbddb389b59d4fd34533c.yaml.php b/cache/compiled/files/4657a2a0258cbddb389b59d4fd34533c.yaml.php index b2921e4..9fadd4a 100644 --- a/cache/compiled/files/4657a2a0258cbddb389b59d4fd34533c.yaml.php +++ b/cache/compiled/files/4657a2a0258cbddb389b59d4fd34533c.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/da.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- Titel: %1$s diff --git a/cache/compiled/files/4bf42f411de26a33b8da2fc4aa044ec2.yaml.php b/cache/compiled/files/4bf42f411de26a33b8da2fc4aa044ec2.yaml.php index c3684c2..ad9ea5e 100644 --- a/cache/compiled/files/4bf42f411de26a33b8da2fc4aa044ec2.yaml.php +++ b/cache/compiled/files/4bf42f411de26a33b8da2fc4aa044ec2.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/modular_new.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'rules' => [ 'slug' => [ diff --git a/cache/compiled/files/4e975a80172a3b74f7720ce0b158d3f4.yaml.php b/cache/compiled/files/4e975a80172a3b74f7720ce0b158d3f4.yaml.php index 03817c3..a6b1296 100644 --- a/cache/compiled/files/4e975a80172a3b74f7720ce0b158d3f4.yaml.php +++ b/cache/compiled/files/4e975a80172a3b74f7720ce0b158d3f4.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/cs.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Jedná se o beta verzi! V ostrém provozu používejte pouze na vlastní nebezpečí...', diff --git a/cache/compiled/files/4f55af9038df4916c0c718d31dc58d6d.yaml.php b/cache/compiled/files/4f55af9038df4916c0c718d31dc58d6d.yaml.php index 8e42f02..7cfc236 100644 --- a/cache/compiled/files/4f55af9038df4916c0c718d31dc58d6d.yaml.php +++ b/cache/compiled/files/4f55af9038df4916c0c718d31dc58d6d.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/themes/grav/templates/forms/fields/iconpicker/icons.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'icons' => [ 0 => [ diff --git a/cache/compiled/files/5098d1c22c27de6ec30bc840f4cb9b3c.yaml.php b/cache/compiled/files/5098d1c22c27de6ec30bc840f4cb9b3c.yaml.php index 3c3c26c..34e3c30 100644 --- a/cache/compiled/files/5098d1c22c27de6ec30bc840f4cb9b3c.yaml.php +++ b/cache/compiled/files/5098d1c22c27de6ec30bc840f4cb9b3c.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/fi.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Tämä on beta-versio! Käyttö tuotannossa omalla vastuulla...', diff --git a/cache/compiled/files/55d74ef21936a1ebd5b673cb741faa87.yaml.php b/cache/compiled/files/55d74ef21936a1ebd5b673cb741faa87.yaml.php index d0dbe92..a75343a 100644 --- a/cache/compiled/files/55d74ef21936a1ebd5b673cb741faa87.yaml.php +++ b/cache/compiled/files/55d74ef21936a1ebd5b673cb741faa87.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ko.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => '이것은 베타입니다! 개인적으로 사용할시 위험할수있습니다...', diff --git a/cache/compiled/files/56454e1adcd223940fdbb442a8c737b2.yaml.php b/cache/compiled/files/56454e1adcd223940fdbb442a8c737b2.yaml.php index 2a1772d..a736083 100644 --- a/cache/compiled/files/56454e1adcd223940fdbb442a8c737b2.yaml.php +++ b/cache/compiled/files/56454e1adcd223940fdbb442a8c737b2.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/es.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => '¡Ésta es una versión Beta! Utilízala en producción bajo tu propio riesgo...', diff --git a/cache/compiled/files/5f49fb96e0bfb0bf157b7d13dfcf171f.yaml.php b/cache/compiled/files/5f49fb96e0bfb0bf157b7d13dfcf171f.yaml.php index 0a9dc31..94c57f1 100644 --- a/cache/compiled/files/5f49fb96e0bfb0bf157b7d13dfcf171f.yaml.php +++ b/cache/compiled/files/5f49fb96e0bfb0bf157b7d13dfcf171f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/da.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Dette er en beta-udgivelse! Brug i produktionsmiljøer er på egen risiko...', diff --git a/cache/compiled/files/61cf34725d4d72e1952c2917ed0d563b.yaml.php b/cache/compiled/files/61cf34725d4d72e1952c2917ed0d563b.yaml.php index a16301d..bccb99b 100644 --- a/cache/compiled/files/61cf34725d4d72e1952c2917ed0d563b.yaml.php +++ b/cache/compiled/files/61cf34725d4d72e1952c2917ed0d563b.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/ar.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- العنوان: %1$s diff --git a/cache/compiled/files/639c5b36a2a750ad048ecb6130640b2f.yaml.php b/cache/compiled/files/639c5b36a2a750ad048ecb6130640b2f.yaml.php index d4c96d4..1bec23b 100644 --- a/cache/compiled/files/639c5b36a2a750ad048ecb6130640b2f.yaml.php +++ b/cache/compiled/files/639c5b36a2a750ad048ecb6130640b2f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/hu.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Ez egy béta kiadás! Éles környezetben csak saját felelősségre használd...', diff --git a/cache/compiled/files/642b3336ff69c44cce1106dc2223869f.yaml.php b/cache/compiled/files/642b3336ff69c44cce1106dc2223869f.yaml.php index 4fcf213..181f116 100644 --- a/cache/compiled/files/642b3336ff69c44cce1106dc2223869f.yaml.php +++ b/cache/compiled/files/642b3336ff69c44cce1106dc2223869f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ca.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Aquesta és una versió beta! Utilitza-la en producció sota el teu propi risc...', diff --git a/cache/compiled/files/67bbf38cee00718e8133110faf224d1b.yaml.php b/cache/compiled/files/67bbf38cee00718e8133110faf224d1b.yaml.php index c993c99..833659f 100644 --- a/cache/compiled/files/67bbf38cee00718e8133110faf224d1b.yaml.php +++ b/cache/compiled/files/67bbf38cee00718e8133110faf224d1b.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/bg.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Това е Бета версия! Използвате на ваша отговорност...', diff --git a/cache/compiled/files/71cd32c5b9c2aa352f39ec81ec3f63db.yaml.php b/cache/compiled/files/71cd32c5b9c2aa352f39ec81ec3f63db.yaml.php index 0c95b26..c11b0e9 100644 --- a/cache/compiled/files/71cd32c5b9c2aa352f39ec81ec3f63db.yaml.php +++ b/cache/compiled/files/71cd32c5b9c2aa352f39ec81ec3f63db.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/fa.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'این یک نسخه تکمیل نشده است! استفاده از آن در محصولتان شمارا با خطر مواجه میکند...', diff --git a/cache/compiled/files/77fd3a6abfed7543d0fac828465921d0.yaml.php b/cache/compiled/files/77fd3a6abfed7543d0fac828465921d0.yaml.php index 3ca49f4..953480e 100644 --- a/cache/compiled/files/77fd3a6abfed7543d0fac828465921d0.yaml.php +++ b/cache/compiled/files/77fd3a6abfed7543d0fac828465921d0.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/fi.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'NICETIME' => [ 'NO_DATE_PROVIDED' => 'Päivämäärää ei annettu', diff --git a/cache/compiled/files/7a1d412a28997af105809208db231ad4.yaml.php b/cache/compiled/files/7a1d412a28997af105809208db231ad4.yaml.php index b862a10..a8b094d 100644 --- a/cache/compiled/files/7a1d412a28997af105809208db231ad4.yaml.php +++ b/cache/compiled/files/7a1d412a28997af105809208db231ad4.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/he.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'זוהי מהדורת ביתא! השימוש על אחריותכם בלבד...', diff --git a/cache/compiled/files/7af6513aebd619518e6be3107959333f.yaml.php b/cache/compiled/files/7af6513aebd619518e6be3107959333f.yaml.php index 77570f0..d41d059 100644 --- a/cache/compiled/files/7af6513aebd619518e6be3107959333f.yaml.php +++ b/cache/compiled/files/7af6513aebd619518e6be3107959333f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/no.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- Tittel: %1$s diff --git a/cache/compiled/files/7d40baafd3052995f3938ec15ff590c4.yaml.php b/cache/compiled/files/7d40baafd3052995f3938ec15ff590c4.yaml.php index 51e42a3..3772ecd 100644 --- a/cache/compiled/files/7d40baafd3052995f3938ec15ff590c4.yaml.php +++ b/cache/compiled/files/7d40baafd3052995f3938ec15ff590c4.yaml.php @@ -2,10 +2,10 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'name' => 'Admin Panel', - 'version' => '1.8.8', + 'version' => '1.8.9', 'description' => 'Adds an advanced administration panel to manage your site', 'icon' => 'empire', 'author' => [ @@ -21,7 +21,7 @@ return [ 'dependencies' => [ 0 => [ 'name' => 'grav', - 'version' => '>=1.4.5' + 'version' => '>=1.5.1' ], 1 => [ 'name' => 'form', diff --git a/cache/compiled/files/7d9a5f83ee3005127ccedfdff4b90928.yaml.php b/cache/compiled/files/7d9a5f83ee3005127ccedfdff4b90928.yaml.php index 6265316..5e12974 100644 --- a/cache/compiled/files/7d9a5f83ee3005127ccedfdff4b90928.yaml.php +++ b/cache/compiled/files/7d9a5f83ee3005127ccedfdff4b90928.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/de.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Dies ist eine Beta-Version! Benutzung auf eigene Gefahr...', diff --git a/cache/compiled/files/8432f109d9a427826b89fb667cc347d2.yaml.php b/cache/compiled/files/8432f109d9a427826b89fb667cc347d2.yaml.php index f819278..13692cc 100644 --- a/cache/compiled/files/8432f109d9a427826b89fb667cc347d2.yaml.php +++ b/cache/compiled/files/8432f109d9a427826b89fb667cc347d2.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/hr.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'INFLECTOR_UNCOUNTABLE' => [ 0 => 'oprema', diff --git a/cache/compiled/files/843968390de4829b5003777d2bf8762c.yaml.php b/cache/compiled/files/843968390de4829b5003777d2bf8762c.yaml.php index 2bd93da..d45e0a3 100644 --- a/cache/compiled/files/843968390de4829b5003777d2bf8762c.yaml.php +++ b/cache/compiled/files/843968390de4829b5003777d2bf8762c.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/new_folder.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'rules' => [ 'slug' => [ diff --git a/cache/compiled/files/8559710faed4c678dc88a52e04d777c4.yaml.php b/cache/compiled/files/8559710faed4c678dc88a52e04d777c4.yaml.php index 796eaab..2a012ed 100644 --- a/cache/compiled/files/8559710faed4c678dc88a52e04d777c4.yaml.php +++ b/cache/compiled/files/8559710faed4c678dc88a52e04d777c4.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/sk.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'NICETIME' => [ 'NO_DATE_PROVIDED' => 'Neposkytnutý žiaden dátum', diff --git a/cache/compiled/files/899f8dd621585666619b7606cffdd1bf.yaml.php b/cache/compiled/files/899f8dd621585666619b7606cffdd1bf.yaml.php index 50ae87a..b9a8b59 100644 --- a/cache/compiled/files/899f8dd621585666619b7606cffdd1bf.yaml.php +++ b/cache/compiled/files/899f8dd621585666619b7606cffdd1bf.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/uk.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Це бета-реліз! Використовуйте його на продуктовому сервері на свій страх і ризик...', diff --git a/cache/compiled/files/89fa452ebde93b807fff9beb7e7e2d90.yaml.php b/cache/compiled/files/89fa452ebde93b807fff9beb7e7e2d90.yaml.php index 0fd77c5..4706d96 100644 --- a/cache/compiled/files/89fa452ebde93b807fff9beb7e7e2d90.yaml.php +++ b/cache/compiled/files/89fa452ebde93b807fff9beb7e7e2d90.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/it.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Questa è una versione beta! Usare in produzione a proprio rischio e pericolo…', diff --git a/cache/compiled/files/8f26fb81af650138fea74f7279aa8ce4.yaml.php b/cache/compiled/files/8f26fb81af650138fea74f7279aa8ce4.yaml.php index d052850..692c06f 100644 --- a/cache/compiled/files/8f26fb81af650138fea74f7279aa8ce4.yaml.php +++ b/cache/compiled/files/8f26fb81af650138fea74f7279aa8ce4.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/nl.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'INFLECTOR_IRREGULAR' => [ 'person' => 'personen', diff --git a/cache/compiled/files/911bbc239da376f30bac56ce83d6773c.yaml.php b/cache/compiled/files/911bbc239da376f30bac56ce83d6773c.yaml.php index 8699fb5..dfd3cd7 100644 --- a/cache/compiled/files/911bbc239da376f30bac56ce83d6773c.yaml.php +++ b/cache/compiled/files/911bbc239da376f30bac56ce83d6773c.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/user/account.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'title' => 'Account', 'form' => [ diff --git a/cache/compiled/files/96ad0a6d5b057c8b625fc23bcb004b9f.yaml.php b/cache/compiled/files/96ad0a6d5b057c8b625fc23bcb004b9f.yaml.php index 0361862..c8b6c3a 100644 --- a/cache/compiled/files/96ad0a6d5b057c8b625fc23bcb004b9f.yaml.php +++ b/cache/compiled/files/96ad0a6d5b057c8b625fc23bcb004b9f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/pl.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'To jest wersja Beta! Używasz jej w produkcji na własne ryzyko...', diff --git a/cache/compiled/files/993a9e2390c3aac6fd1bfb5b623c92d9.yaml.php b/cache/compiled/files/993a9e2390c3aac6fd1bfb5b623c92d9.yaml.php index c3b4250..cb975cd 100644 --- a/cache/compiled/files/993a9e2390c3aac6fd1bfb5b623c92d9.yaml.php +++ b/cache/compiled/files/993a9e2390c3aac6fd1bfb5b623c92d9.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/hu.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- cím: %1$s diff --git a/cache/compiled/files/99e81a123d9ab0a9536ecdf46aa8dc72.yaml.php b/cache/compiled/files/99e81a123d9ab0a9536ecdf46aa8dc72.yaml.php index 7e57f12..33d10d0 100644 --- a/cache/compiled/files/99e81a123d9ab0a9536ecdf46aa8dc72.yaml.php +++ b/cache/compiled/files/99e81a123d9ab0a9536ecdf46aa8dc72.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/config/streams.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'title' => 'PLUGIN_ADMIN.FILE_STREAMS', 'form' => [ diff --git a/cache/compiled/files/9ae8f884a09f1cf1dfb88b19e3eb5d1e.yaml.php b/cache/compiled/files/9ae8f884a09f1cf1dfb88b19e3eb5d1e.yaml.php index 012dee0..36cc3f6 100644 --- a/cache/compiled/files/9ae8f884a09f1cf1dfb88b19e3eb5d1e.yaml.php +++ b/cache/compiled/files/9ae8f884a09f1cf1dfb88b19e3eb5d1e.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/ro.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- Titlu: %1$s diff --git a/cache/compiled/files/9b1c2b6f3afa1d434db4315a0222f4b7.yaml.php b/cache/compiled/files/9b1c2b6f3afa1d434db4315a0222f4b7.yaml.php index 4fcbcda..2a62c08 100644 --- a/cache/compiled/files/9b1c2b6f3afa1d434db4315a0222f4b7.yaml.php +++ b/cache/compiled/files/9b1c2b6f3afa1d434db4315a0222f4b7.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/et.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Tegemist on beeta-versiooniga! Kasutamine töötaval veebilehel oma vastutusel...', diff --git a/cache/compiled/files/9ce149981a45683a8145696300f64b83.yaml.php b/cache/compiled/files/9ce149981a45683a8145696300f64b83.yaml.php index 3d7ca51..d5addaa 100644 --- a/cache/compiled/files/9ce149981a45683a8145696300f64b83.yaml.php +++ b/cache/compiled/files/9ce149981a45683a8145696300f64b83.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/form/languages.yaml', - 'modified' => 1534926514, + 'modified' => 1535111347, 'data' => [ 'en' => [ 'PLUGIN_FORM' => [ diff --git a/cache/compiled/files/a23ddfdb0c76882206179a4c3b134bcd.yaml.php b/cache/compiled/files/a23ddfdb0c76882206179a4c3b134bcd.yaml.php index ac06b1a..9422f8a 100644 --- a/cache/compiled/files/a23ddfdb0c76882206179a4c3b134bcd.yaml.php +++ b/cache/compiled/files/a23ddfdb0c76882206179a4c3b134bcd.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/vi.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Đây là phiên bản thử nghiệm! Bạn phải tự chịu rủi ro khi sử dụng trong production...', diff --git a/cache/compiled/files/a53885d3183c2a5f84b868f3cb765df7.yaml.php b/cache/compiled/files/a53885d3183c2a5f84b868f3cb765df7.yaml.php index 7adba5b..a5cbd09 100644 --- a/cache/compiled/files/a53885d3183c2a5f84b868f3cb765df7.yaml.php +++ b/cache/compiled/files/a53885d3183c2a5f84b868f3cb765df7.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/config/media.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'types' => [ 'defaults' => [ diff --git a/cache/compiled/files/a55c67494f52831be7d24b1ba1aa004e.yaml.php b/cache/compiled/files/a55c67494f52831be7d24b1ba1aa004e.yaml.php index 277048f..3ccfd58 100644 --- a/cache/compiled/files/a55c67494f52831be7d24b1ba1aa004e.yaml.php +++ b/cache/compiled/files/a55c67494f52831be7d24b1ba1aa004e.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/pl.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/a58eee8764b1e4f60183cb5499029d80.yaml.php b/cache/compiled/files/a58eee8764b1e4f60183cb5499029d80.yaml.php index 7098e59..c1cacbf 100644 --- a/cache/compiled/files/a58eee8764b1e4f60183cb5499029d80.yaml.php +++ b/cache/compiled/files/a58eee8764b1e4f60183cb5499029d80.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/cs.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'INFLECTOR_UNCOUNTABLE' => [ 0 => 'vybavení', diff --git a/cache/compiled/files/a8c058765069ca34de4435c34fa72904.yaml.php b/cache/compiled/files/a8c058765069ca34de4435c34fa72904.yaml.php index 82fa957..e93ae7b 100644 --- a/cache/compiled/files/a8c058765069ca34de4435c34fa72904.yaml.php +++ b/cache/compiled/files/a8c058765069ca34de4435c34fa72904.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/pt.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Esta é uma versão Beta! Use por sua conta em risco...', diff --git a/cache/compiled/files/a90a23e83e2afb904847d2b2901376ee.yaml.php b/cache/compiled/files/a90a23e83e2afb904847d2b2901376ee.yaml.php index d0bd857..7006b3e 100644 --- a/cache/compiled/files/a90a23e83e2afb904847d2b2901376ee.yaml.php +++ b/cache/compiled/files/a90a23e83e2afb904847d2b2901376ee.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/el.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Αυτή είναι μία έκδοση Beta! Χρησιμοποιήστε την στην Παραγωγή με δικό σας ρίσκο...', diff --git a/cache/compiled/files/a9cfdfab96bf07bddc7dbf6d05af5131.yaml.php b/cache/compiled/files/a9cfdfab96bf07bddc7dbf6d05af5131.yaml.php index 82220dd..81e3a2d 100644 --- a/cache/compiled/files/a9cfdfab96bf07bddc7dbf6d05af5131.yaml.php +++ b/cache/compiled/files/a9cfdfab96bf07bddc7dbf6d05af5131.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/sk.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Toto je Beta verzia! Používajte v ostrej prevádzke na vlastné riziko...', diff --git a/cache/compiled/files/ab0450f60ea8cd3a4cf338616db8d167.yaml.php b/cache/compiled/files/ab0450f60ea8cd3a4cf338616db8d167.yaml.php index 45350ab..19dc360 100644 --- a/cache/compiled/files/ab0450f60ea8cd3a4cf338616db8d167.yaml.php +++ b/cache/compiled/files/ab0450f60ea8cd3a4cf338616db8d167.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/es.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/b0ef14f25a1301ea02bf039cb84393dc.yaml.php b/cache/compiled/files/b0ef14f25a1301ea02bf039cb84393dc.yaml.php index afac62d..0314b25 100644 --- a/cache/compiled/files/b0ef14f25a1301ea02bf039cb84393dc.yaml.php +++ b/cache/compiled/files/b0ef14f25a1301ea02bf039cb84393dc.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ar.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'هذا إصدار بيتا! استخدم هذا في الإنتاج على مسؤوليتك الخاصة...', diff --git a/cache/compiled/files/b51ab244bd4c7bb4fb7bb910055f868c.yaml.php b/cache/compiled/files/b51ab244bd4c7bb4fb7bb910055f868c.yaml.php index 941b385..c6de528 100644 --- a/cache/compiled/files/b51ab244bd4c7bb4fb7bb910055f868c.yaml.php +++ b/cache/compiled/files/b51ab244bd4c7bb4fb7bb910055f868c.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/admin.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'enabled' => true, 'route' => '/admin', diff --git a/cache/compiled/files/b542f47f9bc2c99c998269bd853fdd5d.yaml.php b/cache/compiled/files/b542f47f9bc2c99c998269bd853fdd5d.yaml.php index 063657e..9b26f2d 100644 --- a/cache/compiled/files/b542f47f9bc2c99c998269bd853fdd5d.yaml.php +++ b/cache/compiled/files/b542f47f9bc2c99c998269bd853fdd5d.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ja.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'これはベータリリースです。稼働中サイトでは、自己責任においてご利用ください。', diff --git a/cache/compiled/files/b636a9663295e79124cf2c3665d829e4.yaml.php b/cache/compiled/files/b636a9663295e79124cf2c3665d829e4.yaml.php index 7b21d4b..f447eff 100644 --- a/cache/compiled/files/b636a9663295e79124cf2c3665d829e4.yaml.php +++ b/cache/compiled/files/b636a9663295e79124cf2c3665d829e4.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/en.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/bd80a92d8a9cfe9af4e5f1e14e1ed9a2.yaml.php b/cache/compiled/files/bd80a92d8a9cfe9af4e5f1e14e1ed9a2.yaml.php index d39cdeb..4497912 100644 --- a/cache/compiled/files/bd80a92d8a9cfe9af4e5f1e14e1ed9a2.yaml.php +++ b/cache/compiled/files/bd80a92d8a9cfe9af4e5f1e14e1ed9a2.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/nl.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Dit is een betaversie! Gebruik op een live site is voor eigen risico...', diff --git a/cache/compiled/files/c30cc18b3c6b25333906b5aafd3142fe.yaml.php b/cache/compiled/files/c30cc18b3c6b25333906b5aafd3142fe.yaml.php index 5bcb4c3..a2edc82 100644 --- a/cache/compiled/files/c30cc18b3c6b25333906b5aafd3142fe.yaml.php +++ b/cache/compiled/files/c30cc18b3c6b25333906b5aafd3142fe.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/id.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Ini merupakan rilisan Beta! Gunakan ini di produksi dengan resiko anda sendiri...', diff --git a/cache/compiled/files/c43d4ecc4486334e28113a3b8be437dc.yaml.php b/cache/compiled/files/c43d4ecc4486334e28113a3b8be437dc.yaml.php index 842917f..0cf568e 100644 --- a/cache/compiled/files/c43d4ecc4486334e28113a3b8be437dc.yaml.php +++ b/cache/compiled/files/c43d4ecc4486334e28113a3b8be437dc.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/pt.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- título: %1$s diff --git a/cache/compiled/files/c700113f64b8ec87dbe3a8aeebb5bb7e.yaml.php b/cache/compiled/files/c700113f64b8ec87dbe3a8aeebb5bb7e.yaml.php index 34f0579..6d29a85 100644 --- a/cache/compiled/files/c700113f64b8ec87dbe3a8aeebb5bb7e.yaml.php +++ b/cache/compiled/files/c700113f64b8ec87dbe3a8aeebb5bb7e.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/ru.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Это бета-релиз! Вы используете это расширение на свой страх и риск...', diff --git a/cache/compiled/files/c81e5e12e29fec253be9737ac0433324.yaml.php b/cache/compiled/files/c81e5e12e29fec253be9737ac0433324.yaml.php index 9709a67..bc39cb1 100644 --- a/cache/compiled/files/c81e5e12e29fec253be9737ac0433324.yaml.php +++ b/cache/compiled/files/c81e5e12e29fec253be9737ac0433324.yaml.php @@ -2,10 +2,10 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/themes/quark/blueprints.yaml', - 'modified' => 1533014916, + 'modified' => 1535111339, 'data' => [ 'name' => 'Quark', - 'version' => '1.1.0', + 'version' => '1.2.1', 'description' => 'New Grav Default Theme', 'icon' => 'microchip', 'author' => [ @@ -58,6 +58,28 @@ return [ 'title' => 'Header Defaults', 'underline' => true ], + 'custom_logo' => [ + 'type' => 'file', + 'label' => 'Custom Logo', + 'size' => 'large', + 'destination' => 'theme://images/logo', + 'multiple' => false, + 'markdown' => true, + 'description' => 'Will be used instead of default logo `theme://images/grav-logo.svg`', + 'accept' => [ + 0 => 'image/*' + ] + ], + 'custom_logo_mobile' => [ + 'type' => 'file', + 'label' => 'Mobile Custom Logo', + 'size' => 'large', + 'destination' => 'theme://images/logo', + 'multiple' => false, + 'accept' => [ + 0 => 'image/*' + ] + ], 'header-fixed' => [ 'type' => 'toggle', 'label' => 'Fixed header', diff --git a/cache/compiled/files/d3deae8c58415454a83dd12188a62bbe.yaml.php b/cache/compiled/files/d3deae8c58415454a83dd12188a62bbe.yaml.php index b2f4f5f..9f5a861 100644 --- a/cache/compiled/files/d3deae8c58415454a83dd12188a62bbe.yaml.php +++ b/cache/compiled/files/d3deae8c58415454a83dd12188a62bbe.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/en.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'This is a Beta release! Use this in production at your own risk...', diff --git a/cache/compiled/files/dc5c23ee8df4793da0d481414d53f7cc.yaml.php b/cache/compiled/files/dc5c23ee8df4793da0d481414d53f7cc.yaml.php index 0528b5a..347e676 100644 --- a/cache/compiled/files/dc5c23ee8df4793da0d481414d53f7cc.yaml.php +++ b/cache/compiled/files/dc5c23ee8df4793da0d481414d53f7cc.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/config/site.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'title' => 'Grav', 'default_lang' => 'en', diff --git a/cache/compiled/files/e08035d8cd7725be69d6b78ffd186911.yaml.php b/cache/compiled/files/e08035d8cd7725be69d6b78ffd186911.yaml.php index 962aed3..82be012 100644 --- a/cache/compiled/files/e08035d8cd7725be69d6b78ffd186911.yaml.php +++ b/cache/compiled/files/e08035d8cd7725be69d6b78ffd186911.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/pages/default.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'title' => 'PLUGIN_ADMIN.DEFAULT', 'rules' => [ diff --git a/cache/compiled/files/e74c8ff65b56117a3604e5c80ceff5ad.yaml.php b/cache/compiled/files/e74c8ff65b56117a3604e5c80ceff5ad.yaml.php index eeb493c..6bf0ee3 100644 --- a/cache/compiled/files/e74c8ff65b56117a3604e5c80ceff5ad.yaml.php +++ b/cache/compiled/files/e74c8ff65b56117a3604e5c80ceff5ad.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/it.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '---Titolo: %1$s---# Errore: Frontmatter non valido: \'%2$s\' * *%3$s * * \' \'%4$s \' \'', 'NICETIME' => [ diff --git a/cache/compiled/files/e9525ca4b8107b310e405284e3be264f.yaml.php b/cache/compiled/files/e9525ca4b8107b310e405284e3be264f.yaml.php index 0e3e2fd..3bd5c5c 100644 --- a/cache/compiled/files/e9525ca4b8107b310e405284e3be264f.yaml.php +++ b/cache/compiled/files/e9525ca4b8107b310e405284e3be264f.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/el.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'MONTHS_OF_THE_YEAR' => [ 0 => 'Ιανουάριος', diff --git a/cache/compiled/files/ee6bcfed684bfa589af9217d24158e02.yaml.php b/cache/compiled/files/ee6bcfed684bfa589af9217d24158e02.yaml.php index 3c1da8a..55a448b 100644 --- a/cache/compiled/files/ee6bcfed684bfa589af9217d24158e02.yaml.php +++ b/cache/compiled/files/ee6bcfed684bfa589af9217d24158e02.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/form/form.yaml', - 'modified' => 1534926514, + 'modified' => 1535111347, 'data' => [ 'enabled' => true, 'built_in_css' => true, diff --git a/cache/compiled/files/f014aa2e59c601bf3f2b60ac821747e0.yaml.php b/cache/compiled/files/f014aa2e59c601bf3f2b60ac821747e0.yaml.php index 7e02a5c..72aa8ae 100644 --- a/cache/compiled/files/f014aa2e59c601bf3f2b60ac821747e0.yaml.php +++ b/cache/compiled/files/f014aa2e59c601bf3f2b60ac821747e0.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/tlh.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'LOGIN_BTN_FORGOT' => 'lIj', diff --git a/cache/compiled/files/f2e7363e31637783105e00754842f4f5.yaml.php b/cache/compiled/files/f2e7363e31637783105e00754842f4f5.yaml.php index 466afc2..833c893 100644 --- a/cache/compiled/files/f2e7363e31637783105e00754842f4f5.yaml.php +++ b/cache/compiled/files/f2e7363e31637783105e00754842f4f5.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/sl.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'LOGIN_BTN' => 'Prijava', diff --git a/cache/compiled/files/f39402ff77c16d5007077f428396cc03.yaml.php b/cache/compiled/files/f39402ff77c16d5007077f428396cc03.yaml.php index 026fad1..522e3cc 100644 --- a/cache/compiled/files/f39402ff77c16d5007077f428396cc03.yaml.php +++ b/cache/compiled/files/f39402ff77c16d5007077f428396cc03.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/config/media.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'title' => 'PLUGIN_ADMIN.MEDIA', 'form' => [ diff --git a/cache/compiled/files/f45f4b93632a39f6b482d3144f16dfb4.yaml.php b/cache/compiled/files/f45f4b93632a39f6b482d3144f16dfb4.yaml.php index b0fde5a..051a847 100644 --- a/cache/compiled/files/f45f4b93632a39f6b482d3144f16dfb4.yaml.php +++ b/cache/compiled/files/f45f4b93632a39f6b482d3144f16dfb4.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => 'themes://quark/quark.yaml', - 'modified' => 1533014916, + 'modified' => 1535111339, 'data' => [ 'enabled' => true, 'production-mode' => true, diff --git a/cache/compiled/files/f49d8e2c727f9727139a1d757c60decc.yaml.php b/cache/compiled/files/f49d8e2c727f9727139a1d757c60decc.yaml.php index c57d0b1..ff77422 100644 --- a/cache/compiled/files/f49d8e2c727f9727139a1d757c60decc.yaml.php +++ b/cache/compiled/files/f49d8e2c727f9727139a1d757c60decc.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/fr.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/f64c70b8a83d64c81b6f7b7a8ec2a648.yaml.php b/cache/compiled/files/f64c70b8a83d64c81b6f7b7a8ec2a648.yaml.php index 3e62f90..492cfcd 100644 --- a/cache/compiled/files/f64c70b8a83d64c81b6f7b7a8ec2a648.yaml.php +++ b/cache/compiled/files/f64c70b8a83d64c81b6f7b7a8ec2a648.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/nb.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'MONTHS_OF_THE_YEAR' => [ 0 => 'januar', diff --git a/cache/compiled/files/f6e34bd4e6690a1e76ff5d8b133c6bf6.yaml.php b/cache/compiled/files/f6e34bd4e6690a1e76ff5d8b133c6bf6.yaml.php index 3cad7ad..baa2670 100644 --- a/cache/compiled/files/f6e34bd4e6690a1e76ff5d8b133c6bf6.yaml.php +++ b/cache/compiled/files/f6e34bd4e6690a1e76ff5d8b133c6bf6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/eu.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Beta bertsio bat da hau! Produkzioan erabili ezazu zure ardurapean...', diff --git a/cache/compiled/files/f976ddc60dffeab70b81fbac9a4d3bcc.yaml.php b/cache/compiled/files/f976ddc60dffeab70b81fbac9a4d3bcc.yaml.php index f0cc2d5..4fbe249 100644 --- a/cache/compiled/files/f976ddc60dffeab70b81fbac9a4d3bcc.yaml.php +++ b/cache/compiled/files/f976ddc60dffeab70b81fbac9a4d3bcc.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/languages/vi.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'FRONTMATTER_ERROR_PAGE' => '--- title: %1$s diff --git a/cache/compiled/files/fb3c20d334ca0ff83c1da9dfadf33254.yaml.php b/cache/compiled/files/fb3c20d334ca0ff83c1da9dfadf33254.yaml.php index dbbdb0c..ccd630b 100644 --- a/cache/compiled/files/fb3c20d334ca0ff83c1da9dfadf33254.yaml.php +++ b/cache/compiled/files/fb3c20d334ca0ff83c1da9dfadf33254.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/blueprints/admin/pages/new.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'rules' => [ 'slug' => [ diff --git a/cache/compiled/files/fb887d874c09a6c5caa8b1717fc7467c.yaml.php b/cache/compiled/files/fb887d874c09a6c5caa8b1717fc7467c.yaml.php index 6296901..b99d2cc 100644 --- a/cache/compiled/files/fb887d874c09a6c5caa8b1717fc7467c.yaml.php +++ b/cache/compiled/files/fb887d874c09a6c5caa8b1717fc7467c.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/system/blueprints/config/system.yaml', - 'modified' => 1534926041, + 'modified' => 1535111318, 'data' => [ 'title' => 'PLUGIN_ADMIN.SYSTEM', 'form' => [ diff --git a/cache/compiled/files/fcd3bb05a3eb857a6596739f79c41f77.yaml.php b/cache/compiled/files/fcd3bb05a3eb857a6596739f79c41f77.yaml.php index 180ce6f..19e41ca 100644 --- a/cache/compiled/files/fcd3bb05a3eb857a6596739f79c41f77.yaml.php +++ b/cache/compiled/files/fcd3bb05a3eb857a6596739f79c41f77.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/tr.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Bu bir beta sürümüdür! Sunucunuzda kullanmak sizin sorumluluğunuzdadır...', diff --git a/cache/compiled/files/fcdd5c2d23457c6aadd0f9e404acefb8.yaml.php b/cache/compiled/files/fcdd5c2d23457c6aadd0f9e404acefb8.yaml.php index b2267d5..2759ee1 100644 --- a/cache/compiled/files/fcdd5c2d23457c6aadd0f9e404acefb8.yaml.php +++ b/cache/compiled/files/fcdd5c2d23457c6aadd0f9e404acefb8.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/hr.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Ovo je Beta izdanje! Koristite u produkciji na vlastiti rizik...', diff --git a/cache/compiled/files/fdb7927b1ad2031423768d1fe7f2211d.yaml.php b/cache/compiled/files/fdb7927b1ad2031423768d1fe7f2211d.yaml.php index a2fff88..95752bb 100644 --- a/cache/compiled/files/fdb7927b1ad2031423768d1fe7f2211d.yaml.php +++ b/cache/compiled/files/fdb7927b1ad2031423768d1fe7f2211d.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/fr.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Ceci est une version bêta ! Utilisez-là en production à vos risques et périls...', diff --git a/cache/compiled/files/fe685227abd6f804d7c3eb097b6851b6.yaml.php b/cache/compiled/files/fe685227abd6f804d7c3eb097b6851b6.yaml.php index 314eb58..52fd23e 100644 --- a/cache/compiled/files/fe685227abd6f804d7c3eb097b6851b6.yaml.php +++ b/cache/compiled/files/fe685227abd6f804d7c3eb097b6851b6.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/taxonomylist/taxonomylist.yaml', - 'modified' => 1533212893, + 'modified' => 1535111345, 'data' => [ 'enabled' => true, 'route' => '/blog' diff --git a/cache/compiled/files/fec6c3821428d1253be970bddcc99c93.yaml.php b/cache/compiled/files/fec6c3821428d1253be970bddcc99c93.yaml.php index c2e6cbb..6b5ac98 100644 --- a/cache/compiled/files/fec6c3821428d1253be970bddcc99c93.yaml.php +++ b/cache/compiled/files/fec6c3821428d1253be970bddcc99c93.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => 'plugins://taxonomylist/taxonomylist.yaml', - 'modified' => 1533212893, + 'modified' => 1535111345, 'data' => [ 'enabled' => true, 'route' => '/blog' diff --git a/cache/compiled/files/ffb3d0b1df1ab5c5d83648f56a6d7edf.yaml.php b/cache/compiled/files/ffb3d0b1df1ab5c5d83648f56a6d7edf.yaml.php index e8d9683..98eea97 100644 --- a/cache/compiled/files/ffb3d0b1df1ab5c5d83648f56a6d7edf.yaml.php +++ b/cache/compiled/files/ffb3d0b1df1ab5c5d83648f56a6d7edf.yaml.php @@ -2,7 +2,7 @@ return [ '@class' => 'Grav\\Common\\File\\CompiledYamlFile', 'filename' => '/mnt/data/Sites/hehe.net/user/plugins/admin/languages/br.yaml', - 'modified' => 1534926555, + 'modified' => 1535111354, 'data' => [ 'PLUGIN_ADMIN' => [ 'ADMIN_BETA_MSG' => 'Un ermaeziadenn beta an hini eo! Arverit en endro produadur gant evezh...', diff --git a/cache/compiled/languages/master-dev.hehe.net.php b/cache/compiled/languages/master-dev.hehe.net.php index 929dcc3..2a1c3c4 100644 --- a/cache/compiled/languages/master-dev.hehe.net.php +++ b/cache/compiled/languages/master-dev.hehe.net.php @@ -1,127 +1,127 @@ 'Grav\\Common\\Config\\CompiledLanguages', - 'timestamp' => 1534926556, - 'checksum' => '1444a2e674151ff1edada59015b43d73', + 'timestamp' => 1535111354, + 'checksum' => '707b52db4e621c63aafd815952df7326', 'files' => [ 'system/languages' => [ 'ar' => [ 'file' => 'system/languages/ar.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'ca' => [ 'file' => 'system/languages/ca.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'cs' => [ 'file' => 'system/languages/cs.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'da' => [ 'file' => 'system/languages/da.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'de' => [ 'file' => 'system/languages/de.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'el' => [ 'file' => 'system/languages/el.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'en' => [ 'file' => 'system/languages/en.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'es' => [ 'file' => 'system/languages/es.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'fi' => [ 'file' => 'system/languages/fi.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'fr' => [ 'file' => 'system/languages/fr.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'hr' => [ 'file' => 'system/languages/hr.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'hu' => [ 'file' => 'system/languages/hu.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'it' => [ 'file' => 'system/languages/it.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'ja' => [ 'file' => 'system/languages/ja.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'lt' => [ 'file' => 'system/languages/lt.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'nb' => [ 'file' => 'system/languages/nb.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'nl' => [ 'file' => 'system/languages/nl.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'no' => [ 'file' => 'system/languages/no.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'pl' => [ 'file' => 'system/languages/pl.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'pt' => [ 'file' => 'system/languages/pt.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'ro' => [ 'file' => 'system/languages/ro.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'ru' => [ 'file' => 'system/languages/ru.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'sk' => [ 'file' => 'system/languages/sk.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'sv' => [ 'file' => 'system/languages/sv.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'th' => [ 'file' => 'system/languages/th.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'tr' => [ 'file' => 'system/languages/tr.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'uk' => [ 'file' => 'system/languages/uk.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ], 'vi' => [ 'file' => 'system/languages/vi.yaml', - 'modified' => 1534926041 + 'modified' => 1535111318 ] ], 'user/plugins' => [ 'plugins/form' => [ 'file' => 'user/plugins/form/languages.yaml', - 'modified' => 1534926514 + 'modified' => 1535111347 ], 'plugins/error' => [ 'file' => 'user/plugins/error/languages.yaml', @@ -135,159 +135,159 @@ return [ 'user/plugins/admin/languages' => [ 'ar' => [ 'file' => 'user/plugins/admin/languages/ar.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'bg' => [ 'file' => 'user/plugins/admin/languages/bg.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'br' => [ 'file' => 'user/plugins/admin/languages/br.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'ca' => [ 'file' => 'user/plugins/admin/languages/ca.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'cs' => [ 'file' => 'user/plugins/admin/languages/cs.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'cy' => [ 'file' => 'user/plugins/admin/languages/cy.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'da' => [ 'file' => 'user/plugins/admin/languages/da.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'de' => [ 'file' => 'user/plugins/admin/languages/de.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'el' => [ 'file' => 'user/plugins/admin/languages/el.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'en' => [ 'file' => 'user/plugins/admin/languages/en.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'es' => [ 'file' => 'user/plugins/admin/languages/es.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'et' => [ 'file' => 'user/plugins/admin/languages/et.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'eu' => [ 'file' => 'user/plugins/admin/languages/eu.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'fa' => [ 'file' => 'user/plugins/admin/languages/fa.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'fi' => [ 'file' => 'user/plugins/admin/languages/fi.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'fr' => [ 'file' => 'user/plugins/admin/languages/fr.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'he' => [ 'file' => 'user/plugins/admin/languages/he.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'hr' => [ 'file' => 'user/plugins/admin/languages/hr.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'hu' => [ 'file' => 'user/plugins/admin/languages/hu.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'id' => [ 'file' => 'user/plugins/admin/languages/id.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'it' => [ 'file' => 'user/plugins/admin/languages/it.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'ja' => [ 'file' => 'user/plugins/admin/languages/ja.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'ko' => [ 'file' => 'user/plugins/admin/languages/ko.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'lt' => [ 'file' => 'user/plugins/admin/languages/lt.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'nl' => [ 'file' => 'user/plugins/admin/languages/nl.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'no' => [ 'file' => 'user/plugins/admin/languages/no.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'pl' => [ 'file' => 'user/plugins/admin/languages/pl.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'pt' => [ 'file' => 'user/plugins/admin/languages/pt.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'ro' => [ 'file' => 'user/plugins/admin/languages/ro.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'ru' => [ 'file' => 'user/plugins/admin/languages/ru.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'sk' => [ 'file' => 'user/plugins/admin/languages/sk.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'sl' => [ 'file' => 'user/plugins/admin/languages/sl.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'sv' => [ 'file' => 'user/plugins/admin/languages/sv.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'th' => [ 'file' => 'user/plugins/admin/languages/th.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'tlh' => [ 'file' => 'user/plugins/admin/languages/tlh.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'tr' => [ 'file' => 'user/plugins/admin/languages/tr.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'uk' => [ 'file' => 'user/plugins/admin/languages/uk.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'vi' => [ 'file' => 'user/plugins/admin/languages/vi.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ], 'zh' => [ 'file' => 'user/plugins/admin/languages/zh.yaml', - 'modified' => 1534926555 + 'modified' => 1535111354 ] ], 'user/plugins/login/languages' => [ @@ -22878,7 +22878,7 @@ Path: `%2$s` 6 => 'søndag' ] ], - 'checksum' => '1444a2e674151ff1edada59015b43d73', - 'timestamp' => 1534926556 + 'checksum' => '707b52db4e621c63aafd815952df7326', + 'timestamp' => 1535111354 ] ]; diff --git a/cache/gpm/0e/5b31313163313932383932613839386337663437636462383563326266316663345d5b315d.doctrinecache.data b/cache/gpm/0e/5b31313163313932383932613839386337663437636462383563326266316663345d5b315d.doctrinecache.data new file mode 100644 index 0000000..348f36f --- /dev/null +++ b/cache/gpm/0e/5b31313163313932383932613839386337663437636462383563326266316663345d5b315d.doctrinecache.data @@ -0,0 +1,3 @@ +1535197726 +s:1690181:"{"relme":{"name":"Rel Me","version":"0.1.0","description":"Add rel="me" links to your website.","description_html":"
Add rel="me" links to your website.<\/p>","description_plain":"Add rel="me" links to your website.","icon":"plug","author":{"name":"Robert van Bregt","email":"robert@robertvanbregt.nl"},"homepage":"https:\/\/github.com\/metbril\/grav-plugin-relme","docs":"https:\/\/github.com\/metbril\/grav-plugin-relme\/blob\/develop\/README.md","demo":"http:\/\/demo.yoursite.com","keywords":"grav, plugin, social, link, indieweb","bugs":"https:\/\/github.com\/metbril\/grav-plugin-relme\/issues","license":"MIT","tag_name":"v0.1.0","date":"2018-08-12T07:18:11Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/relme\/0.1.0","repository":"https:\/\/github.com\/metbril\/grav-plugin-relme","slug":"relme","install_path":"user\/plugins\/relme","changelog":{"0.1.0":{"date":" 08\/12\/2018","content":"1. [](#new)\n * Add plugin configuration\n * Add list template\n * Add link template\n * Add initial documentation","content_html":"
Translation services for GRAV<\/p>","description_plain":"Translation services for GRAV","icon":"language","author":{"name":"Uli Hake","url":"http:\/\/www.saveva.com","email":"uli.hake@gmaill.com"},"dependencies":[{"name":"grav","version":">=1.4.0"},{"name":"admin","version":">=1.8.0"}],"homepage":"https:\/\/github.com\/leotiger\/grav-plugin-babel","docs":"https:\/\/github.com\/leotiger\/grav-plugin-babel\/blob\/master\/README.md","keywords":"plugin, i18n, translation, language administration, language synchronization","bugs":"https:\/\/github.com\/leotiger\/grav-plugin-babel\/issues","license":"MIT","tag_name":"v1.1.2","date":"2018-08-10T17:28:23Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/babel\/1.1.2","repository":"https:\/\/github.com\/leotiger\/grav-plugin-babel","slug":"babel","install_path":"user\/plugins\/babel","changelog":{"1.1.2":{"date":"10-08-2018","content":"1. [](#improved)\n * Add quicktray icon and make entry in admin menu sidebar optional (thx olevik)\n * remove unnecessary logging code\n * add hints to the interface\n * apply GRAV styles to some elements\n * remove bootstrap css\n * better documentation in README\n1. [](#bugfix)\n * Copy correct existing translation into empty translation if user click on language identifier of existing translation\n * Fix compatibility issue: TNTSearch uses an older vendor version of the teamtnt\/tntsearch (thx iusvar)","content_html":"
Replace a markdown page with a php page<\/p>","description_plain":"Replace a markdown page with a php page","icon":"plug","author":{"name":"Larry Vennard","email":"lvennard@yahoo.com"},"homepage":"https:\/\/github.com\/lvennard\/grav-plugin-injectphp","docs":"https:\/\/github.com\/lvennard\/grav-plugin-injectphp\/blob\/develop\/README.md","keywords":"grav, php, plugin, markdown","bugs":"https:\/\/github.com\/lvennard\/grav-plugin-injectphp\/issues","license":"MIT","tag_name":"injectphp","date":"2018-08-20T14:41:12Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/injectphp\/0.1.0","repository":"https:\/\/github.com\/lvennard\/grav-plugin-injectphp","slug":"injectphp","install_path":"user\/plugins\/injectphp","changelog":{"0.1.0":{"date":" 08\/04\/2018","content":"1. [](#new)\n * ChangeLog started...","content_html":"
Frontend edit of content pages by users in groups<\/p>","description_plain":"Frontend edit of content pages by users in groups","icon":"pencil-square-o","author":{"name":"Richard N Hainsworth","email":"rnhainsworth@gmail.com"},"homepage":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit","docs":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit\/blob\/develop\/README.md","keywords":"grav, plugin, content, edit, frontend, multi-language","bugs":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit\/issues","license":"MIT","tag_name":"v1.3.0","date":"2018-08-12T10:34:10Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/content-edit\/1.3.0","repository":"https:\/\/github.com\/finanalyst\/grav-plugin-content-edit","slug":"content-edit","install_path":"user\/plugins\/content-edit","changelog":{"1.1.0":{"date":"24 July 2018","content":"1. [](#enhancement)\n * Removed iframePreview and divPreview\n * Combined into single option `preview`\n * Created new template `content-edit-review` to allow for frontend visualisation of edits by month\n * iframe container for Preview can be used for all servers, no X-Frame errors.","content_html":"
preview<\/code><\/li>\n- Created new template
content-edit-review<\/code> to allow for frontend visualisation of edits by month<\/li>\n- iframe container for Preview can be used for all servers, no X-Frame errors.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Removed iframePreview and divPreview\nCombined into single option preview\nCreated new template content-edit-review to allow for frontend visualisation of edits by month\niframe container for Preview can be used for all servers, no X-Frame errors."},"1.0.0":{"date":" 22 July 2018","content":"1. [](#new)\n * Plugin ready for publication","content_html":"
\n- <\/a>\n
\n- Plugin ready for publication<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Plugin ready for publication"}},"dependencies":[]},"shoppingcart-personalizer":{"name":"Shopping Cart Personalizer Addon","version":"1.0.1","description":"Power overload the Shopping Cart Plugin with stock management, variations, product personalizations, country restrictions and plenty of other tweaks and features.","description_html":"
Power overload the Shopping Cart Plugin with stock management, variations, product personalizations, country restrictions and plenty of other tweaks and features.<\/p>","description_plain":"Power overload the Shopping Cart Plugin with stock management, variations, product personalizations, country restrictions and plenty of other tweaks and features.","icon":"shopping-cart","author":{"name":"Uli Hake","url":"https:\/\/www.saveva.com","email":"uli.hake@gmail.com"},"dependencies":[{"name":"shoppingcart","version":"~1.1"}],"homepage":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer","docs":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer\/blob\/master\/README.md","demo":"https:\/\/www.tessa.es","keywords":"shoppingcart, ecommerce, e-commerce, plugin, shop, cart, stock management, variations, product configuration","bugs":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer\/issues","license":"MIT","tag_name":"v1.0.1","date":"2018-08-10T09:16:03Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/shoppingcart-personalizer\/1.0.1","repository":"https:\/\/github.com\/leotiger\/grav-plugin-shoppingcart-personalizer","slug":"shoppingcart-personalizer","install_path":"user\/plugins\/shoppingcart-personalizer","changelog":{"1.0.1":{"date":"02-08-2018","content":"1. [](#bugfix)\n * Fix image display and link bugs","content_html":"
\n- <\/a>\n
\n- Fix image display and link bugs<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fix image display and link bugs"},"1.0.0":{"date":"01-08-2018","content":"1. [](#new)\n * Add option to force email notifications\n * Add automatic stock updates with multi-language support\n * Add stock updates for variations with multi-language support\n * Trigger clear cache after stock updates if configured\n * Add option to configure a dedicated shop email\n * Minimum cart amount\n * Minimum free shipping amount \n1. [](#improved)\n * Minimum price for product with variations\n * Show products with missing variation stocks as unavailable ","content_html":"
\n- <\/a>\n
\n- Add option to force email notifications<\/li>\n
- Add automatic stock updates with multi-language support<\/li>\n
- Add stock updates for variations with multi-language support<\/li>\n
- Trigger clear cache after stock updates if configured<\/li>\n
- Add option to configure a dedicated shop email<\/li>\n
- Minimum cart amount<\/li>\n
- Minimum free shipping amount <\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Minimum price for product with variations<\/li>\n
- Show products with missing variation stocks as unavailable <\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Add option to force email notifications\nAdd automatic stock updates with multi-language support\nAdd stock updates for variations with multi-language support\nTrigger clear cache after stock updates if configured\nAdd option to configure a dedicated shop email\nMinimum cart amount\nMinimum free shipping amount \n\n\n\nMinimum price for product with variations\nShow products with missing variation stocks as unavailable "},"0.9.5":{"date":"30-07-2018","content":"1. [](#new)\n * Add detail order page in admin\n * Add customer personalize page\n * Add personalize upload for product variationns and configurations\n * Show variation uploads and configurations in admin, frontend\n * Allow additional basket personalizations, e.g. add a billing form to be filled in after checkout, etc.\n1. [](#improved)\n * Add existing plugins to add-on overview page\n1. [](#bugfix)\n * only show active variation images in fancybox","content_html":"
\n- <\/a>\n
\n- Add detail order page in admin<\/li>\n
- Add customer personalize page<\/li>\n
- Add personalize upload for product variationns and configurations<\/li>\n
- Show variation uploads and configurations in admin, frontend<\/li>\n
- Allow additional basket personalizations, e.g. add a billing form to be filled in after checkout, etc.<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Add existing plugins to add-on overview page<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- only show active variation images in fancybox<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Add detail order page in admin\nAdd customer personalize page\nAdd personalize upload for product variationns and configurations\nShow variation uploads and configurations in admin, frontend\nAllow additional basket personalizations, e.g. add a billing form to be filled in after checkout, etc.\n\n\n\nAdd existing plugins to add-on overview page\n\n\n\nonly show active variation images in fancybox"},"0.9.4":{"date":"27-07-2018","content":"1. [](#new)\n * Allow quantity steps\n * Display variation images\n * Display hint if file upload is available for a customer after checkout in the context of a product configuration or variant\n1. [](#improved)\n * Display of product variations and configurations\n * Translations for product configuration section in product pages added to languages.yaml\n * Show submitted customer text in backend","content_html":"
\n- <\/a>\n
\n- Allow quantity steps<\/li>\n
- Display variation images<\/li>\n
- Display hint if file upload is available for a customer after checkout in the context of a product configuration or variant<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Display of product variations and configurations<\/li>\n
- Translations for product configuration section in product pages added to languages.yaml<\/li>\n
- Show submitted customer text in backend<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Allow quantity steps\nDisplay variation images\nDisplay hint if file upload is available for a customer after checkout in the context of a product configuration or variant\n\n\n\nDisplay of product variations and configurations\nTranslations for product configuration section in product pages added to languages.yaml\nShow submitted customer text in backend"},"0.9.3":{"date":"27-07-2018","content":"1. [](#new)\n * Move restrict countries from notify plugin into this one as this is a basic and necessary feature","content_html":"
\n- <\/a>\n
\n- Move restrict countries from notify plugin into this one as this is a basic and necessary feature<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Move restrict countries from notify plugin into this one as this is a basic and necessary feature"},"0.9.2":{"date":"26-07-2018","content":"1. [](#new)\n * Add taxes to order confirmation and backend breakdown of orders\n * Display ordered product variations and configurations in confirmation\n * Display ordered product variations and configurations in backend\n1. [](#improved)\n * Make admin strings translatable\n * Labels in order breakdown in backend added to languages.yaml\n1. [](#bugfix)\n * Try to fix changelog format for output in grav plugin store","content_html":"
\n- <\/a>\n
\n- Add taxes to order confirmation and backend breakdown of orders<\/li>\n
- Display ordered product variations and configurations in confirmation<\/li>\n
- Display ordered product variations and configurations in backend<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Make admin strings translatable<\/li>\n
- Labels in order breakdown in backend added to languages.yaml<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Try to fix changelog format for output in grav plugin store<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Add taxes to order confirmation and backend breakdown of orders\nDisplay ordered product variations and configurations in confirmation\nDisplay ordered product variations and configurations in backend\n\n\n\nMake admin strings translatable\nLabels in order breakdown in backend added to languages.yaml\n\n\n\nTry to fix changelog format for output in grav plugin store"},"0.9.1":{"date":"24-07-2018","content":"1. [](#bugfix)\n * Fix bug if no groups and variations are present in onAdminSave","content_html":"
\n- <\/a>\n
\n- Fix bug if no groups and variations are present in onAdminSave<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fix bug if no groups and variations are present in onAdminSave"},"0.9.0":{"date":"23-07-2018","content":"1. [](#improved)\n * Add language variables","content_html":"
\n- <\/a>\n
\n- Add language variables<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Add language variables"},"0.8.0":{"date":"23-07-2018","content":"1. [](#improved)\n * Show selected variations and configurations in cart on demand\n ","content_html":"
\n- <\/a>\n
\n- Show selected variations and configurations in cart on demand<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Show selected variations and configurations in cart on demand"},"0.7.0":{"date":"22-07-2018","content":"1. [](#improved)\n * Allow stock management for variations in grouped context\n ","content_html":"
\n- <\/a>\n
\n- Allow stock management for variations in grouped context<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Allow stock management for variations in grouped context"},"0.6.0":{"date":"22-07-2018","content":"1. [](#improved)\n * Enhance variations with customer input\n2. [](#bugfix)\n * Minor compatibility fixes and overwrites for Shoppingcart","content_html":"
\n- <\/a>\n
\n- Enhance variations with customer input<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Minor compatibility fixes and overwrites for Shoppingcart<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Enhance variations with customer input\n\n\n\nMinor compatibility fixes and overwrites for Shoppingcart"},"0.5.0":{"date":"21-07-2018","content":"1. [](#improved)\n * Allow grouping of product variations","content_html":"
\n- <\/a>\n
\n- Allow grouping of product variations<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Allow grouping of product variations"},"0.4.0":{"date":"21-07-2018","content":"1. [](#improved)\n * Start with product variation support","content_html":"
\n- <\/a>\n
\n- Start with product variation support<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Start with product variation support"},"0.3.0":{"date":"21-07-2018","content":"1. [](#improved)\n * Add option to remove existing product in cart before adding product again\n ","content_html":"
\n- <\/a>\n
\n- Add option to remove existing product in cart before adding product again<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Add option to remove existing product in cart before adding product again"},"0.2.0":{"date":"21-07-2018","content":"1. [](#improved)\n * Better theme support allowing admins to specify the base template to be extended","content_html":"
\n- <\/a>\n
\n- Better theme support allowing admins to specify the base template to be extended<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Better theme support allowing admins to specify the base template to be extended"},"0.1.4":{"date":"20-07-2018","content":"1. [](#bugfix)\n * Fix page blueprints","content_html":"
\n- <\/a>\n
\n- Fix page blueprints<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fix page blueprints"},"0.1.3":{"date":"20-07-2018","content":"1. [](#bugfix)\n * Support for fancybox was incomplete","content_html":"
\n- <\/a>\n
\n- Support for fancybox was incomplete<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Support for fancybox was incomplete"},"0.1.2":{"date":"19-07-2018","content":"1. [](#bugfix)\n * Update detail item template to support fancybox correctly","content_html":"
\n- <\/a>\n
\n- Update detail item template to support fancybox correctly<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Update detail item template to support fancybox correctly"},"0.1.1":{"date":"19-07-2018","content":"1. [](#improved) \n * Decoupled from Studio Theme","content_html":"
\n- <\/a> \n
\n- Decoupled from Studio Theme<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":" \n\nDecoupled from Studio Theme"},"0.1.0":{"date":"26-06-2018","content":"1. [](#new)\n * Changelog started\n","content_html":"
\n- <\/a>\n
\n- Changelog started<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Changelog started"}}},"static-social-embeds":{"name":"Static Social Embeds","version":"1.1.3","description":"Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe,\nbut rather statically without any dependency to the service.\n","description_html":"
Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe,\nbut rather statically without any dependency to the service.<\/p>","description_plain":"Embeds social status (like tweets, instagram posts, toots, etc.) in articles without using their embed iframe,\nbut rather statically without any dependency to the service.","icon":"newspaper-o","author":{"name":"Amaury Carrade","email":"amaury@carrade.eu"},"dependencies":[{"name":"shortcode-core","version":"*"}],"homepage":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds","docs":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds\/blob\/master\/README.md","keywords":"grav, plugin, embed, static, twitter, instagram, mastodon, tweet, toot, integration, post","bugs":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds\/issues","license":"MIT","tag_name":"v1.1.3","date":"2018-08-23T13:40:54Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/static-social-embeds\/1.1.3","repository":"https:\/\/github.com\/Nebulius\/grav-plugin-static-social-embeds","slug":"static-social-embeds","install_path":"user\/plugins\/static-social-embeds","changelog":{"1.1.3":{"date":"23-08-2018","content":"1. [](#bugfix)\n * Fixed error while embedding non-existant Instagram post.","content_html":"
\n- <\/a>\n
\n- Fixed error while embedding non-existant Instagram post.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed error while embedding non-existant Instagram post."},"1.1.2":{"date":"14-08-2018","content":"1. [](#bugfix)\n * Fixed Instagram posts failing to be retrieved in some cases.","content_html":"
\n- <\/a>\n
\n- Fixed Instagram posts failing to be retrieved in some cases.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed Instagram posts failing to be retrieved in some cases."},"1.1.1":{"date":"14-08-2018","content":"1. [](#bugfix)\n * Fixed a regression where download options were no longer working since the per-network download options (oh the irony).","content_html":"
\n- <\/a>\n
\n- Fixed a regression where download options were no longer working since the per-network download options (oh the irony).<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixed a regression where download options were no longer working since the per-network download options (oh the irony)."},"1.1.0":{"date":"11-07-2018","content":"1. [](#new)\n * Added [Pleroma](https:\/\/pleroma.social) support (using the same `toot` shortcode as Mastodon).\n1. [](#improved)\n * Download options can be configured per-network.\n * Better explanations regarding Firefox privacy shield and Instagram changing URLs.\n1. [](#bugfix)\n * Fixed some Mastodon URLs wrongly parsed.","content_html":"
\n- <\/a>\n
\n- Added Pleroma<\/a> support (using the same
toot<\/code> shortcode as Mastodon).<\/li>\n<\/ul><\/li>\n- <\/a>\n
\n- Download options can be configured per-network.<\/li>\n
- Better explanations regarding Firefox privacy shield and Instagram changing URLs.<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Fixed some Mastodon URLs wrongly parsed.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added Pleroma support (using the same toot shortcode as Mastodon).\n\n\n\nDownload options can be configured per-network.\nBetter explanations regarding Firefox privacy shield and Instagram changing URLs.\n\n\n\nFixed some Mastodon URLs wrongly parsed."},"1.0.1":{"date":"07-07-2018","content":"1. [](#bugfix)\n * Fixes broken icons if the template does not provide Font Awesome 5.1.0+.\n * Small CSS fixes on the default theme (and every theme, for that matter).","content_html":"
\n- <\/a>\n
\n- Fixes broken icons if the template does not provide Font Awesome 5.1.0+.<\/li>\n
- Small CSS fixes on the default theme (and every theme, for that matter).<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Fixes broken icons if the template does not provide Font Awesome 5.1.0+.\nSmall CSS fixes on the default theme (and every theme, for that matter)."},"1.0.0":{"date":" 07-07-2018","content":"1. [](#new)\n * First version\n * Support for Twitter, Mastodon and Instagram, with light or dark embeds, using simple shortcodes.\n * Support for texts, images, videos, GIF, multiple medias, Mastodon's CW.\n * Images and videos can be downloaded locally for enhanced independence.","content_html":"
\n- <\/a>\n
\n- First version<\/li>\n
- Support for Twitter, Mastodon and Instagram, with light or dark embeds, using simple shortcodes.<\/li>\n
- Support for texts, images, videos, GIF, multiple medias, Mastodon's CW.<\/li>\n
- Images and videos can be downloaded locally for enhanced independence.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"First version\nSupport for Twitter, Mastodon and Instagram, with light or dark embeds, using simple shortcodes.\nSupport for texts, images, videos, GIF, multiple medias, Mastodon's CW.\nImages and videos can be downloaded locally for enhanced independence."}}},"darkskyweather":{"name":"DarkSky Weather","version":"0.1.0","description":"Weather based on DarkSky.net (Forecast.io)","description_html":"
Weather based on DarkSky.net (Forecast.io)<\/p>","description_plain":"Weather based on DarkSky.net (Forecast.io)","icon":"plug","author":{"name":"Peter \u013dupt\u00e1k","email":"luptakinfo@gmail.com"},"homepage":"https:\/\/github.com\/PeterL83\/darkskyweather","docs":"https:\/\/github.com\/PeterL83\/darkskyweather\/blob\/develop\/README.md","keywords":"grav, plugin, etc, darksky, forecast, weather","bugs":"https:\/\/github.com\/PeterL83\/darkskyweather\/issues","license":"MIT","tag_name":"v0.1.1","date":"2018-08-04T18:37:50Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/darkskyweather\/0.1.0","repository":"https:\/\/github.com\/PeterL83\/darkskyweather","slug":"darkskyweather","install_path":"user\/plugins\/darkskyweather","changelog":{"0.1.0":{"date":" 06\/25\/2018","content":"1. [](#new)\n * Initial Release","content_html":"
\n- <\/a>\n
\n- Initial Release<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Initial Release"}},"dependencies":[]},"crawler-detect":{"name":"Crawler Detect","version":"0.1.0","description":"CrawlerDetect detects bots\/crawlers\/spiders via the user agent and http_from header.","description_html":"
CrawlerDetect detects bots\/crawlers\/spiders via the user agent and http_from header.<\/p>","description_plain":"CrawlerDetect detects bots\/crawlers\/spiders via the user agent and http_from header.","icon":"plug","author":{"name":"Basile Trujillo","email":"basile.trujillo@digitregroup.com"},"homepage":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect","docs":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect\/blob\/develop\/README.md","keywords":"grav, plugin, bot, crawler, detector","bugs":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect\/issues","license":"MIT","tag_name":"0.2.0","date":"2018-06-21T10:46:40Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/crawler-detect\/0.1.0","repository":"https:\/\/github.com\/digitregroup\/grav-plugin-crawler-detect","slug":"crawler-detect","install_path":"user\/plugins\/crawler-detect","changelog":{"0.1.0":{"date":" 06\/21\/2018","content":"2. [0.1.0](#new)\n * Added CrawlerDetect library\n * Added isCrawler twig function","content_html":"
\n- 0.1.0<\/a>\n
\n- Added CrawlerDetect library<\/li>\n
- Added isCrawler twig function<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"0.1.0\n\nAdded CrawlerDetect library\nAdded isCrawler twig function"}},"dependencies":[]},"gdprprivacysetup":{"name":"GDPR Privacy Setup","version":"0.0.6","description":"Show privacy information popup and manage CSP (Content Security Policy) based on visitor privacy consents","description_html":"
Show privacy information popup and manage CSP (Content Security Policy) based on visitor privacy consents<\/p>","description_plain":"Show privacy information popup and manage CSP (Content Security Policy) based on visitor privacy consents","icon":"shield","author":{"name":"Krzysztof Ga\u0142","url":"http:\/\/krzysztofgal.pl","email":"dev@krzysztofgal.pl"},"dependencies":[{"name":"grav","version":"~1.1"}],"homepage":"https:\/\/github.com\/krzysztofgal\/GravGdprPrivacySetupPlugin","keywords":"GDPR, CSP, Privacy, Popup","bugs":"https:\/\/github.com\/krzysztofgal\/GravGdprPrivacySetupPlugin\/issues","license":"MIT","tag_name":"0.0.6","date":"2018-06-29T09:50:32Z","release_type":"stable","zipball_url":"https:\/\/getgrav.org\/download\/plugins\/gdprprivacysetup\/0.0.6","repository":"https:\/\/github.com\/krzysztofgal\/GravGdprPrivacySetupPlugin","slug":"gdprprivacysetup","install_path":"user\/plugins\/gdprprivacysetup","changelog":{"0.0.4":{"date":"06\/18\/2018","content":"1. [](#new)\n * Added Page Whitelist feature, on selected pages popup won`t be shown.\n1. [](#improved)\n * Blueprint labels and help improved.","content_html":"
\n- <\/a>\n
\n- Added Page Whitelist feature, on selected pages popup won`t be shown.<\/li>\n<\/ul><\/li>\n
- <\/a>\n
\n- Blueprint labels and help improved.<\/li>\n<\/ul><\/li>\n<\/ol>","content_plain":"Added Page Whitelist feature, on selected pages popup won`t be shown.\n\n\n\nBlueprint labels and help improved."},"0.0.3":{"date":"06\/18\/2018","content":"1. [](#bugfix)\n * Fixed bug with crashing grav when no real page was found (when quering by taxonomies etc...).\n1. [](#improved)\n * Changed some logic with opening popup and consent versioning.","content_html":"
\n