From c51d7775a5c766c4f2bd9e656791cf567651e348 Mon Sep 17 00:00:00 2001 From: tabuna Date: Sat, 1 Jun 2024 02:49:52 +0300 Subject: [PATCH] ## 14.25.2 - 2024-06-01 --- CHANGELOG.md | 7 +++++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5c93bc21..29f8b1977 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.25.2 - 2024-06-01 + +### Fixed +- Updated rules for stubs to ensure correct behavior +- Enhanced fieldset template for better usability +- Visual enhancements to the Boolean component [#2838](https://github.com/orchidsoftware/platform/pull/2838) + ## 14.25.1 - 2024-05-30 ### Fixed diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index a98440ee9..9138eacc9 100644 --- a/src/Platform/Dashboard.php +++ b/src/Platform/Dashboard.php @@ -23,7 +23,7 @@ class Dashboard * * @deprecated Use `Dashboard::version()` instead. */ - public const VERSION = '14.25.1'; + public const VERSION = '14.25.2'; /** * @deprecated