Skip to content

Commit

Permalink
Merge branch 'release/2.0.3.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
rhukster committed May 16, 2024
2 parents 309b69d + a758ae8 commit e6549d0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# v2.0.3.1
## 05/16/2024

1. [](#improved)
* Added missing `Y` date format option from blueprints (admin plugin)


# v2.0.3
## 05/15/2024

Expand Down
13 changes: 7 additions & 6 deletions blueprints.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Archives
version: 2.0.3
version: 2.0.3.1
type: plugin
slug: archives
description: The **Archives** plugin creates links for pages grouped by month/year
Expand Down Expand Up @@ -47,12 +47,13 @@ form:
label: Date Format
default: 'jS M Y'
options:
'F jS Y': "January 1st 2014"
'F jS Y': "January 1st 2024"
'l jS of F': "Monday 1st of January"
'D, m M Y': "Mon, 01 Jan 2014"
'd-m-y': "01-01-14"
'jS M Y': "10th Feb 2014"
'F Y': "Jan 2015"
'D, m M Y': "Mon, 01 Jan 2024"
'd-m-y': "01-01-24"
'jS M Y': "10th Feb 2024"
'F Y': "Jan 2024"
'Y': "2024"

show_count:
type: toggle
Expand Down

0 comments on commit e6549d0

Please sign in to comment.