1.0-beta4
Pre-release
Pre-release
·
17597 commits
to develop
since this release
See unreleased 1.0 changelog and the in-progress milestone. See also pull requests merged and the commits since 1.0-beta3.
See also 1.0-beta4-built
tag which facilitates installation of plugin build via submodule, Composer, etc.
See the AMP Plugin Release v1.0-beta4 blog post for more details.
- Redesign screens for Invalid URLs and Error Index. See #1394, #1361, #1444, #1448, #1452, #1397, #1446, #1364, #1449, #1418, #1451, #1429, #1408, #1414, #1409. Props kienstra, johnwatkins0, miina, jacobschweitzer, westonruter.
- Omit validation errors sanitized by filter or tree-shaking option; since sanitization is forced, there is no point to store. See (#1413)[https://github.com//pull/1413]. Props westonruter.
- Prevent URL validation from happening during bulk imports. See #1424, #1404. Props westonruter.
- Normalize invalid URL stored for
amp_invalid_url
post type. See #1436. Props westonruter. - Expose and store queried object for validated URL; show edit link. See #1426, #1428, #1433. Props westonruter.
- Re-validate the site when switching modes and show the results in a notice. See #1443. Props kienstra, westonruter.
- Improve access to AMP admin screens for users who are not administrators. #1437. Props westonruter.
- Display a welcome notice on the main 'AMP Settings' page. See #1442. Props kienstra.
- Fix URL protocol validation and parsing attribute values with multiple URLs. See #1411, #1410. Props westonruter.
- Restore ability to customize 'amp' query var when theme support added. #1455. Props westonruter.
- Add slug constants for theme support and post type support. #1456. Props westonruter.
- Fix ability to add AMP support for custom post types. See #1441. Props westonruter.
- Fix stretched logo and header issues in Twenty Seventeen. #1419. Props westonruter.
- Add caption support to all amp-instagram embeds. See #1438, #822. Props chandrapatel.
- Fix PHP warning generated by calls to
idn_to_utf8()
. See #1440, #1439. Props kraftbj. - Fix PHP fatal error during AMP validation when a plugin uses a class method as an output buffer callback. #1453. Props westonruter.
- Update minimum PHP version from 5.3.2 to 5.3.6. See #1407, #1406. Props westonruter.
- Improve
package.json
andcomposer.json
. See #1405. Props swissspidy. - Ensure PHP file generated for use by translate.wordpress.org is free of syntax errors. See #1427, #1416. Props swissspidy, westonruter.