From 941d858c7ce3f57ad5df47652d8949d0fa88b27e Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Thu, 8 Feb 2018 19:46:01 -0600 Subject: [PATCH 1/3] Update the readme.txt changelog for 0.7. Add the new features, including: canonical AMP, widgets, embeds, commenting, notifications, and output buffering. --- readme.md | 9 ++++++++- readme.txt | 9 ++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index f6219724678..40f2db12e6d 100644 --- a/readme.md +++ b/readme.md @@ -57,7 +57,14 @@ Follow along with or [contribute](https://github.com/Automattic/amp-wp/blob/deve ## Changelog ## ### 0.7 (unreleased) ### -- Add support for canonical AMP. +- Add support for canonical AMP, if the theme registers support for it with `add_theme_support( 'amp' )`. See [#857](https://github.com/Automattic/amp-wp/pull/857), [#856](https://github.com/Automattic/amp-wp/pull/856). Props kaitnyl, ThierryA, westonruter. +- Add support for all default WordPress widgets. See [#921](https://github.com/Automattic/amp-wp/pull/921), [#917](https://github.com/Automattic/amp-wp/pull/917). Props westonruter, kienstra. +- Add support for more default embeds: Issuu, Post, Meetup, Reddit, Screencast, Tumblr, and WordPress Plugin Directory. See [#889](https://github.com/Automattic/amp-wp/pull/889). Props kaitnyl. +- Allow native WordPress commenting, in fully valid AMP. See [#871](https://github.com/Automattic/amp-wp/pull/871), [#909](https://github.com/Automattic/amp-wp/pull/909). Props DavidCramer, westonruter. +- Creation of AMP-related notifications, on entering invalid content in the 'classic' editor. See [#912](https://github.com/Automattic/amp-wp/pull/912/). Props ThierryA, westonruter, kienstra. +- Add output buffering, ensuring the entire page is valid AMP. See [#929](https://github.com/Automattic/amp-wp/pull/929), [#857](https://github.com/Automattic/amp-wp/pull/857). Props ThierryA, westonruter. + +See [0.7 milestone](https://github.com/Automattic/amp-wp/milestone/6?closed=1). ### 0.6.0 (2018-01-23) ### - Add support for the "page" post type. A new `page.php` is introduced with template parts factored out (`html-start.php`, `header.php`, `footer.php`, `html-end.php`) and re-used from `single.php`. Note that AMP URLs will end in `?amp` instead of `/amp/`. See [#825](https://github.com/Automattic/amp-wp/pull/825). Props technosailor, ThierryA, westonruter. diff --git a/readme.txt b/readme.txt index 0a50cb8ccaf..334c83e4e43 100644 --- a/readme.txt +++ b/readme.txt @@ -40,7 +40,14 @@ Follow along with or [contribute](https://github.com/Automattic/amp-wp/blob/deve = 0.7 (unreleased) = -- Add support for canonical AMP. +- Add support for canonical AMP, if the theme registers support for it with `add_theme_support( 'amp' )`. See [#857](https://github.com/Automattic/amp-wp/pull/857), [#856](https://github.com/Automattic/amp-wp/pull/856). Props kaitnyl, ThierryA, westonruter. +- Add support for all default WordPress widgets. See [#921](https://github.com/Automattic/amp-wp/pull/921), [#917](https://github.com/Automattic/amp-wp/pull/917). Props westonruter, kienstra. +- Add support for more default embeds: Issuu, Post, Meetup, Reddit, Screencast, Tumblr, and WordPress Plugin Directory. See [#889](https://github.com/Automattic/amp-wp/pull/889). Props kaitnyl. +- Allow native WordPress commenting, in fully valid AMP. See [#871](https://github.com/Automattic/amp-wp/pull/871), [#909](https://github.com/Automattic/amp-wp/pull/909). Props DavidCramer, westonruter. +- Creation of AMP-related notifications, on entering invalid content in the 'classic' editor. See [#912](https://github.com/Automattic/amp-wp/pull/912/). Props ThierryA, westonruter, kienstra. +- Add output buffering, ensuring the entire page is valid AMP. See [#929](https://github.com/Automattic/amp-wp/pull/929), [#857](https://github.com/Automattic/amp-wp/pull/857). Props ThierryA, westonruter. + +See [0.7 milestone](https://github.com/Automattic/amp-wp/milestone/6?closed=1). = 0.6.0 (2018-01-23) = From 881e3274d9833d956f8c00b41c585d57c46aa989 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Thu, 8 Feb 2018 20:22:45 -0600 Subject: [PATCH 2/3] Add to the 0.7 changelog in the readme files. Add a point about updating the sanitizer. Both the generated file and the Python file. --- readme.md | 1 + readme.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 40f2db12e6d..b33fa710c52 100644 --- a/readme.md +++ b/readme.md @@ -63,6 +63,7 @@ Follow along with or [contribute](https://github.com/Automattic/amp-wp/blob/deve - Allow native WordPress commenting, in fully valid AMP. See [#871](https://github.com/Automattic/amp-wp/pull/871), [#909](https://github.com/Automattic/amp-wp/pull/909). Props DavidCramer, westonruter. - Creation of AMP-related notifications, on entering invalid content in the 'classic' editor. See [#912](https://github.com/Automattic/amp-wp/pull/912/). Props ThierryA, westonruter, kienstra. - Add output buffering, ensuring the entire page is valid AMP. See [#929](https://github.com/Automattic/amp-wp/pull/929), [#857](https://github.com/Automattic/amp-wp/pull/857). Props ThierryA, westonruter. +- Update the generated sanitizer file to the AMP spec, and simplify the file that generates it. See [#929](https://github.com/Automattic/amp-wp/pull/929). Props westonruter. See [0.7 milestone](https://github.com/Automattic/amp-wp/milestone/6?closed=1). diff --git a/readme.txt b/readme.txt index 334c83e4e43..8230d76054a 100644 --- a/readme.txt +++ b/readme.txt @@ -46,6 +46,7 @@ Follow along with or [contribute](https://github.com/Automattic/amp-wp/blob/deve - Allow native WordPress commenting, in fully valid AMP. See [#871](https://github.com/Automattic/amp-wp/pull/871), [#909](https://github.com/Automattic/amp-wp/pull/909). Props DavidCramer, westonruter. - Creation of AMP-related notifications, on entering invalid content in the 'classic' editor. See [#912](https://github.com/Automattic/amp-wp/pull/912/). Props ThierryA, westonruter, kienstra. - Add output buffering, ensuring the entire page is valid AMP. See [#929](https://github.com/Automattic/amp-wp/pull/929), [#857](https://github.com/Automattic/amp-wp/pull/857). Props ThierryA, westonruter. +- Update the generated sanitizer file to the AMP spec, and simplify the file that generates it. See [#929](https://github.com/Automattic/amp-wp/pull/929). Props westonruter. See [0.7 milestone](https://github.com/Automattic/amp-wp/milestone/6?closed=1). From 2641e5d5abef00cc8e1cd93348bfd225c9c65ec1 Mon Sep 17 00:00:00 2001 From: Ryan Kienstra Date: Thu, 8 Feb 2018 20:46:54 -0600 Subject: [PATCH 3/3] Update readme files 'Props' section. --- readme.md | 8 ++++---- readme.txt | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index b33fa710c52..8cdfb6070e5 100644 --- a/readme.md +++ b/readme.md @@ -57,12 +57,12 @@ Follow along with or [contribute](https://github.com/Automattic/amp-wp/blob/deve ## Changelog ## ### 0.7 (unreleased) ### -- Add support for canonical AMP, if the theme registers support for it with `add_theme_support( 'amp' )`. See [#857](https://github.com/Automattic/amp-wp/pull/857), [#856](https://github.com/Automattic/amp-wp/pull/856). Props kaitnyl, ThierryA, westonruter. -- Add support for all default WordPress widgets. See [#921](https://github.com/Automattic/amp-wp/pull/921), [#917](https://github.com/Automattic/amp-wp/pull/917). Props westonruter, kienstra. +- Add support for canonical AMP, if the theme registers support for it with `add_theme_support( 'amp' )`. See [#857](https://github.com/Automattic/amp-wp/pull/857), [#856](https://github.com/Automattic/amp-wp/pull/856). Props westonruter, kaitnyl, ThierryA. +- Add support for all default WordPress widgets. See [#921](https://github.com/Automattic/amp-wp/pull/921), [#917](https://github.com/Automattic/amp-wp/pull/917). Props kienstra, westonruter. - Add support for more default embeds: Issuu, Post, Meetup, Reddit, Screencast, Tumblr, and WordPress Plugin Directory. See [#889](https://github.com/Automattic/amp-wp/pull/889). Props kaitnyl. - Allow native WordPress commenting, in fully valid AMP. See [#871](https://github.com/Automattic/amp-wp/pull/871), [#909](https://github.com/Automattic/amp-wp/pull/909). Props DavidCramer, westonruter. -- Creation of AMP-related notifications, on entering invalid content in the 'classic' editor. See [#912](https://github.com/Automattic/amp-wp/pull/912/). Props ThierryA, westonruter, kienstra. -- Add output buffering, ensuring the entire page is valid AMP. See [#929](https://github.com/Automattic/amp-wp/pull/929), [#857](https://github.com/Automattic/amp-wp/pull/857). Props ThierryA, westonruter. +- Creation of AMP-related notifications, on entering invalid content in the 'classic' editor. See [#912](https://github.com/Automattic/amp-wp/pull/912/). Props kienstra, westonruter, ThierryA. +- Add output buffering, ensuring the entire page is valid AMP. See [#929](https://github.com/Automattic/amp-wp/pull/929), [#857](https://github.com/Automattic/amp-wp/pull/857). Props westonruter, ThierryA. - Update the generated sanitizer file to the AMP spec, and simplify the file that generates it. See [#929](https://github.com/Automattic/amp-wp/pull/929). Props westonruter. See [0.7 milestone](https://github.com/Automattic/amp-wp/milestone/6?closed=1). diff --git a/readme.txt b/readme.txt index 8230d76054a..fe723ec86f8 100644 --- a/readme.txt +++ b/readme.txt @@ -40,12 +40,12 @@ Follow along with or [contribute](https://github.com/Automattic/amp-wp/blob/deve = 0.7 (unreleased) = -- Add support for canonical AMP, if the theme registers support for it with `add_theme_support( 'amp' )`. See [#857](https://github.com/Automattic/amp-wp/pull/857), [#856](https://github.com/Automattic/amp-wp/pull/856). Props kaitnyl, ThierryA, westonruter. -- Add support for all default WordPress widgets. See [#921](https://github.com/Automattic/amp-wp/pull/921), [#917](https://github.com/Automattic/amp-wp/pull/917). Props westonruter, kienstra. +- Add support for canonical AMP, if the theme registers support for it with `add_theme_support( 'amp' )`. See [#857](https://github.com/Automattic/amp-wp/pull/857), [#856](https://github.com/Automattic/amp-wp/pull/856). Props westonruter, kaitnyl, ThierryA. +- Add support for all default WordPress widgets. See [#921](https://github.com/Automattic/amp-wp/pull/921), [#917](https://github.com/Automattic/amp-wp/pull/917). Props kienstra, westonruter. - Add support for more default embeds: Issuu, Post, Meetup, Reddit, Screencast, Tumblr, and WordPress Plugin Directory. See [#889](https://github.com/Automattic/amp-wp/pull/889). Props kaitnyl. - Allow native WordPress commenting, in fully valid AMP. See [#871](https://github.com/Automattic/amp-wp/pull/871), [#909](https://github.com/Automattic/amp-wp/pull/909). Props DavidCramer, westonruter. -- Creation of AMP-related notifications, on entering invalid content in the 'classic' editor. See [#912](https://github.com/Automattic/amp-wp/pull/912/). Props ThierryA, westonruter, kienstra. -- Add output buffering, ensuring the entire page is valid AMP. See [#929](https://github.com/Automattic/amp-wp/pull/929), [#857](https://github.com/Automattic/amp-wp/pull/857). Props ThierryA, westonruter. +- Creation of AMP-related notifications, on entering invalid content in the 'classic' editor. See [#912](https://github.com/Automattic/amp-wp/pull/912/). Props kienstra, westonruter, ThierryA. +- Add output buffering, ensuring the entire page is valid AMP. See [#929](https://github.com/Automattic/amp-wp/pull/929), [#857](https://github.com/Automattic/amp-wp/pull/857). Props westonruter, ThierryA. - Update the generated sanitizer file to the AMP spec, and simplify the file that generates it. See [#929](https://github.com/Automattic/amp-wp/pull/929). Props westonruter. See [0.7 milestone](https://github.com/Automattic/amp-wp/milestone/6?closed=1).