From ffea6a39c8204b958e00f4d1112d2d58ac96f070 Mon Sep 17 00:00:00 2001 From: Remco Tolsma Date: Tue, 17 Dec 2024 13:35:00 +0100 Subject: [PATCH] v2.1.8 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- pronamic-datetime.php | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 015701f..94da57c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.1.8] - 2024-12-17 + +### Commits + +- Require only WordPress core translations. ([fa8dc5b](https://github.com/pronamic/wp-datetime/commit/fa8dc5b17bbea3d49cf13d189aaf7258e88d7e09)) +- Merge pull request #1 from pronamic/happy-2024 ([97656de](https://github.com/pronamic/wp-datetime/commit/97656de86674525351b4008d3269696ccc02e8d9)) +- Happy 2024. ([a6cc2b4](https://github.com/pronamic/wp-datetime/commit/a6cc2b41cee03a7dca502baf234b97be11d5cacc)) + +Full set of changes: [`2.1.7...2.1.8`][2.1.8] + +[2.1.8]: https://github.com/pronamic/wp-datetime/compare/v2.1.7...v2.1.8 + ## [2.1.7] - 2023-10-30 ### Commits diff --git a/package.json b/package.json index 12aff5c..cc292a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-datetime", - "version": "2.1.7", + "version": "2.1.8", "description": "WordPress DateTime library.", "repository": { "type": "git", diff --git a/pronamic-datetime.php b/pronamic-datetime.php index 79a7540..6a9d8f5 100644 --- a/pronamic-datetime.php +++ b/pronamic-datetime.php @@ -4,7 +4,7 @@ * Plugin URI: https://www.pronamic.eu/plugins/pronamic-datetime/ * Description: WordPress DateTime library. * - * Version: 2.1.7 + * Version: 2.1.8 * Requires at least: 4.7 * Requires PHP: 7.4 *