Skip to content

Commit

Permalink
Merge branch 'release/1.9.4.13'
Browse files Browse the repository at this point in the history
  • Loading branch information
atwellpub committed Nov 28, 2018
2 parents df8dcdc + 79db245 commit 811e311
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/admin/class.inbound-analytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ public static function process_column_sorting($pieces, $query) {
global $wpdb, $table_prefix;

if (!function_exists('get_current_screen')) {
return;
return $pieces;
}

$screen = get_current_screen();
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.12
Version: 1.9.4.13
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.12' );
define('INBOUND_PRO_CURRENT_VERSION', '1.9.4.13' );
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 811e311

Please sign in to comment.