From d76691ffafe01f244053edae94923cd8864b5a4b Mon Sep 17 00:00:00 2001 From: Remco Tolsma <869674+remcotolsma@users.noreply.github.com> Date: Fri, 13 Oct 2023 12:37:03 +0200 Subject: [PATCH] v2.1.5 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- pronamic-datetime.php | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe7a8f4..acf967a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C ## [Unreleased][unreleased] - +## [2.1.5] - 2023-10-13 + +### Commits + +- It is recommended not to use reserved keyword "object". ([b5dcf67](https://github.com/pronamic/wp-datetime/commit/b5dcf67de0584953fbb855cb7feec8589b2faf8d)) +- Stand-alone post-increment statement found. ([a5a1a81](https://github.com/pronamic/wp-datetime/commit/a5a1a81bb8dfe5c33c49273ac4a81fb6af051968)) + +Full set of changes: [`2.1.4...2.1.5`][2.1.5] + +[2.1.5]: https://github.com/pronamic/wp-datetime/compare/v2.1.4...v2.1.5 + ## [2.1.4] - 2023-03-27 ### Commits diff --git a/package.json b/package.json index cc5cadd..ca3d7b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wp-datetime", - "version": "2.1.4", + "version": "2.1.5", "description": "WordPress DateTime library.", "repository": { "type": "git", diff --git a/pronamic-datetime.php b/pronamic-datetime.php index 447efcb..988f89e 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.4 + * Version: 2.1.5 * Requires at least: 4.7 * Requires PHP: 7.4 *