Skip to content

Commit

Permalink
## 14.8.0 - 2023-07-29
Browse files Browse the repository at this point in the history
  • Loading branch information
tabuna committed Jul 29, 2023
1 parent e895d28 commit baab5c5
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.8.0 - 2023-07-29

### Added
- Make accordion items stay open when another item is opened. [#2677](https://github.com/orchidsoftware/platform/pull/2677)

### Changed
- Improving Filter and support pattern parameters [#2684](https://github.com/orchidsoftware/platform/pull/2684)

### Fixed
- Missing `bs` in popover data attributes [#2667](https://github.com/orchidsoftware/platform/pull/2667)

## 14.7.0 - 2023-07-28

### Added
Expand Down
6 changes: 3 additions & 3 deletions public/css/orchid.rtl.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Dashboard
/**
* ORCHID Version.
*/
public const VERSION = '14.7.0';
public const VERSION = '14.8.0';

/**
* @deprecated
Expand Down

0 comments on commit baab5c5

Please sign in to comment.