Skip to content

Commit

Permalink
Merge branch 'release/1.10.42'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed Jun 14, 2023
2 parents 0fa0ed5 + f9f9f6e commit 8f4f670
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.10.42
## 06/14/2023

1. [](#new)
* Added a couple of string translations

# v1.10.41.2
## 05/11/2023

Expand Down
4 changes: 2 additions & 2 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Admin Panel
slug: admin
type: plugin
version: 1.10.41.2
version: 1.10.42
description: Adds an advanced administration panel to manage your site
icon: empire
author:
Expand All @@ -15,7 +15,7 @@ docs: https://github.com/getgrav/grav-plugin-admin/blob/develop/README.md
license: MIT

dependencies:
- { name: grav, version: '>=1.7.41' }
- { name: grav, version: '>=1.7.42' }
- { name: form, version: '>=6.0.1' }
- { name: login, version: '>=3.7.0' }
- { name: email, version: '>=3.1.6' }
Expand Down
5 changes: 3 additions & 2 deletions languages/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ PLUGIN_ADMIN:
BACKUP_DELETED: "Backup Successfully Deleted"
BACKUP_NOT_FOUND: "Backup Not Found"
BACKUP_DATE: "Backup Date"

STATISTICS: "Statistics"
VIEWS_STATISTICS: "Page View Statistics"
TODAY: "Today"
Expand Down Expand Up @@ -207,11 +206,13 @@ PLUGIN_ADMIN:
PASSWORD: "Password"
PASSWORD_CONFIRM: "Confirm Password"
TITLE: "Title"
LANGUAGE: "Language"
ACCOUNT: "Account"
EMAIL_VALIDATION_MESSAGE: "Must be a valid email address"
PASSWORD_VALIDATION_MESSAGE: "Password must contain at least one number and one uppercase and lowercase letter, and at least 8 or more characters"
LANGUAGE: "Language"
LANGUAGE_HELP: "Set the favorite language"
LANGUAGE_DEBUG: "Debug language"
LANGUAGE_DEBUG_HELP: "Enable the debug of languages which are using the |t twig filter by adding a span around them that can be styled to help diagnose issues"
MEDIA: "Media"
DEFAULTS: "Defaults"
SITE_TITLE: "Site Title"
Expand Down

0 comments on commit 8f4f670

Please sign in to comment.