-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IN-1383] Fixed bug where “Scout from Sailthru” page was created for …
…all sites, rather than just Scout-enabled sites.
- Loading branch information
Henri Vrod
committed
Jul 1, 2020
1 parent
c212c82
commit d9b5103
Showing
5 changed files
with
9 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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.4.3 | ||
Version: 3.4.4 | ||
Author: Sailthru | ||
Author URI: http://sailthru.com | ||
Author Email: [email protected] | ||
|
@@ -35,7 +35,7 @@ | |
* @var const $version The current version of the plugin. | ||
*/ | ||
if ( ! defined( 'SAILTHRU_PLUGIN_VERSION' ) ) { | ||
define( 'SAILTHRU_PLUGIN_VERSION', '3.4.3' ); | ||
define( 'SAILTHRU_PLUGIN_VERSION', '3.4.4' ); | ||
} | ||
|
||
if ( ! defined( 'SAILTHRU_PLUGIN_PATH' ) ) { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,6 @@ | |
|
||
|
||
} else { | ||
|
||
/* | ||
* If Scout is not on, advise the user | ||
*/ | ||
|