-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
release 1.8.1 #190
Merged
Merged
release 1.8.1 #190
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Release 1.8.0 back into develop
Standard and Transitional mode use the "amp_analytics_entries" hook, Reader mode uses "amp_post_template_analytics". We only added a filter for the latter, so AMP compatibility was only available in Reader mode.
Scripts and inline JS get removed on pages served via AMP. While that's fine for Statify, because we do use a separate analytics hook, it raises warnings for invalid markup on every AMP page. We now detect AMP usage and skip embedding the script. Also the checks are updated to use the new amp_is_request() function introduced in AMP plugin 2.0 for future compatibility.
Commonly used methods "beacon" and "xhrpost" are enabled by default, but as Statify doesn't work with "image", i.e. GET requests, we now specify the supported methods explicitly again.
fix AMP compatibility for Standard and Transitional mode (#181)
Add integration tests for tracking, frontend, cron and dashboard widget All initializations with custom options are triggered through the same trait method to ensure complete options in every test case. CI matrix with PHP Versions from 5.6 to 7.4, integrations tests against oldest supported WP 4.7 with PHP 5.6 and latest WP 5.5 with PHP 7.4. Co-authored-by: Florian Brinkmann <[email protected]>
florianbrinkmann
approved these changes
Dec 9, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Made a suggestion for a small change in the changelog, but maybe it is just me and it is clear as it is :)
»WP5.5+« is good!
|
patrickrobrecht
approved these changes
Dec 12, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.