Skip to content
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

0.6 Release to master #896

Merged
merged 226 commits into from
Jan 24, 2018
Merged

0.6 Release to master #896

merged 226 commits into from
Jan 24, 2018

Conversation

ThierryA
Copy link
Collaborator

No description provided.

ThierryA and others added 30 commits November 23, 2017 09:56
Generate class-amp-allowed-tags-generated.php,
Using amp_wp_build.py.
Followed the instructions at the top of the file.
This is spec file revision 527.
Before, there was an error in:
tag_spec.also_requires_tag
This didn't always have the property.
Also, update the directory of the extensions.
The .protoascii file is no longer in the directory '0.1.'
westonruter and others added 24 commits January 17, 2018 11:05
Remove workaround that was fixed in WordPress 4.4
Improved page default status logic and add overwrite ability; ensure front page and page for posts can be served as AMP when enabled
…-tag

Remove erroneous additional allowance of script[type=text/javascript]
As Weston mentioned, adding this to the post content:
Hello <script>document.write('world');</script>
Produced:
This looks to be related to how process_node() gets the $attr_spec_list.
In some cases, all will have an equal 'score,'
As indicated in $spec_ids_sorted.
And sometimes, all of them will be missing a mandatory attribute.
In that case, $attr_spec_list will be empty.
If it is, use the first spec list in:
$rule_spec_list_to_validate.
This will need regression testing.
There was an error on the Travis build:
Can't use function return value in write context.
So store the result of reset() in $first_spec_list.
This has a mandatory attribute.
And per the previous commits,
It should fail validation.
Address an issue where <script> tags aren't stripped.
@westonruter westonruter merged commit 6ec1386 into master Jan 24, 2018
@westonruter westonruter added this to the v0.6 milestone Jan 24, 2018
@ThierryA ThierryA deleted the 0.6 branch January 24, 2018 10:09
@westonruter westonruter restored the 0.6 branch February 9, 2018 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants