[MM-23827] - Update nps plugin version (#14369)
Co-authored-by: Nevyana Angelova <nevyangelova@Nevyanas-MBP.fritz.box> Co-authored-by: mattermod <mattermod@users.noreply.github.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
9853056b7a
Коммит
6362926b5c
2
Makefile
2
Makefile
@@ -87,7 +87,7 @@ TE_PACKAGES=$(shell $(GO) list ./...)
|
||||
# Plugins Packages
|
||||
PLUGIN_PACKAGES?=mattermost-plugin-zoom-v1.3.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-autolink-v1.1.2
|
||||
PLUGIN_PACKAGES += mattermost-plugin-nps-v1.0.3
|
||||
PLUGIN_PACKAGES += mattermost-plugin-nps-v1.0.4
|
||||
PLUGIN_PACKAGES += mattermost-plugin-custom-attributes-v1.0.2
|
||||
PLUGIN_PACKAGES += mattermost-plugin-github-v0.11.0
|
||||
PLUGIN_PACKAGES += mattermost-plugin-welcomebot-v1.1.1
|
||||
|
||||
@@ -559,7 +559,7 @@ func TestGetInstalledMarketplacePlugins(t *testing.T) {
|
||||
BaseMarketplacePlugin: &model.BaseMarketplacePlugin{
|
||||
HomepageURL: "https://example.com/mattermost/mattermost-plugin-nps",
|
||||
IconData: "https://example.com/icon.svg",
|
||||
DownloadURL: "https://example.com/mattermost/mattermost-plugin-nps/releases/download/v1.0.3/com.mattermost.nps-1.0.3.tar.gz",
|
||||
DownloadURL: "https://example.com/mattermost/mattermost-plugin-nps/releases/download/v1.0.4/com.mattermost.nps-1.0.4.tar.gz",
|
||||
Labels: []model.MarketplaceLabel{
|
||||
{
|
||||
Name: "someName",
|
||||
@@ -570,7 +570,7 @@ func TestGetInstalledMarketplacePlugins(t *testing.T) {
|
||||
Id: "com.mattermost.nps",
|
||||
Name: "User Satisfaction Surveys",
|
||||
Description: "This plugin sends quarterly user satisfaction surveys to gather feedback and help improve Mattermost.",
|
||||
Version: "1.0.3",
|
||||
Version: "1.0.4",
|
||||
MinServerVersion: "5.14.0",
|
||||
},
|
||||
},
|
||||
@@ -703,12 +703,12 @@ func TestSearchGetMarketplacePlugins(t *testing.T) {
|
||||
BaseMarketplacePlugin: &model.BaseMarketplacePlugin{
|
||||
HomepageURL: "example.com/mattermost/mattermost-plugin-nps",
|
||||
IconData: "Cjxzdmcgdmlld0JveD0nMCAwIDEwNSA5MycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz4KPHBhdGggZD0nTTY2LDBoMzl2OTN6TTM4LDBoLTM4djkzek01MiwzNWwyNSw1OGgtMTZsLTgtMThoLTE4eicgZmlsbD0nI0VEMUMyNCcvPgo8L3N2Zz4K",
|
||||
DownloadURL: "example.com/mattermost/mattermost-plugin-nps/releases/download/v1.0.3/com.mattermost.nps-1.0.3.tar.gz",
|
||||
DownloadURL: "example.com/mattermost/mattermost-plugin-nps/releases/download/v1.0.4/com.mattermost.nps-1.0.4.tar.gz",
|
||||
Manifest: &model.Manifest{
|
||||
Id: "com.mattermost.nps",
|
||||
Name: "User Satisfaction Surveys",
|
||||
Description: "This plugin sends quarterly user satisfaction surveys to gather feedback and help improve Mattermost.",
|
||||
Version: "1.0.3",
|
||||
Version: "1.0.4",
|
||||
MinServerVersion: "5.14.0",
|
||||
},
|
||||
},
|
||||
|
||||
Ссылка в новой задаче
Block a user