Skip to content

Commit

Permalink
## 4.3.4 - 2019-03-17
Browse files Browse the repository at this point in the history
### Added
- Button field [807](orchidsoftware#807)

### Changed
- Rename `setLabel` to `label` for Collapse

### Fixed
- Show text for `Label` field

### Deprecated
- `set` prefix for ItemMenu, ItemPermission, TD [809](orchidsoftware#809)
  • Loading branch information
tabuna committed Mar 17, 2019
1 parent 792b627 commit 7ac3bf4
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 10 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## 4.3.4 - 2019-03-17

### Added
- Button field [807](https://github.com/orchidsoftware/platform/issues/807)

### Changed
- Rename `setLabel` to `label` for Collapse

### Fixed
- Show text for `Label` field

Expand Down
8 changes: 4 additions & 4 deletions public/css/orchid.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/orchid.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/js/vendor.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/js/manifest.js": "/js/manifest.js?id=01c8731923a46c30aaed",
"/js/orchid.js": "/js/orchid.js?id=a97f770eb96ca29c958c",
"/css/orchid.css": "/css/orchid.css?id=566854e93c49b5360cc4",
"/js/vendor.js": "/js/vendor.js?id=4fa29893c4d856e49ac2"
"/js/orchid.js": "/js/orchid.js?id=dafbd70185f439529f21",
"/css/orchid.css": "/css/orchid.css?id=daad45f0db6bd8b93570",
"/js/vendor.js": "/js/vendor.js?id=ab3370f1dd4a9e47604b"
}
2 changes: 1 addition & 1 deletion src/Platform/Dashboard.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Dashboard
/**
* ORCHID Version.
*/
public const VERSION = '4.3.3';
public const VERSION = '4.3.4';

/**
* The Dashboard configuration options.
Expand Down

0 comments on commit 7ac3bf4

Please sign in to comment.