Skip to content

Commit bfee852

Browse files
Merge pull request #34 from BeverCRM/chore/publishing
publish updates
2 parents c5d6e8f + 34304b2 commit bfee852

File tree

5 files changed

+20
-27
lines changed

5 files changed

+20
-27
lines changed

.github/workflows/create-release-and-upload-solution-to-azure-storage-ci.yml

Lines changed: 0 additions & 18 deletions
This file was deleted.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Publish on Bever Marketplace CI
2+
3+
on:
4+
push:
5+
branches: release
6+
7+
jobs:
8+
main:
9+
uses: BeverCRM/Workflow-Build-Release-Upload-Update/.github/workflows/build-release-upload-update-rw.yml@master
10+
secrets: inherit
11+
with:
12+
control-title: Schedule Board View
13+
control-youtube-video-url: https://www.youtube.com/watch?v=PD5IvVbYWBs
14+
control-tags: Dataset, Grid, Board

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## [v1.0.1]( https://github.com/BeverCRM/PCF-ScheduleBoardView/releases/tag/v1.0.1) (2023-04-28)
2+
3+
### Bug Fix
4+
* Fixed the issue with formatted dates
5+
16
## [v1.0.0]( https://github.com/BeverCRM/PCF-ScheduleBoardView/releases/tag/v1.0.0) (2023-03-03)
27

38
This control converts any dataset that has start date and end date in its records into Schedule Board.

ScheduleBoard/ControlManifest.Input.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8" ?>
22
<manifest>
3-
<control namespace="BeverControls" constructor="ScheduleBoardView" version="1.0.0" display-name-key="BeverControls.ScheduleBoardView" description-key="This control converts any dataset that has start date and end date in its records into Schedule Board" control-type="virtual">
3+
<control namespace="BeverControls" constructor="ScheduleBoardView" version="1.0.1" display-name-key="BeverControls.ScheduleBoardView" description-key="This control converts any dataset that has start date and end date in its records into Schedule Board" control-type="virtual">
44
<data-set name="DataSet" display-name-key="Records" cds-data-set-options="displayViewSelector:true;displayQuickFind:true">
55
</data-set>
66
<property name='name' display-name-key='Name' description-key='Label of record on the board' of-type='SingleLine.Text' usage='input' required='true' />

Solution/.gitignore

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)