Skip to content

Commit

Permalink
## 14.38.0 - 2024-10-23
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Oct 23, 2024
1 parent ba7e9da commit cc88979
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Dashboard
*
* @deprecated Use `Dashboard::version()` instead.
*/
public const VERSION = '14.37.0';
public const VERSION = '14.38.0';

/**
* @deprecated
Expand Down

0 comments on commit cc88979

Please sign in to comment.