diff --git a/Makefile b/Makefile index eb6660b0a8..a7f1bafb1a 100644 --- a/Makefile +++ b/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 diff --git a/api4/plugin_test.go b/api4/plugin_test.go index 1b122b222a..b6f21be45e 100644 --- a/api4/plugin_test.go +++ b/api4/plugin_test.go @@ -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", }, },