From 7097e5eff3844831b6f34e6eddd47fe1c4a793fd Mon Sep 17 00:00:00 2001 From: Lindsay Cooper Date: Wed, 20 Jan 2021 14:55:56 -0700 Subject: [PATCH] [V3.6.3] Version bump --- README.txt | 2 +- changelog.md | 3 +++ plugin.php | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.txt b/README.txt index 4ac7147..9b14b83 100755 --- a/README.txt +++ b/README.txt @@ -3,7 +3,7 @@ Contributors: brownac, lcooper, asilverman, nickgundry, sailthru-wp, automattic, Tags: personalization, email, Requires at least: 3.6 Tested up to: 5.4 -Stable tag: 3.6.2 +Stable tag: 3.6.3 This plugin provides fast and easy integration of the core Sailthru features into your Wordpress site. diff --git a/changelog.md b/changelog.md index e8155d2..3e56c84 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,8 @@ # Changelog +## v3.6.3 (2021-01-20) +Fixed bug where an unset Welcome Template breaks the signup widget + ## v3.6.2 (2020-12-03) Fixed bug where post_type not set properly diff --git a/plugin.php b/plugin.php index 2f1f6c5..c30b739 100644 --- a/plugin.php +++ b/plugin.php @@ -3,7 +3,7 @@ Plugin Name: Sailthru for WordPress Plugin URI: http://sailthru.com/ Description: Add the power of Sailthru to your WordPress set up. -Version: 3.6.2 +Version: 3.6.3 Author: Sailthru Author URI: http://sailthru.com Author Email: integrations@sailthru.com @@ -35,7 +35,7 @@ * @var const $version The current version of the plugin. */ if ( ! defined( 'SAILTHRU_PLUGIN_VERSION' ) ) { - define( 'SAILTHRU_PLUGIN_VERSION', '3.6.2' ); + define( 'SAILTHRU_PLUGIN_VERSION', '3.6.3' ); } if ( ! defined( 'SAILTHRU_PLUGIN_PATH' ) ) {