From b0bbc70c73f4e649e3c864c3ee5defdf01f27d40 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 5 Apr 2019 20:17:52 -0700 Subject: [PATCH 1/2] Bump 1.1-beta1; update byline --- amp.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/amp.php b/amp.php index ae8b8171118..a9139e6f749 100644 --- a/amp.php +++ b/amp.php @@ -3,9 +3,9 @@ * Plugin Name: AMP * Description: Enable AMP on your WordPress site, the WordPress way. * Plugin URI: https://amp-wp.org - * Author: WordPress.com VIP, XWP, Google, and contributors + * Author: AMP Project Contributors * Author URI: https://github.com/ampproject/amp-wp/graphs/contributors - * Version: 1.1-alpha + * Version: 1.1-beta1 * Text Domain: amp * Domain Path: /languages/ * License: GPLv2 or later @@ -115,7 +115,7 @@ function _amp_print_build_needed_notice() { define( 'AMP__FILE__', __FILE__ ); define( 'AMP__DIR__', dirname( __FILE__ ) ); -define( 'AMP__VERSION', '1.1-alpha' ); +define( 'AMP__VERSION', '1.1-beta1' ); /** * Print admin notice if plugin installed with incorrect slug (which impacts WordPress's auto-update system). From 7abd26a1218028f8d798b6e1faf9d49722168ea6 Mon Sep 17 00:00:00 2001 From: Weston Ruter Date: Fri, 5 Apr 2019 20:26:12 -0700 Subject: [PATCH 2/2] Fix Grunt badge image URL --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 02ac391ceba..9addb9299be 100644 --- a/readme.md +++ b/readme.md @@ -12,7 +12,7 @@ Enable AMP on your WordPress site, the WordPress way. **License:** [GPLv2 or later](http://www.gnu.org/licenses/gpl-2.0.html) **Requires PHP:** 5.4 -[![Build Status](https://travis-ci.org/ampproject/amp-wp.svg?branch=develop)](https://travis-ci.org/ampproject/amp-wp) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.svg)](http://gruntjs.com) +[![Build Status](https://travis-ci.org/ampproject/amp-wp.svg?branch=develop)](https://travis-ci.org/ampproject/amp-wp) [![Built with Grunt](https://gruntjs.com/cdn/builtwith.svg)](http://gruntjs.com) ## Description ##