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

Commits on Nov 23, 2017

  1. Add Settings menu and page

    ThierryA committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    c156501 View commit details
    Browse the repository at this point in the history
  2. Add post types settings

    ThierryA committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    5499ba6 View commit details
    Browse the repository at this point in the history
  3. Remove legacy option code

    ThierryA committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    c5d0c99 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1b63cd5 View commit details
    Browse the repository at this point in the history
  5. WPCS compliancy

    ThierryA committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    2949f25 View commit details
    Browse the repository at this point in the history
  6. Move sanitization

    ThierryA committed Nov 23, 2017
    Configuration menu
    Copy the full SHA
    d66bc62 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    99e7bcf View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2017

  1. Configuration menu
    Copy the full SHA
    68c5017 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcadc4f View commit details
    Browse the repository at this point in the history
  3. Add post AMP preview button

    ThierryA committed Nov 24, 2017
    Configuration menu
    Copy the full SHA
    c647dcf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    600281d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2017

  1. Configuration menu
    Copy the full SHA
    ae8a3bb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2017

  1. Configuration menu
    Copy the full SHA
    cdf9058 View commit details
    Browse the repository at this point in the history
  2. AMP preview code improvement

    ThierryA committed Nov 28, 2017
    Configuration menu
    Copy the full SHA
    0f82014 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2017

  1. Fix AMP preview button

    ThierryA committed Dec 1, 2017
    Configuration menu
    Copy the full SHA
    779f763 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce391a0 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2017

  1. Configuration menu
    Copy the full SHA
    073308c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4f6c87 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f630062 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fdc26b3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. 804 : Update allowed AMP tags in sanitizer file.

    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.
    Ryan Kienstra committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    0b987a6 View commit details
    Browse the repository at this point in the history
  2. 804 : Prevent errors on amp_wp_build.py, update extensions dir.

    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.'
    Ryan Kienstra committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    30064ca View commit details
    Browse the repository at this point in the history
  3. Correct phpdoc types

    westonruter committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    5b0e1cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1befc79 View commit details
    Browse the repository at this point in the history
  5. Add AMP generator meta tag

    Close #807
    vaporwavre authored and Thierry Muller committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    6df01e9 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    5ea54e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad7c36b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ea1341 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    febd02d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    63a60bd View commit details
    Browse the repository at this point in the history
  6. Create is_mandatory_attribute_missing method

    Ryan Kienstra committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    ba459a2 View commit details
    Browse the repository at this point in the history
  7. Fix amp_get_permalink() for permalinks containing query params (e.g. …

    …draft and previews)
    
    * Use query var in permalinks containing query vars, instead of endpoint slug.
    * Remove needless and unslightly 1 value.
    * Add tests.
    westonruter committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    0885b48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    832c13b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b922cb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c14063 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #811 from Automattic/feature/789-cpt-admin-settings

    Add admin screen for managing which post types have AMP support
    westonruter authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    c73f479 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'develop' of https://github.com/Automattic/amp-wp into f…

    …eature/709-block-amp-per-page
    westonruter committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    e66e2b2 View commit details
    Browse the repository at this point in the history
  13. Load JS for AMP post meta box if post type supports not if post is no…

    …t skipped.
    
    * Restore focus on edit link for AMP status edit for accessibility.
    * Do not add AMP preview button if AMP has been disabled.
    * Change postmeta to be flag indicating whether AMP is disabled.
    * Fix spelling and clean up phpdoc.
    westonruter committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    4f58949 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2017

  1. Use queried object in amp_render() and allow passing post object to A…

    …MP_Post_Template for sake of preview
    westonruter committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    18ab955 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ced9461 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1134bb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c5074e View commit details
    Browse the repository at this point in the history
  5. 804 : Modify PHPUnit tests for tag and attribute validation.

    Since the allowed tags and attributes are updated,
    Several assertions failed.
    Update them to reflect the new AMP spec.
    Since there is no longer a protocol whitelist,
    Remove the assertions for protocols.
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    8cff768 View commit details
    Browse the repository at this point in the history
  6. 804 : Remove the requirement that 'data-multi-size' be empty.

    This file was generated from a build script,
    In the repo https://github.com/ampproject/amphtml
    The spec file seems to require an empty value:
    extensions/amp-ad/validator-amp-ad.protoascii
    But examples of <amp-ad> seem to have the value.
    Like <amp-ad data-multi-size=320x50.
    @see examples/a4a-multisize.amp.html.
    So remove the line in the PHP file that requires it to be empty.
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    dd807a8 View commit details
    Browse the repository at this point in the history
  7. 804 : PHPUnit tests for newly-allowed tags.

    Having generated a new file for the allowed tags and attributes,
    Add these to the data for test_sanitizer().
    Also, add unit test for is_missing_mandatory_attribute().
    And rename that function from:
    is_mandatory_attribute_missing().
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    a698eea View commit details
    Browse the repository at this point in the history
  8. 804 : Move logic for missing attributes.

    Before, this was inside an 'else' block.
    And it should be outside of this,
    So it applies more broadly.
    If there is a list of attributes, and one is missing,
    Remove the node.
    This was the previous behavior.
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    a066117 View commit details
    Browse the repository at this point in the history
  9. 804 : Remove the unused $spec_value variable.

    This was assigned a value that's used later.
    There's no need to store it in a variable.
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    cfcf730 View commit details
    Browse the repository at this point in the history
  10. 804 : Improve variable alignment and add PHPDoc tags.

    There was some missing documentation.
    Add this for test_sanitizer and validate_tag_spec_for_node.
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    8f0a925 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    802bcfb View commit details
    Browse the repository at this point in the history
  12. 804 : Exclude the generated allowed tags file from PHPCS checks.

    This has hundreds of errors and warnings.
    It's generated from a Python script.
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    a400fa5 View commit details
    Browse the repository at this point in the history
  13. Slight code improvement

    ThierryA committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    1b6cc54 View commit details
    Browse the repository at this point in the history
  14. 804 : Align 'array' keywords vertically.

    In response to the warnings in Travis.
    And align an equal sign in test_sanitizer().
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    cfc0247 View commit details
    Browse the repository at this point in the history
  15. 804 : Change the conditional to simply compare to true.

    Before, there was a failed Travis build.
    This used boolval(), which caused a fatal error.
    Instead, simply compare the value to true.
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    7f9a2db View commit details
    Browse the repository at this point in the history
  16. 804 : Array and equal sign alignment fixes.

    In response to a failed Travis build.
    Fix an error in an array not being aligned.
    An move an = sign 2 spaces to the left.
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    b4bfd81 View commit details
    Browse the repository at this point in the history
  17. 804 : Prevent accessing an object as an array.

    There was an error in the Travis build.
    A function accessed a DOMElement property as an array.
    Instead, use the setAttribute() method.
    Ryan Kienstra committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    6f5e39d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    942a1fa View commit details
    Browse the repository at this point in the history
  19. Make use of wp.template for adding HTML to Customizer and include tra…

    …nslatable tooltip strings.
    kaitnyl committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    9f34b14 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    d6159ab View commit details
    Browse the repository at this point in the history
  21. Merge pull request #813 from Automattic/feature/709-block-amp-per-page

    Add post preview for AMP and allow AMP to be disabled on a per-post basis
    westonruter authored Dec 7, 2017
    Configuration menu
    Copy the full SHA
    eeb502b View commit details
    Browse the repository at this point in the history
  22. 176: add page support

    ThierryA committed Dec 7, 2017
    Configuration menu
    Copy the full SHA
    6b4de15 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2017

  1. Fix amp_get_permalink() for permalinks containing query params (e.g. …

    …draft and previews)
    
    * Use query var in permalinks containing query vars, instead of endpoint slug.
    * Remove needless and unslightly 1 value.
    * Add tests.
    westonruter committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    c5231b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcf7eb1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a76316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2ae58d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e7221f4 View commit details
    Browse the repository at this point in the history
  6. Update readme

    westonruter committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    51c5b17 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5dd2bc6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2b1443e View commit details
    Browse the repository at this point in the history
  9. Added classmap autoloader, removed all require_once(), deprecated amp…

    …_load_classes() and amp_load_fasterimage_classes(), created /include/templates/ directory for template-related classes, and Options Manager out of the views subdirectory.
    mikeschinkel committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    8346524 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5c1fa20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33c0ebf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    08bac6b View commit details
    Browse the repository at this point in the history
  13. Removed 2nd parameter to remove_shortcode() because remove_shortcode(…

    …) does not accept a 2nd parameter.
    mikeschinkel committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    e5c1a8c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8b267ef View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8b34e24 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    57f5849 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c73f92b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f67041d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    236968b View commit details
    Browse the repository at this point in the history
  20. Improve post status notice

    ThierryA committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    269b937 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    a716482 View commit details
    Browse the repository at this point in the history
  22. Use alternative to regex to check if AMP is within query string, and …

    …enable AMP toggle if users selects mobile device.
    kaitnyl committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    65bf04a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    cff791e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9630709 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    34a0e9e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    0679cb2 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    edd7a40 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0d1790b View commit details
    Browse the repository at this point in the history
  29. JSHint updates.

    kaitnyl committed Dec 8, 2017
    Configuration menu
    Copy the full SHA
    7e23ff2 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    05e2a58 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2017

  1. Fix eslint errors

    westonruter committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    4507a04 View commit details
    Browse the repository at this point in the history
  2. 804 : Add a contributing.md file, with steps to use build script.

    This describes how to use the new script amphtml-update.sh.
    This is mainly modified from another open-source file.
    It could probably use more information.
    Including the workflow for submitting pull requests.
    Ryan Kienstra committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    eab6207 View commit details
    Browse the repository at this point in the history
  3. Fix live preview of color changes

    * Include more Customizer preview logic from manager in AMP preview
    * Ensure scripts and styles are enqueued when preview opened for controls app; this ensures AMP validation can pass when using frontend preview link.
    * Restore previous add_preview_scripts method.
    * Include more logic behind
    * Add PHP doc.
    * Improve WPCS adherence.
    * Skip outputting Customizer preview JS if user cannot customize.
    * Use wp_print_footer_scripts()` instead of doing wp_footer.
    westonruter committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    7b56889 View commit details
    Browse the repository at this point in the history
  4. WIP: Fix styles

    westonruter committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    b2f0b4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c349320 View commit details
    Browse the repository at this point in the history
  6. Add selective refresh of header-bar to customizer preview

    Fix obsolete method references and improve placement of add_action() calls
    westonruter committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    df26de5 View commit details
    Browse the repository at this point in the history
  7. Add partial for footer; do wptexturize on title in header and footer;…

    … prevent fallback refreshes
    westonruter committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    e0c61f5 View commit details
    Browse the repository at this point in the history
  8. Add dev-lib

    westonruter authored and mikeschinkel committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    b54243b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    38cccab View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f13c385 View commit details
    Browse the repository at this point in the history
  11. Document the sanitizers

    mikeschinkel committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    03c126b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fdd1c74 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    48c492e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1a0b53c View commit details
    Browse the repository at this point in the history
  15. Renamed _build_placeholder() back to build_placeholder() since no whe…

    …re else is using the leading underscore convention for private methods.
    mikeschinkel committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    fb10624 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    19b6f04 View commit details
    Browse the repository at this point in the history
  17. Improve behavior of AMP toggle when loading initially-AMPed URL in pr…

    …eview
    
    * Ensure that AMP Customizer preview JS is loaded in AMP and non-AMP mode so that the amp-status can be sent in each case.
    * Enable AMP when clicking toggle and navigating to an AMPed post.
    * Ensure password-protected posts are no returned by amp_admin_get_preview_permalink()
    * Add screen-reader-text CSS rule to AMP styles.
    * Move JS template vars into PHP-rendered template to simplify.
    westonruter committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    d595bc9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    b1ee243 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    010dad4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    556cacf View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8fad986 View commit details
    Browse the repository at this point in the history
  22. 804 : Test that 'amp-playbuzz' is sanitized properly.

    As harrisdavid mentioned, before this PR, the 'src' was mandatory.
    But with the updated AMP spec, it's not.
    Ryan Kienstra committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    eef4b8b View commit details
    Browse the repository at this point in the history
  23. 804 : Add allowed protocols to sanitization file.

    Before, there was an issue in the file that created:
    class-amp-allowed-tags-generated.php.
    amphtml-update.sh had a conditional:
    if isinstance(value, list)
    But the allowed_protocol attribute has a type of:
    google.protobuf.internal.containers.RepeatedScalarFieldContainer
    So that conditional failed.
    And allowed_protocol wasn't added.
    So instead, make that an 'else' statement.
    That change only resulted in 'allowed_tags' being added.
    Ryan Kienstra committed Dec 9, 2017
    Configuration menu
    Copy the full SHA
    ae92a58 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2017

  1. Configuration menu
    Copy the full SHA
    241e866 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    38992ed View commit details
    Browse the repository at this point in the history
  3. Fix phpcs

    westonruter committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    5fcbc2b View commit details
    Browse the repository at this point in the history
  4. Restrict screen-reader-text to Customizer preview styles

    Also use AMP_QUERY_VAR instaed of hard-coded 'amp' in amp_admin_get_preview_permalink()
    westonruter committed Dec 10, 2017
    Configuration menu
    Copy the full SHA
    a38d024 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2017

  1. Configuration menu
    Copy the full SHA
    2105af0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f85c366 View commit details
    Browse the repository at this point in the history
  3. Ensure that no errant whitespace text nodes are added to output. This…

    … also required changing the output to match on two data elements in AMP_Iframe_Converter_Test->get_data()
    mikeschinkel committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    564a9d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f90c16d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b62132a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5417aeb View commit details
    Browse the repository at this point in the history
  7. Merge branch 'develop' of github.com:newclarity/amp-wp into develop

    # Conflicts:
    #	autoloader.php
    
    Merged in changes made by @westonruter
    mikeschinkel committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    19658c9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a66c992 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23bf64f View commit details
    Browse the repository at this point in the history
  10. PHP5.2: Remove '\' from on front of ReflectionClass() because PHP 5.2…

    … can't handle namespace syntax.
    mikeschinkel committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    bfa54bc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    129bda7 View commit details
    Browse the repository at this point in the history
  12. Added logic in AMP_DOM_Utils::get_content_from_dom() to replace <br><…

    …/br> with <br/> and <hr></hr> with <hr/>.
    mikeschinkel committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    b1feee0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    00bea9b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b74ee8f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6000b50 View commit details
    Browse the repository at this point in the history
  16. Added a composer.json.

    mikeschinkel committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    6e0c13b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    bd97046 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    215a27b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    85a46ba View commit details
    Browse the repository at this point in the history
  20. Remove "repositories" from composer.json because it is not merged in …

    …yet and thus is causing the build to fail.
    mikeschinkel committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    de7f617 View commit details
    Browse the repository at this point in the history
  21. Had to remove require: php>=5.2 because it appears to be breaking the…

    … build. (Methinks we would need to update the composer.json file for each Travis build to support the proper version of PHP?)
    mikeschinkel committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    5d1157f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    42c0600 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    47edc2f View commit details
    Browse the repository at this point in the history
  24. Move AMP initialization logic into after_setup_theme

    westonruter authored and Thierry Muller committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    cee3876 View commit details
    Browse the repository at this point in the history
  25. Fix WPCS warning

    ThierryA committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    4597be5 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    3e15941 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f5b2d2f View commit details
    Browse the repository at this point in the history
  28. 804 : Add to contributing.md, including unit test information.

    Add a point that this requires WP unit tests.
    Also, begin with the welcome that Thierry suggested.
    Props @ThierryA.
    Ryan Kienstra committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    44554c5 View commit details
    Browse the repository at this point in the history
  29. Merge branch 'feature/804-allowed-tags' of https://github.com/Automat…

    …tic/amp-wp into feature/804-allowed-tags
    Ryan Kienstra committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    ed3c93d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    8b416f9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    575ac66 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #828 from newclarity/develop

    Added autoloader to reduce complexity; fix phpcs issues
    westonruter authored Dec 11, 2017
    Configuration menu
    Copy the full SHA
    b94b10b View commit details
    Browse the repository at this point in the history
  33. Merge branch 'develop' of https://github.com/Automattic/amp-wp into f…

    …eature/796-amp-customizer
    westonruter committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    babf16c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    083c9b3 View commit details
    Browse the repository at this point in the history
  35. 804 : Merge in develop, resolve conflicts.

    In phpcs.xml, retain edits from both branches.
    There were several conflicts in:
    class-amp-tag-and-attribute-sanitizer.php
    These were mainly conflicts with 03c12.
    Some were only DocBlocks, but some were logic.
    I mainly resovled them in favor of this branch:
    feature/804-allowed-tags.
    Ryan Kienstra committed Dec 11, 2017
    Configuration menu
    Copy the full SHA
    c3b28c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2017

  1. Configuration menu
    Copy the full SHA
    64f14be View commit details
    Browse the repository at this point in the history
  2. 804 : Correct PHPUnit test for <script> validation.

    When this has a type of 'application/json,'
    There is a required ancestor.
    So create an ancestor of <amp-analytics>.
    Ryan Kienstra committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    4b3ec53 View commit details
    Browse the repository at this point in the history
  3. 804 : Add spaces to correct PHPCS errors.

    In response to a failed Travis build.
    Also, change == to ===.
    Ryan Kienstra committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    af7b830 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    219f481 View commit details
    Browse the repository at this point in the history
  5. Only show tooltip upon unavailable if AMP is enabled.

    * Remove linebreak from tooltip for alignment with autosave restore notification; tweak copy.
    * Move functions from inside panel ready callback to component.
    * Improve styling in AMP when unloading page.
    westonruter committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    7308a9c View commit details
    Browse the repository at this point in the history
  6. Merge pull request #823 from Automattic/feature/804-allowed-tags

    Update allowed tags and attributes, and restore ability to run script to update from spec in future
    westonruter authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    7f79a50 View commit details
    Browse the repository at this point in the history
  7. Show AMP unavailable tooltip when expanding AMP panel and not on AMP-…

    …compatible URL
    
    Improve styling of link in tooltip to improve color contrast
    westonruter committed Dec 12, 2017
    Configuration menu
    Copy the full SHA
    79297bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b1fa356 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #819 from Automattic/feature/796-amp-customizer

    Integrate AMP Customizer into main Customizer with new AMP toggle text to device preview
    westonruter authored Dec 12, 2017
    Configuration menu
    Copy the full SHA
    d952ea8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6fda64 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6ef9768 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2017

  1. Issue 806 : Add media and embeds to test page.

    Use Weston's wp-cli script to create a test post.
    Add media items to the post content.
    And add several embeds.
    Several embeds are still not rendering,
    Even on a standard, non-AMP page.
    Ryan Kienstra committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    550ed65 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'add/806-add-script-for-testing-content' of https://gith…

    …ub.com/Automattic/amp-wp into add/806-add-script-for-testing-content
    Ryan Kienstra committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    369696b View commit details
    Browse the repository at this point in the history
  3. Issue 806 : Align equals signs vertically.

    Before, the equals sign alignment caused a PHPCS warning.
    Fix this, to enable the Travis build to succeed.
    Ryan Kienstra committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    7c77752 View commit details
    Browse the repository at this point in the history
  4. Issue 804 : Test WordPress post embeds.

    create-embed-test-post.php needs to test all post content.
    As Weston mentioned, embedded posts are part of this.
    Ryan Kienstra committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    128836c View commit details
    Browse the repository at this point in the history
  5. Show panel and section notifications when AMP is unavailable

    westonruter authored and Thierry Muller committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    d72dca3 View commit details
    Browse the repository at this point in the history
  6. Issue 806 : code improvement

    ThierryA committed Dec 13, 2017
    Configuration menu
    Copy the full SHA
    b8ba836 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2017

  1. Fix rendering of SoundCloud embeds and correct parameters for soundcl…

    …oud shortcode
    
    * Hook into oEmbed filters for rewriting SoundCloud embeds as AMP components.
    * Ensure Jetpack is active while unit tests are run.
    * Explicitly install and activate Jetpack during unit tests.
    * Fix error message in create-embed-test-post.php
    * Fix phpcs for Soundcloud code.
    westonruter committed Dec 14, 2017
    1 Configuration menu
    Copy the full SHA
    0b729b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    938be72 View commit details
    Browse the repository at this point in the history
  3. Fix handling of polldaddy oEmbeds in AMP

    * Use noscript response from oEmbed as default content.
    * Include WPCOM_AMP_Polldaddy_Embed by default even when not on WordPress.com; deprecate wpcom/shortcodes.php.
    * Fix DailyMotion and FunnyOrDie test URLs.
    * Clean phpcs for class-amp-polldaddy-embed.php
    westonruter committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    45c538c View commit details
    Browse the repository at this point in the history
  4. Force is_amp_endpoint to true when rendering.

    If amp_render_post is called directly outside of the standard
    endpoint, is_amp_endpoint will return false, which is not ideal for
    any code that expects to run in an AMP context (e.g. inside shortcodes).
    
    Let's force the value to be true while we render AMP content.
    mjangda authored and westonruter committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    eb1d393 View commit details
    Browse the repository at this point in the history
  5. Override AMP query var during rendering instead of introducing is_amp…

    …_endpoint filter
    
    Remove deprecated amp_load_classes()
    westonruter committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    fc86d74 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #742 from Automattic/fix/is-amp-endpoint_for_amp-r…

    …ender-post
    
    Force is_amp_endpoint to true when rendering.
    westonruter authored Dec 14, 2017
    Configuration menu
    Copy the full SHA
    ff2e911 View commit details
    Browse the repository at this point in the history
  7. Issue 806 : Add instructions for using the wp-cli test page script.

    Add steps to contributing.md to use create-embed-test-post.php.
    Include a step that this should be inside an environment like VVV.
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    52b306b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'add/806-add-script-for-testing-content' of https://gith…

    …ub.com/Automattic/amp-wp into add/806-add-script-for-testing-content
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    13132ed View commit details
    Browse the repository at this point in the history
  9. Issue 804 : Add Amazon, Animoto, and Speakerdeck URLs

    Add these URLs to test oEmbed.
    Use the Amazon testing URLs in:
    https://core.trac.wordpress.org/ticket/38181
    Props @jsepia for these URLs.
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    eaf5157 View commit details
    Browse the repository at this point in the history
  10. Issue 804 : Update the Scribd URL.

    Use the URL from @wonderboymusic in:
    https://core.trac.wordpress.org/ticket/28379.
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    8e34745 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b22e12a View commit details
    Browse the repository at this point in the history
  12. Remove DoubleArrowNotAligned PHPCS suppression

    * Add missing since tag
    * Update filter_embed_oembed_html calls since $url is required
    * Add DEFAULT_BASE_BRANCH=develop
    * Use create_and_get in test
    westonruter committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    f1ee3de View commit details
    Browse the repository at this point in the history
  13. Fix order of sanitizers to ensure whitelist applies at end, after ifr…

    …ame sanitizer has run
    
    Issue introduced in 575ac66
    westonruter committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    a91d7ad View commit details
    Browse the repository at this point in the history
  14. Issue 806 : Update the Photobucket and Scribd URLs.

    Thanks to ohthenoes for the Photobucket link in:
    https://core.trac.wordpress.org/ticket/13754
    And thanks to @wonderboymusic for the Scribd URL from:
    https://core.trac.wordpress.org/ticket/28379.
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    499e580 View commit details
    Browse the repository at this point in the history
  15. Issue 806 : Merge in feature branch, resolve conflicts.

    The only conflict was from array alignment.
    It was a whitespace-only edit.
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    6309f41 View commit details
    Browse the repository at this point in the history
  16. Issue 806 : Remove Vine embed, add Screencast embed.

    Add a Screencast embed, thanks to designsimply's URL in:
    https://core.trac.wordpress.org/ticket/24660
    Because Vine isn't supported anymore, remove its test URL.
    @see wordpress-develop/src/wp-includes/class-oembed.php
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    d2dd032 View commit details
    Browse the repository at this point in the history
  17. Issue 806 : Add tests for Someecards.

    Both the full URL, and the short URL ending with the TLD .ly.
    They both render well in AMP.
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    8732936 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5bce94f View commit details
    Browse the repository at this point in the history
  19. Issue 806 : Correct embeds, including Imgur, Polldaddy, Screencast.

    Change the URLs for most of these.
    And remove the soundcloud shortcode.
    This isn't supported natively.
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    e885b7a View commit details
    Browse the repository at this point in the history
  20. Merge branch 'add/806-add-script-for-testing-content' of https://gith…

    …ub.com/Automattic/amp-wp into add/806-add-script-for-testing-content
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    a485be1 View commit details
    Browse the repository at this point in the history
  21. Issue 806 : Update Photobucket, Tumblr, remove Imgur.

    Use mrdenn1s's image from his Trac ticket:
    https://core.trac.wordpress.org/ticket/28345
    It looks like Imgur oEmbeds no longer work in WordPress.
    @see https://core.trac.wordpress.org/ticket/42247
    Ryan Kienstra committed Dec 14, 2017
    Configuration menu
    Copy the full SHA
    ed6088d View commit details
    Browse the repository at this point in the history
  22. Merge pull request #829 from Automattic/add/806-add-script-for-testin…

    …g-content
    
    Add create-embed-test-post script and fix support for various embeds
    westonruter authored Dec 14, 2017
    Configuration menu
    Copy the full SHA
    78c60fa View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2017

  1. Update readme for wiki; add Grunt for building and deploying

    * Update phpunit coverage whitelist to include all files rather than limit to one
    * Fix coverage warnings
    * Remove tests directory from PHPCS exclusion.
    * Add global doc and fix phpcs in WPCOM_AMP_Polldaddy_Embed
    * Move contents of readme to wiki; sync readme.md with readme.txt
    * Remove readme-assets which have been moved to the wiki repo
    * Remove readme sections now in wiki; add Grunt for building and deploying
    * Add verify_matching_versions command from better-code-editing feature plugin
    * Add verify_matching_versions and phpunit as dependencies of deploy command.
    * Fix paths for jshint.
    * Add version to composer.json.
    * Update contributors
    * Add create-release-zip task as part of grunt build
    * Updated all version instances to 0.6
    * Completed 0.6 changelog
    * Build 0.6-beta release
    westonruter authored and Thierry Muller committed Dec 19, 2017
    Configuration menu
    Copy the full SHA
    d5362a7 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2017

  1. Configuration menu
    Copy the full SHA
    57926fb View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Configuration menu
    Copy the full SHA
    309af3d View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2018

  1. Remove pound symbol from header id

    Removed the # symbol from <header> id. It was causing 404 errors and
    prevented the "Back to top" link in the footer from working.
    elaine committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    b71935c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #853 from eshannon3/eshannon3/fix-header-id to 0.6…

    … branch
    
    Remove erroneous hash from id on amp-wp-header
    westonruter committed Jan 10, 2018
    Configuration menu
    Copy the full SHA
    ed5594b View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2018

  1. Revert "Merge pull request #725 from Automattic/amedina/add-amp-actio…

    …ns-class-hierarchy"
    
    This reverts commit c5237e6, reversing
    changes made to 41af096.
    
    Fixes merge conflicts introduced by #810 and #828.
    westonruter committed Jan 13, 2018
    Configuration menu
    Copy the full SHA
    13bbfab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #858 from Automattic/revert/amp-actions-abstraction

    Revert #725: Abstract notion of AMP Actions
    westonruter authored Jan 13, 2018
    Configuration menu
    Copy the full SHA
    f9eba05 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Bumped version to 0.6-rc1

    ThierryA committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    2d818d5 View commit details
    Browse the repository at this point in the history
  2. Add back-compat for Customizer in WP<4.9

    westonruter authored and Thierry Muller committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    2a05c91 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2018

  1. Configuration menu
    Copy the full SHA
    57a22ca View commit details
    Browse the repository at this point in the history
  2. Fix PHP syntax compatibility

    ThierryA committed Jan 17, 2018
    Configuration menu
    Copy the full SHA
    7704076 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d8d2d89 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c51443 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2018

  1. Configuration menu
    Copy the full SHA
    c9acad7 View commit details
    Browse the repository at this point in the history
  2. Ensure page for posts can be served as AMP if enabled

    Remove workaround that was fixed in WordPress 4.4
    westonruter committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    bb8743c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c224abf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5f6a0b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a7f28c View commit details
    Browse the repository at this point in the history
  6. Use temporary redirect from non-supported AMP to canonical since supp…

    …ort may be enabled later
    westonruter committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    b0a3205 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    313e789 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #872 from Automattic/add/837

    Improved page default status logic and add overwrite ability; ensure front page and page for posts can be served as AMP when enabled
    westonruter authored Jan 18, 2018
    Configuration menu
    Copy the full SHA
    eeeaf5a View commit details
    Browse the repository at this point in the history
  9. Updated 0.6 changelog

    ThierryA committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    7e67c12 View commit details
    Browse the repository at this point in the history
  10. Bumped version to 0.6-rc2

    ThierryA committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    82c274b View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Configuration menu
    Copy the full SHA
    91ef386 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Merge pull request #884 from Automattic/fix/script-additional-allowed…

    …-tag
    
    Remove erroneous additional allowance of script[type=text/javascript]
    Thierry Muller authored Jan 22, 2018
    Configuration menu
    Copy the full SHA
    a5629f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Address an issue where <script> tags weren't stripped.

    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.
    Ryan Kienstra committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    e2f7d2e View commit details
    Browse the repository at this point in the history
  2. Address a Travis issue by storing the result of empty() in a variable.

    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.
    Ryan Kienstra committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    c5f5168 View commit details
    Browse the repository at this point in the history
  3. Test that <script> is removed, as it is missing an attribute.

    This has a mandatory attribute.
    And per the previous commits,
    It should fail validation.
    Ryan Kienstra committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    335d9ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6ef76e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86bdf13 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    17f63ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d25e48f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #892 from Automattic/fix/script-tags-output-cdata

    Address an issue where <script> tags aren't stripped.
    westonruter authored Jan 24, 2018
    Configuration menu
    Copy the full SHA
    0e494a7 View commit details
    Browse the repository at this point in the history
  4. 1 Configuration menu
    Copy the full SHA
    bd6d401 View commit details
    Browse the repository at this point in the history
  5. Bump 0.6.0

    westonruter committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    cceaffb View commit details
    Browse the repository at this point in the history