Skip to content

Commit 2dcc158

Browse files
committed
v2.1.7
1 parent 8fbdefa commit 2dcc158

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
77
## [Unreleased][unreleased]
88
-
99

10+
## [2.1.7] - 2023-10-30
11+
12+
### Commits
13+
14+
- Updated .gitattributes ([8fbdefa](https://github.com/pronamic/wp-datetime/commit/8fbdefa989366b3965afb4565574a8e9e88eab25))
15+
16+
Full set of changes: [`2.1.6...2.1.7`][2.1.7]
17+
18+
[2.1.7]: https://github.com/pronamic/wp-datetime/compare/v2.1.6...v2.1.7
19+
1020
## [2.1.6] - 2023-10-30
1121

1222
### Commits

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wp-datetime",
3-
"version": "2.1.6",
3+
"version": "2.1.7",
44
"description": "WordPress DateTime library.",
55
"repository": {
66
"type": "git",

pronamic-datetime.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-datetime/
55
* Description: WordPress DateTime library.
66
*
7-
* Version: 2.1.6
7+
* Version: 2.1.7
88
* Requires at least: 4.7
99
* Requires PHP: 7.4
1010
*

0 commit comments

Comments
 (0)