Releases: presslabs/toplytics
Releases · presslabs/toplytics
Add support for GA v4
What's Changed
- Bump phpseclib/phpseclib from 3.0.14 to 3.0.19 in /src by @dependabot in #167
- Bump guzzlehttp/psr7 from 2.3.0 to 2.5.0 in /src by @dependabot in #168
- Add Support for Google Analytics v4 by @cristianuibar in #169
Full Changelog: v4.0.10...v4.1
Fixes & error handling improvments
- 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
Fixed status messages not being displayed on settings pages.
Release 4.0.5
Release to wp.org
Release 4.0.4
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
Bug fixes for date ranges.
4.0.0
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
- Simplify the auth process for GA
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
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