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

Add post preview for AMP and allow AMP to be disabled on a per-post basis #813

Merged
merged 16 commits into from
Dec 7, 2017

Commits on Nov 24, 2017

  1. 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
  2. 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. 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

Commits on Dec 6, 2017

  1. 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
  2. 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. Configuration menu
    Copy the full SHA
    802bcfb View commit details
    Browse the repository at this point in the history
  6. 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