From cc8897943fdea2f404e04783582dd0c1edaa0c25 Mon Sep 17 00:00:00 2001 From: Alexandr Chernyaev Date: Wed, 23 Oct 2024 18:45:48 +0300 Subject: [PATCH] ## 14.38.0 - 2024-10-23 --- CHANGELOG.md | 9 +++++++++ src/Platform/Dashboard.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32ea60bad..63b98ecea 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.38.0 - 2024-10-23 + +### Added +- Padding for items `Selection` +- `addClass()` method to `Field` class for easier class manipulation [#2909](https://github.com/orchidsoftware/platform/pull/2909) + +### Changed +- Remove `memory_limit` for check max size upload [#2910](https://github.com/orchidsoftware/platform/issues/2910) + ## 14.37.0 - 2024-10-12 ### Added diff --git a/src/Platform/Dashboard.php b/src/Platform/Dashboard.php index 5b35559a4..b75a4129b 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.37.0'; + public const VERSION = '14.38.0'; /** * @deprecated