sebbmeyer / php-microsoft-teams-connector

PHP Microsoft Teams Connector
MIT License
111 stars 22 forks source link

fix: correct type of verson in CustomAdaptiveCard #30

Open tinect opened 4 months ago

tinect commented 4 months ago

Version must be a string otherwise, M$ will answer with an exception. Additionally, the new workflow will result with empty string instead of "1".

sebbmeyer commented 4 months ago

Thanks @tinect for the PR, it will try to review it as soon as I can

janmyszkier commented 1 week ago

@sebbmeyer I can confirm this is needed and PR is correct. Eventually might be a good idea to change all versions around the code to strings like it's done in https://github.com/sebbmeyer/php-microsoft-teams-connector/blob/master/src/Cards/Adaptive/BaseAdaptiveCard.php#L23

sebbmeyer commented 6 days ago

@janmyszkier thanks for checking the PR. I try check every open PR on the weekend and merge it