Skip to content

Commit 3d44350

Browse files
committed
Version bump to 0.2
1 parent f5f6cf5 commit 3d44350

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

amp.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Plugin URI: https://github.com/automattic/amp-wp
66
* Author: Automattic
77
* Author URI: https://automattic.com
8-
* Version: 0.1
8+
* Version: 0.2
99
* Text Domain: amp
1010
* Domain Path: /languages/
1111
* License: GPLv2 or later

readme.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Contributors: batmoo, joen, automattic
33
Tags: amp, mobile
44
Requires at least: 4.4
55
Tested up to: 4.4
6-
Stable tag: 0.1
6+
Stable tag: 0.2
77
License: GPLv2 or later
88
License URI: http://www.gnu.org/licenses/gpl-2.0.html
99

@@ -13,11 +13,11 @@ Enable Accelerated Mobile Pages (AMP) on your WordPress site.
1313

1414
This plugin adds support for the [Accelerated Mobile Pages](https://www.ampproject.org) (AMP) Project, which is an an open source initiative that aims to provide mobile optimized content that can load instantly everywhere.
1515

16-
With the plugin active, all content on your site will have dynamically generated AMP-compatible versions, accessible by appending `/amp/` to the end your permalinks. (If you do not have pretty permalinks enabled, you can do the same thing by appending `?amp=1`.)
16+
With the plugin active, all posts on your site will have dynamically generated AMP-compatible versions, accessible by appending `/amp/` to the end your permalinks. (If you do not have pretty permalinks enabled, you can do the same thing by appending `?amp=1`.)
1717

18-
Follow along with or contribute to the development of this plugin at https://github.com/Automattic/amp-wp
18+
Note that Pages and archives are not currently supported.
1919

20-
Developers: please note that this plugin is still in early stages and the underlying APIs (like filters, classes, etc.) may change.
20+
Follow along with or contribute to the development of this plugin at https://github.com/Automattic/amp-wp
2121

2222
== Installation ==
2323

@@ -28,7 +28,7 @@ Developers: please note that this plugin is still in early stages and the underl
2828

2929
= How do I customize the AMP output for my site? =
3030

31-
There are a number of filters available in the plugin for modifying the output. Advanced options like custom templates in the works. You can find details at https://github.com/Automattic/amp-wp/blob/master/readme.md
31+
You can find details about customization options at https://github.com/Automattic/amp-wp/blob/master/readme.md
3232

3333
== Changelog ==
3434

0 commit comments

Comments
 (0)