From 38a942e695b65d3d3d75a093d01e1561148eff27 Mon Sep 17 00:00:00 2001 From: Antranig Basman Date: Tue, 27 Sep 2022 11:56:25 +0100 Subject: [PATCH] Committing for 4.4.0 release --- AUTHORS.md | 2 +- CHANGELOG.md | 8 ++++++++ ReleaseNotes.md | 8 +++++++- package.json | 2 +- src/framework/core/js/Fluid.js | 4 ++-- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/AUTHORS.md b/AUTHORS.md index 871a07d024..e82b965462 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -6,7 +6,7 @@ This is the list of Infusion copyright holders. It does not list all individual copyright to an institution, only made minor changes, or their contributions no longer appear in the codebase. Please see the version control system's revision history for details on contributions. -Copyright 2007-2021 +Copyright 2007-2022 * Dinuka De Silva * Lucendo Development Ltd. diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e2641fe5a..fed12b8442 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,13 @@ Infusion from v2.0.0 onwards adheres to [Semantic Versioning](https://semver.org ### More Info +## [4.4.0] - 2022-09-27 + +### Fixed + +* [FLUID-6750](https://issues.fluidproject.org/browse/FLUID-6750) Model-driven relocalisation does not take account + of initial model values + ## [4.3.0] - 2022-08-08 ### Added @@ -963,6 +970,7 @@ A pre-release of [0.3.0]. * [Changes in 0.1.0](https://github.com/fluid-project/infusion/commits/v0.1.0) [Unreleased]: https://github.com/fluid-project/infusion/compare/v4.0.0...HEAD +[4.4.0]: https://github.com/fluid-project/infusion/releases/tag/v4.4.0 [4.3.0]: https://github.com/fluid-project/infusion/releases/tag/v4.3.0 [4.2.0]: https://github.com/fluid-project/infusion/releases/tag/v4.2.0 [4.1.0]: https://github.com/fluid-project/infusion/releases/tag/v4.1.0 diff --git a/ReleaseNotes.md b/ReleaseNotes.md index a89914a102..d8a380dcf8 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,9 +1,15 @@ -# Release Notes for Fluid Infusion 4.2.0 +# Release Notes for Fluid Infusion 4.4.0 [Fluid Project](https://fluidproject.org) [Infusion Documentation](https://github.com/fluid-project/infusion-docs) +## What's New in 4.4.0 + +* Maintenance release which resolves + * [FLUID-6750](https://issues.fluidproject.org/browse/FLUID-6750) Model-driven relocalisation does not take account + of initial model values + ## What's New in 4.3.0 * Maintenance release which resolves diff --git a/package.json b/package.json index a4b3d9f50f..2b6cdd481f 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "infusion", "description": "Infusion is an application framework for developing flexible stuff with JavaScript", - "version": "4.3.0", + "version": "4.4.0", "author": "Fluid Project", "bugs": "http://issues.fluidproject.org/browse/FLUID", "homepage": "http://www.fluidproject.org/", diff --git a/src/framework/core/js/Fluid.js b/src/framework/core/js/Fluid.js index fd8fef2715..09230ccf7a 100644 --- a/src/framework/core/js/Fluid.js +++ b/src/framework/core/js/Fluid.js @@ -1,5 +1,5 @@ /*! - * Fluid Infusion v4.2.0 + * Fluid Infusion v4.4.0 * * Infusion is distributed under the Educational Community License 2.0 and new BSD licenses: * http://wiki.fluidproject.org/display/fluid/Fluid+Licensing @@ -30,7 +30,7 @@ Underscore may be freely distributed under the MIT license. var fluid = fluid || {}; // eslint-disable-line no-redeclare -fluid.version = "Infusion 4.2.0"; +fluid.version = "Infusion 4.4.0"; // Export this for use in environments like node.js, where it is useful for // configuring stack trace behaviour