Skip to content

Commit

Permalink
Version 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriscct7 committed Feb 19, 2017
1 parent 06afbab commit 8152bb6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
6 changes: 3 additions & 3 deletions googleanalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
/**
* Plugin Name: Google Analytics for WordPress by MonsterInsights
* Plugin URI: https://www.monsterinsights.com/?utm_source=wordpress&utm_medium=plugin&utm_campaign=wpmipluginpro&utm_content=v600
* Description: The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back. Get stats that matter.
* Description: The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.
* Author: MonsterInsights
* Author URI: https://www.monsterinsights.com/
*
* Version: 6.0.0
* Version: 6.0.1
* Requires at least: 3.9.0
* Tested up to: 4.7.2
*
Expand Down Expand Up @@ -69,7 +69,7 @@ final class MonsterInsights_Lite {
* @access public
* @var string $version Plugin version.
*/
public $version = '6.0.0';
public $version = '6.0.1';

/**
* Plugin file.
Expand Down
6 changes: 3 additions & 3 deletions includes/admin/settings/settings-api.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function monsterinsights_get_section_settings( $section, $page = 'tracking' ) {
'tooltip_title' => false,
'tooltip_desc' => false,
'field_class' => '',
'multiselect' => false,
'multiple' => false,
'allowclear' => true,
'notice_type' => '',
) );
Expand Down Expand Up @@ -131,7 +131,7 @@ function monsterinsights_save_settings() {
'tooltip_title' => false,
'tooltip_desc' => false,
'field_class' => '',
'multiselect' => false,
'multiple' => false,
'allowclear' => true,
'notice_type' => '',
) );
Expand Down Expand Up @@ -320,7 +320,7 @@ function monsterinsights_sanitize_multicheck_field( $value, $id, $setting, $prev
* @todo docbloc
*/
function monsterinsights_sanitize_select_field( $value, $id, $setting, $previous_value ) {
if ( $setting['multiselect'] ) {
if ( ! empty( $setting['multiple'] ) && $setting['multiple'] ) {
$save_value = array();
} else {
$save_value = '';
Expand Down
11 changes: 7 additions & 4 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
Tags: analytics, analytics dashboard, google analytics, google analytics dashboard, google analytics widget, universal google analytics, statistics, tracking, stats, google, yoast, google analytics by yoast, ga, monster insights, monsterinsights, universal analytics, web stats, ecommerce, ecommerce tracking
Requires at least: 3.9
Tested up to: 4.7.2
Stable tag: 6.0.0
Stable tag: 6.0.1
License: GPL v3

The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back. Simply put, get stats that matter.
The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back.

== Description ==

Expand All @@ -26,7 +26,7 @@ At MonsterInsights, user experience is our #1 priority. That's why we make it ex

We took the pain out of connecting with Google Analytics and made it easy. Here's why over 1 million smart business owners, designers, and developers love MonsterInsights, and you will too!

https://www.youtube.com/watch?v=nHZBUDceRt0?rel=0
https://www.youtube.com/watch?v=nHZBUDceRt0

= Quick & Easy Google Analytics Setup =

Expand Down Expand Up @@ -71,7 +71,7 @@ With our Ads tracking addon, publishers can easily track the performance of thei

MonsterInsights allow you to take full advantage of all the powerful Google Analytics features such as custom dimensions, file download tracking, outbound link tracking, events tracking, performance tracking, and more.

>I like how simple it is for client users and how I can turn on the advanced features for myself to get all the details right.
>I like how simple it is for client users and how I can turn on the advanced features for myself to get all the details right.<br>
> Skip Shean

= Full MonsterInsights Feature List =
Expand Down Expand Up @@ -137,6 +137,9 @@ You can also learn about other <a href="http://www.wpbeginner.com/category/plugi

== Changelog ==

= 6.0.1, February 19, 2017 =
* Fixed: Typo that caused an issue with PHP 7 installs.

= 6.0.0, February 18, 2017 =
* New: Completely overhauled design, from top to bottom. The plugin has been completely rewritten.
* New: **no more advertisements** in the settings pages. We hated them too.
Expand Down

0 comments on commit 8152bb6

Please sign in to comment.