Skip to content

Commit 3b88214

Browse files
committed
Merge branch 'release/1.10.40'
2 parents bd81411 + ec15e65 commit 3b88214

File tree

8 files changed

+30
-11
lines changed

8 files changed

+30
-11
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# v1.10.40
2+
## 03/22/2023
3+
4+
1. [](#new)
5+
* Added Github actions for dependabot [#2258](https://github.com/getgrav/grav-plugin-admin/pull/2258)
6+
1. [](#improved)
7+
* Syslog tag fields label added [#2296](https://github.com/getgrav/grav-plugin-admin/pull/2296)
8+
* Updated vendor libraries to the latest versions
9+
1. [](#bugfix)
10+
* Fix more than one file upload [#2317](https://github.com/getgrav/grav-plugin-admin/pull/2317)
11+
112
# v1.10.39
213
## 02/19/2023
314

blueprints.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Admin Panel
22
slug: admin
33
type: plugin
4-
version: 1.10.39
4+
version: 1.10.40
55
description: Adds an advanced administration panel to manage your site
66
icon: empire
77
author:

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

languages/en.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,8 @@ PLUGIN_ADMIN:
440440
LOG_HANDLER_HELP: "Where to output the logs"
441441
SYSLOG_FACILITY: "Syslog facility"
442442
SYSLOG_FACILITY_HELP: "Syslog facility for output"
443+
SYSLOG_TAG: "Syslog tag"
444+
SYSLOG_TAG_HELP: "Syslog tag for output"
443445
DEBUGGER: "Debugger"
444446
DEBUGGER_HELP: "Enable Grav debugger and following settings"
445447
DEBUG_TWIG: "Debug Twig"

themes/grav/css-compiled/template.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

themes/grav/scss/template/_admin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ $content-padding: 1.5rem;
332332
object-fit: cover;
333333
}
334334

335-
& ~ .block-file {
335+
& + .block-file {
336336
margin-top: -5rem !important;
337337
}
338338
}

vendor/composer/installed.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'getgrav/grav-plugin-admin',
44
'pretty_version' => 'dev-develop',
55
'version' => 'dev-develop',
6-
'reference' => '0d16602880413bb6cbc2c94b75f02dce3174d215',
6+
'reference' => '5f1b3e1e4a413bf5e45e99b8d5aa174b6806c12c',
77
'type' => 'grav-plugin',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -13,7 +13,7 @@
1313
'getgrav/grav-plugin-admin' => array(
1414
'pretty_version' => 'dev-develop',
1515
'version' => 'dev-develop',
16-
'reference' => '0d16602880413bb6cbc2c94b75f02dce3174d215',
16+
'reference' => '5f1b3e1e4a413bf5e45e99b8d5aa174b6806c12c',
1717
'type' => 'grav-plugin',
1818
'install_path' => __DIR__ . '/../../',
1919
'aliases' => array(),

0 commit comments

Comments
 (0)