Skip to content

Commit

Permalink
Update screenshots for 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter committed Nov 14, 2019
1 parent 568936e commit 929f591
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
12 changes: 8 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,17 +88,21 @@ If you are a developer, we encourage you to [follow along](https://github.com/am

![The editor will surface validation issues during content authoring. The specific blocks with validation errors are indicated.](wp-assets/screenshot-11.png)

### Each Validated URL shows the list of validation errors encountered, giving control over whether invalid markup is removed or kept.
### Each Validated URL shows the list of validation errors encountered, giving control over whether invalid markup is removed or kept. Keeping invalid markup disables AMP.

![Each Validated URL shows the list of validation errors encountered, giving control over whether invalid markup is removed or kept.](wp-assets/screenshot-12.png)
![Each Validated URL shows the list of validation errors encountered, giving control over whether invalid markup is removed or kept. Keeping invalid markup disables AMP.](wp-assets/screenshot-12.png)

### Each validation error provides a stack trace to identify which code is responsible for the invalid markup, whether a theme, plugin, embed, content block, and so on.

![Each validation error provides a stack trace to identify which code is responsible for the invalid markup, whether a theme, plugin, embed, content block, and so on.](wp-assets/screenshot-13.png)

### Styles added by themes and plugins are automatically concatenated, minified, and tree-shaken to try to keep the total under 50KB of inline CSS.

![Styles added by themes and plugins are automatically concatenated, minified, and tree-shaken to try to keep the total under 50KB of inline CSS.](wp-assets/screenshot-13.png)
![Styles added by themes and plugins are automatically concatenated, minified, and tree-shaken to try to keep the total under 50KB of inline CSS.](wp-assets/screenshot-14.png)

### A WP-CLI command is provided to check the URLs on a site for AMP validity. Results are available in the admin for inspection.

![A WP-CLI command is provided to check the URLs on a site for AMP validity. Results are available in the admin for inspection.](wp-assets/screenshot-14.png)
![A WP-CLI command is provided to check the URLs on a site for AMP validity. Results are available in the admin for inspection.](wp-assets/screenshot-15.png)

## Changelog ##

Expand Down
7 changes: 4 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,10 @@ If you are a developer, we encourage you to [follow along](https://github.com/am
9. Make the entire site available in AMP or pick specific post types and templates; you can also opt-out on per-post basis.
10. Plugin checks for AMP validity and will indicate when: no issues are found, new issues need review, or issues block AMP from being served.
11. The editor will surface validation issues during content authoring. The specific blocks with validation errors are indicated.
12. Each Validated URL shows the list of validation errors encountered, giving control over whether invalid markup is removed or kept.
13. Styles added by themes and plugins are automatically concatenated, minified, and tree-shaken to try to keep the total under 50KB of inline CSS.
14. A WP-CLI command is provided to check the URLs on a site for AMP validity. Results are available in the admin for inspection.
12. Each Validated URL shows the list of validation errors encountered, giving control over whether invalid markup is removed or kept. Keeping invalid markup disables AMP.
13. Each validation error provides a stack trace to identify which code is responsible for the invalid markup, whether a theme, plugin, embed, content block, and so on.
14. Styles added by themes and plugins are automatically concatenated, minified, and tree-shaken to try to keep the total under 50KB of inline CSS.
15. A WP-CLI command is provided to check the URLs on a site for AMP validity. Results are available in the admin for inspection.

== Changelog ==

Expand Down
Binary file modified wp-assets/screenshot-12.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified wp-assets/screenshot-13.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified wp-assets/screenshot-14.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added wp-assets/screenshot-15.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 929f591

Please sign in to comment.