Skip to content

Commit

Permalink
v9.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ciprianimike committed Sep 24, 2024
1 parent 02fe7f4 commit 406f6cd
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
11 changes: 3 additions & 8 deletions googleanalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author: MonsterInsights
* Author URI: https://www.monsterinsights.com/lite/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0
*
* Version: 9.1.0
* Version: 9.1.1
* Requires at least: 5.6.0
* Requires PHP: 7.2
*
Expand Down Expand Up @@ -71,7 +71,7 @@ final class MonsterInsights_Lite {
* @access public
* @var string $version Plugin version.
*/
public $version = '9.1.0';
public $version = '9.1.1';

/**
* Plugin file.
Expand Down Expand Up @@ -404,16 +404,11 @@ public function load_textdomain() {

$plugin_dir = basename( __DIR__ );

$result = load_plugin_textdomain(
load_plugin_textdomain(
$plugin_text_domain,
false,
$plugin_dir . '/languages'
);

if ( ! $result ) {
error_log( 'Failed to load textdomain ' . $plugin_text_domain );
error_log( 'Path searched: ' . $plugin_dir . '/languages' );
}
}

/**
Expand Down
6 changes: 3 additions & 3 deletions languages/google-analytics-for-wordpress.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL v3.
msgid ""
msgstr ""
"Project-Id-Version: Google Analytics for WordPress by MonsterInsights 9.1.0\n"
"Project-Id-Version: Google Analytics for WordPress by MonsterInsights 9.1.1\n"
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/google-analytics-for-wordpress-working-dir\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-09-23T12:16:29+00:00\n"
"POT-Creation-Date: 2024-09-24T16:45:00+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.11.0\n"
"X-Domain: google-analytics-for-wordpress\n"
Expand Down Expand Up @@ -10075,7 +10075,7 @@ msgstr ""
msgid "Cheatin&#8217; huh?"
msgstr ""

#: googleanalytics.php:435
#: googleanalytics.php:430
msgid "Please %1$suninstall%2$s the MonsterInsights Lite Plugin. Your Pro version of MonsterInsights may not work as expected until the Lite version is uninstalled."
msgstr ""

Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: http://www.wpbeginner.com/wpbeginner-needs-your-help/
Tags: WordPress analytics, google analytics, google analytics dashboard, google analytics widget, Website Analytics
Requires at least: 5.6.0
Tested up to: 6.6.2
Stable tag: 9.1.0
Stable tag: 9.1.1
Requires PHP: 7.2
License: GPL v3

Expand Down Expand Up @@ -119,6 +119,9 @@ MonsterInsights&reg; is a registered trademark of MonsterInsights LLC. When writ
4. Want more features? <a href="https://www.monsterinsights.com/?utm_source=wprepo&utm_medium=link&utm_campaign=liteversion">Purchase MonsterInsights Pro</a>!

== Changelog ==
= 9.1.1: September 24, 2024 =
- Fix: We fixed a PHP issue related to translations.

= 9.1.0: September 23, 2024 =
- New: Stats at a Glance report shows you information about your website in a whole new way.
- New: Google Ads Enhanced Conversion Support & Meta Conversion API Support (CAPI) for PPC Campaigns
Expand Down

0 comments on commit 406f6cd

Please sign in to comment.