Skip to content

Commit 6916871

Browse files
author
GITUSER
committed
Merge branch 'release/1.9.9.8.5'
2 parents a31f956 + 065a7d7 commit 6916871

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

core/mailer/classes/class.templates.preview.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function __construct() {
2929
public function load_hooks() {
3030
add_action('mailer/email/header', array(__CLASS__, 'load_header_scripts'), 11);
3131
add_action('mailer/email/footer', array(__CLASS__, 'load_footer_scripts'), 11);
32-
add_filter('single_template', array(__CLASS__, 'load_email'), 11);
32+
add_filter('single_template', array(__CLASS__, 'load_email'), 101);
3333
}
3434

3535
/**

inbound-pro.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin URI: http://www.inboundnow.com/
55
Description: Professional Inbound Marketing Suite for WordPress
66
Author: InboundWP LLC
7-
Version: 1.9.9.8.4
7+
Version: 1.9.9.8.5
88
Author URI: http://www.inboundnow.com/
99
Text Domain: inbound-pro
1010
*/
@@ -95,8 +95,8 @@ public function __construct() {
9595
*/
9696
private static function define_constants() {
9797

98-
define('INBOUND_PRO_CURRENT_VERSION', '1.9.9.8.4' );
99-
define('INBOUND_PRO_STABLE_VERSION', '1.9.9.8.4' );
98+
define('INBOUND_PRO_CURRENT_VERSION', '1.9.9.8.5' );
99+
define('INBOUND_PRO_STABLE_VERSION', '1.9.9.8.5' );
100100
define('INBOUND_PRO_TRANSLATIONS_VERSION', '1.30.22' );
101101
define('INBOUND_PRO_URLPATH', plugin_dir_url( __FILE__ ));
102102
define('INBOUND_PRO_PATH', plugin_dir_path( __FILE__ ) );

0 commit comments

Comments
 (0)