Version Description
Download this release
Release Info
Developer | westonruter |
Plugin | AMP for WordPress |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.2 to 1.1.3
- amp.php +4 -5
- readme.txt +1 -1
amp.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
* Plugin URI: https://amp-wp.org
|
6 |
* Author: AMP Project Contributors
|
7 |
* Author URI: https://github.com/ampproject/amp-wp/graphs/contributors
|
8 |
-
* Version: 1.1.
|
9 |
* Text Domain: amp
|
10 |
* Domain Path: /languages/
|
11 |
* License: GPLv2 or later
|
@@ -40,11 +40,10 @@ $_amp_required_extensions = array(
|
|
40 |
// Required by FasterImage.
|
41 |
'curl' => array(
|
42 |
'functions' => array(
|
|
|
43 |
'curl_error',
|
|
|
44 |
'curl_init',
|
45 |
-
'curl_multi_add_handle',
|
46 |
-
'curl_multi_exec',
|
47 |
-
'curl_multi_init',
|
48 |
'curl_setopt',
|
49 |
),
|
50 |
),
|
@@ -200,7 +199,7 @@ if ( ! empty( $_amp_load_errors->errors ) ) {
|
|
200 |
|
201 |
define( 'AMP__FILE__', __FILE__ );
|
202 |
define( 'AMP__DIR__', dirname( __FILE__ ) );
|
203 |
-
define( 'AMP__VERSION', '1.1.
|
204 |
|
205 |
/**
|
206 |
* Print admin notice if plugin installed with incorrect slug (which impacts WordPress's auto-update system).
|
5 |
* Plugin URI: https://amp-wp.org
|
6 |
* Author: AMP Project Contributors
|
7 |
* Author URI: https://github.com/ampproject/amp-wp/graphs/contributors
|
8 |
+
* Version: 1.1.3
|
9 |
* Text Domain: amp
|
10 |
* Domain Path: /languages/
|
11 |
* License: GPLv2 or later
|
40 |
// Required by FasterImage.
|
41 |
'curl' => array(
|
42 |
'functions' => array(
|
43 |
+
'curl_close',
|
44 |
'curl_error',
|
45 |
+
'curl_exec',
|
46 |
'curl_init',
|
|
|
|
|
|
|
47 |
'curl_setopt',
|
48 |
),
|
49 |
),
|
199 |
|
200 |
define( 'AMP__FILE__', __FILE__ );
|
201 |
define( 'AMP__DIR__', dirname( __FILE__ ) );
|
202 |
+
define( 'AMP__VERSION', '1.1.3' );
|
203 |
|
204 |
/**
|
205 |
* Print admin notice if plugin installed with incorrect slug (which impacts WordPress's auto-update system).
|
readme.txt
CHANGED
@@ -3,7 +3,7 @@ Contributors: automattic, xwp, google, westonruter, ryankienstra, batmoo, stubgo
|
|
3 |
Tags: amp, mobile
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.2
|
6 |
-
Stable tag: 1.1.
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
Requires PHP: 5.4
|
3 |
Tags: amp, mobile
|
4 |
Requires at least: 4.9
|
5 |
Tested up to: 5.2
|
6 |
+
Stable tag: 1.1.3
|
7 |
License: GPLv2 or later
|
8 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
9 |
Requires PHP: 5.4
|