Skip to content

Commit

Permalink
[V3.6.3] Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lindsaycooper committed Jan 20, 2021
1 parent 819c5c5 commit 7097e5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
4 changes: 2 additions & 2 deletions plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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: [email protected]
Expand Down Expand Up @@ -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' ) ) {
Expand Down

0 comments on commit 7097e5e

Please sign in to comment.