diff --git a/CHANGELOG.md b/CHANGELOG.md index 1050fdf..621305f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.3.0 +## 29-01-2023 + +1. [](#new) + * Add German translations for formats + * Add defaults config UI to Admin +2. [](#improved) + * Update README + # v0.2.4 ## 22-06-2021 diff --git a/README.md b/README.md index f0e6a13..64a1991 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,7 @@ Here is the default configuration and an explanation of available options: enabled: true processor: basic # `basic|intl` formats: + de: 'd.m.Y H:i' en: 'm/d/Y h:mA' lt: 'Y-m-d H:i' ``` @@ -93,7 +94,3 @@ You should now have all the plugin files under If you use the Admin Plugin, you can install the plugin directly by browsing the `Plugins`-menu and clicking on the `Add` button. - -## To Do - -- [ ] Configure defaults through Admin diff --git a/blueprints.yaml b/blueprints.yaml index e293e23..e152253 100644 --- a/blueprints.yaml +++ b/blueprints.yaml @@ -1,7 +1,7 @@ name: Translate Date slug: translate-date type: plugin -version: 0.2.4 +version: 0.3.0 icon: calendar author: name: Karmalakas