From 6b39397d8f28c199bda0a5009b6e922fa35030bc Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Mon, 27 Mar 2023 10:59:06 +0200 Subject: [PATCH] v2.1.4 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- pronamic-datetime.php | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7454e74..fe7a8f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.1.4] - 2023-03-27 + +### Commits + +- Set Composer type to `wordpress-plugin`. ([9563b8e](https://github.com/pronamic/wp-datetime/commit/9563b8e4f85c3fd935cff82cd7f94ee16e021870)) + +Full set of changes: [`2.1.3...2.1.4`][2.1.4] + +[2.1.4]: https://github.com/pronamic/wp-datetime/compare/v2.1.3...v2.1.4 + ## [2.1.3] - 2023-03-02 ### Added diff --git a/package.json b/package.json index 7cb4ef4..cc5cadd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-datetime", - "version": "2.1.3", + "version": "2.1.4", "description": "WordPress DateTime library.", "repository": { "type": "git", diff --git a/pronamic-datetime.php b/pronamic-datetime.php index a9659d3..447efcb 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.3 + * Version: 2.1.4 * Requires at least: 4.7 * Requires PHP: 7.4 *