Skip to content

Commit

Permalink
Merge branch 'release/1.9.4.15'
Browse files Browse the repository at this point in the history
  • Loading branch information
atwellpub committed Dec 5, 2018
2 parents 245b6ee + 81f9f68 commit 5ba733e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/mailer/classes/class.lead-profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -778,7 +778,7 @@ public static function display_quick_stat_email_sends($post) {
<?php
if (class_exists('Inbound_Analytics')) {
?>
<a href='<?php echo admin_url('index.php?action=inbound_generate_report&lead_id='.$post->ID.'&class=Inbound_Events_Report&event_name=sparkpost_delivery&range=10000&tb_hide_nav=true&TB_iframe=true&width=1000&height=600'); ?>' class='thickbox inbound-thickbox'>
<a href='<?php echo admin_url('index.php?action=inbound_generate_report&lead_id='.$post->ID.'&class=Inbound_Events_Report&event_name=sparkpost_delivery&range=10000&tb_hide_nav=true&TB_iframe=true&width=1000&height=600&show_graph=false'); ?>' class='thickbox inbound-thickbox'>
<?php echo self::get_email_send_count($post->ID); ?>
</a>
<?php
Expand Down
4 changes: 2 additions & 2 deletions inbound-pro.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: http://www.inboundnow.com/
Description: Professional Inbound Marketing Suite for WordPress
Author: InboundWP LLC
Version: 1.9.4.14
Version: 1.9.4.15
Author URI: http://www.inboundnow.com/
Text Domain: inbound-pro
*/
Expand Down Expand Up @@ -95,7 +95,7 @@ public function __construct() {
*/
private static function define_constants() {

define('INBOUND_PRO_CURRENT_VERSION', '1.9.4.14' );
define('INBOUND_PRO_CURRENT_VERSION', '1.9.4.15' );
define('INBOUND_PRO_STABLE_VERSION', '1.9.4.5' );
define('INBOUND_PRO_TRANSLATIONS_VERSION', '1.30.22' );
define('INBOUND_PRO_URLPATH', plugin_dir_url( __FILE__ ));
Expand Down

0 comments on commit 5ba733e

Please sign in to comment.