Skip to content

Commit

Permalink
Merge pull request #234 from Yoast/5.2.6
Browse files Browse the repository at this point in the history
Version bump to 1.1.6
  • Loading branch information
Joost de Valk committed Dec 16, 2014
2 parents 019205b + 8a8d8bb commit 7ce8fc4
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions googleanalytics.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Plugin URI: https://yoast.com/wordpress/plugins/google-analytics/#utm_source=wordpress&utm_medium=plugin&utm_campaign=wpgaplugin&utm_content=v504
Description: This plugin makes it simple to add Google Analytics to your WordPress blog, adding lots of features, eg. error page, search result and automatic clickout and download tracking.
Author: Team Yoast
Version: 5.2.5
Version: 5.2.6
Requires at least: 3.8
Author URI: https://yoast.com/
License: GPL v3
Expand All @@ -30,7 +30,7 @@

// This plugin was originally based on Rich Boakes' Analytics plugin: http://boakes.org/analytics, but has since been rewritten and refactored multiple times.

define( 'GAWP_VERSION', '5.2.5' );
define( 'GAWP_VERSION', '5.2.6' );

define( 'GAWP_FILE', __FILE__ );

Expand Down
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Donate link: https://yoast.com/donate/
Tags: analytics, google analytics, statistics, tracking, stats, google, yoast
Requires at least: 3.8
Tested up to: 4.1
Stable tag: 5.2.5
Stable tag: 5.2.6

Track your WordPress site easily with the latest tracking codes and lots added data for search result pages and error pages.

Expand Down Expand Up @@ -49,6 +49,16 @@ This section describes how to install the plugin and get it working.

== Changelog ==

= 5.2.6 =

Release Date: December 16th, 2014

* Hotfix:
* Fixing API library to prevent fatal error.

* Bugfixes:
* Fixes the way of getting data from the Google API. cURL was used, but is changed into core wp_remote functionality to prevent errors when cURL isn't enabled.

= 5.2.5 =

Release Date: December 16th, 2014
Expand Down

0 comments on commit 7ce8fc4

Please sign in to comment.