From 85d92970d40dee473f3271ff5cd07c282d746d0d Mon Sep 17 00:00:00 2001 From: tabuna Date: Sun, 22 Oct 2023 05:54:46 +0300 Subject: [PATCH] ## 14.15.0 - 2023-10-22 --- CHANGELOG.md | 9 +++++++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 261573304..c68116311 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 14.15.0 - 2023-10-22 + +### Changed +- Corrected Polish translation [#2730](https://github.com/orchidsoftware/platform/pull/2730) +- Enhanced Orchid service provider for packages +- Enabled screen save state for backward navigation by default +- Display `0` or `false` values for Labels + + ## 14.14.0 - 2023-09-22 ### Changed diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 716cd33c2..6bc22e270 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -21,7 +21,7 @@ class Dashboard /** * ORCHID Version. */ - public const VERSION = '14.14.0'; + public const VERSION = '14.15.0'; /** * @deprecated