Skip to content

Releases: presslabs/toplytics

Add support for GA v4

07 Nov 20:43
712c921
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.0.10...v4.1

Fixes & error handling improvments

14 Jun 06:03
Compare
Choose a tag to compare
  • Tweek: Added an error count threshold to prevent "sudden disconnect syndrome"
  • Tweek: Improved class handling by importing the required ones where needed
  • Improved: Exception handling and display of cURL errors
  • Fixed: Replaced deprecated Google Exception class with the correct one
  • Fixed: Small code fixes like deprecated filters, undefined vars in templates, etc.
  • Fixed: Array offset warning on first activation (#156)

Release 4.0.7

05 Nov 15:11
Compare
Choose a tag to compare

Fixed status messages not being displayed on settings pages.

Release 4.0.5

09 Sep 20:15
Compare
Choose a tag to compare

Release to wp.org

Release 4.0.4

09 Sep 13:49
Compare
Choose a tag to compare
Bump phpseclib/phpseclib from 2.0.17 to 2.0.31 in /src

Bumps [phpseclib/phpseclib](https://github.com/phpseclib/phpseclib) from 2.0.17 to 2.0.31.
- [Release notes](https://github.com/phpseclib/phpseclib/releases)
- [Changelog](https://github.com/phpseclib/phpseclib/blob/master/CHANGELOG.md)
- [Commits](https://github.com/phpseclib/phpseclib/compare/2.0.17...2.0.31)

Signed-off-by: dependabot[bot] <[email protected]>

Release 4.0.3

13 May 13:08
Compare
Choose a tag to compare

Bug fixes for date ranges.

4.0.0

04 Feb 14:51
Compare
Choose a tag to compare

Complete rewrite of the plugin. Please test on a development instance before pushing in production.

Please use the version published on https://wordpress.org/plugins/toplytics to install this release.

Version 3.2

29 Mar 08:26
d2b6604
Compare
Choose a tag to compare
  • Simplify the auth process for GA

3.1

03 Jan 21:42
Compare
Choose a tag to compare
3.1
  • Allow multiple post types via filter
  • Add shortcode to features list fix #115
  • Remove PDF. Change documentation link from PDF docs to Presslabs site
  • Fix #109 - deprecated constructor method call
  • Fix #100, exclude disconnecting for network is unreachable
  • Fix travis tests
  • Use different ID for wrapper div of list of posts
  • Fixed get_result() returning null instead of array()
  • Update readme.txt
  • Remove unused parameter $when
  • Fix add_query_arg vulnerability
  • Add the filter toplytics_widget_args

3.0

18 Apr 19:08
Compare
Choose a tag to compare
3.0

This is a major update and you need to re-authenticate with Google Analytics for the plugin to work!

  • Google Analytics API v3.0 is being used from now on
  • major code refactoring
  • removed realtime template - the JS code can now be used directly in toplytics-template.php file
  • removed filters and actions
    filters:
    toplytics_ga_api_url_$name
    toplytics_ga_api_result_xml_$name
    toplytics_ga_api_result_simplexml_$name
    action:
    action toplytics_options_general_page
  • removed debug page
  • added new filters in order to get more information about how the plugin works
    toplytics_disconnect_message
    toplytics_analytics_data
    toplytics_analytics_data_result
    toplytics_analytics_data_allresults
    toplytics_rel_path
    toplytics_convert_data_url
    toplytics_convert_data_to_posts
    toplytics_json_data
    toplytics_json_all_data
  • removed 2weeks from the data range.
  • removed Romanian translation