Skip to content

Commit

Permalink
Merge pull request #288 from Yoast/5.3-beta
Browse files Browse the repository at this point in the history
5.3-beta release notes and version bump
  • Loading branch information
Joost de Valk committed Jan 15, 2015
2 parents a01fbc3 + 933cdd0 commit 716e414
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
1 change: 1 addition & 0 deletions codesniffer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

<!-- Space checks are stupid -->
<exclude name="PEAR.Functions.FunctionCallSignature"/>
<exclude name="WordPress.Arrays.ArrayKeySpacingRestrictions.NoSpacesAroundArrayKeys" />

</rule>
<rule ref="WordPress.PHP.DiscouragedFunctions"/>
Expand Down
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 site, adding lots of features, e.g. error page, search result and automatic outgoing links and download tracking.
Author: Team Yoast
Version: 5.2.8
Version: 5.3-beta
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.8' );
define( 'GAWP_VERSION', '5.3-beta' );

define( 'GAWP_FILE', __FILE__ );

Expand Down
14 changes: 14 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,20 @@ This section describes how to install the plugin and get it working.

== Changelog ==

= 5.3-beta =

Release Date: January 15th, 2015

* Enhancements:
* Added an option for entirely disabling the dashboards functionality. If a user disables the dashboard, the menu item gets moved downward since there no longer is a reason for putting it so far up.
* Improved performance by making sure everything is autoloaded correctly and removing class inclusion checks everywhere.
* Makes sure the menu items become translatable.
* Added a button to save the GA authentication code as an alternative to hitting the return button.

* Bugfixes:
* Makes sure reauthentication notice is only shown when authentication has actually failed.
* Introduces a notice for when authentication isn't the problem but the plugin was somehow not able to fetch data from GA.

= 5.2.8 =

Release Date: January 8th, 2015
Expand Down

0 comments on commit 716e414

Please sign in to comment.