Skip to content

Commit ffea6a3

Browse files
committed
v2.1.8
1 parent fa8dc5b commit ffea6a3

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

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

10+
## [2.1.8] - 2024-12-17
11+
12+
### Commits
13+
14+
- Require only WordPress core translations. ([fa8dc5b](https://github.com/pronamic/wp-datetime/commit/fa8dc5b17bbea3d49cf13d189aaf7258e88d7e09))
15+
- Merge pull request #1 from pronamic/happy-2024 ([97656de](https://github.com/pronamic/wp-datetime/commit/97656de86674525351b4008d3269696ccc02e8d9))
16+
- Happy 2024. ([a6cc2b4](https://github.com/pronamic/wp-datetime/commit/a6cc2b41cee03a7dca502baf234b97be11d5cacc))
17+
18+
Full set of changes: [`2.1.7...2.1.8`][2.1.8]
19+
20+
[2.1.8]: https://github.com/pronamic/wp-datetime/compare/v2.1.7...v2.1.8
21+
1022
## [2.1.7] - 2023-10-30
1123

1224
### 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.7",
3+
"version": "2.1.8",
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.7
7+
* Version: 2.1.8
88
* Requires at least: 4.7
99
* Requires PHP: 7.4
1010
*

0 commit comments

Comments
 (0)