Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/staging'
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhungate committed Feb 8, 2018
2 parents 50ac6b0 + 492ba1a commit a3548ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion uninstall.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ function mailchimp_environment_variables() {
return (object) array(
'repo' => 'master',
'environment' => 'production',
'version' => '2.1.2',
'version' => '2.1.4',
'php_version' => phpversion(),
'wp_version' => (empty($wp_version) ? 'Unknown' : $wp_version),
'wc_version' => class_exists('WC') ? WC()->version : null,
'logging' => ($o && is_array($o) && isset($o['mailchimp_logging'])) ? $o['mailchimp_logging'] : 'none',
Expand Down

0 comments on commit a3548ba

Please sign in to comment.