amp-toolbox-php
amp-toolbox-php copied to clipboard
AMP Optimizer PHP library
This is an automated pull-request containing the following changes: ### Files modified - \`resources/local_fallback/rtv/metadata\` - \`resources/local_fallback/v0.css\`
I wanted to test PHP 8.4 compatibility in the Web Stories plugin a bit early and noticed a few deprecation warnings coming from the AMP PHP Toolbox: ``` PHP Deprecated:...
This PR removes PHPCS and replaces it with ECS - Easy Coding Standard. This has the following advantages: - Use of both PHPCS and PHPCSF via one PHP config file...
Updates the requirements on [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards) to permit the latest version. Release notes Sourced from wp-coding-standards/wpcs's releases. 3.0.0 Important information about this release: At long last... WordPressCS 3.0.0 is here. This...
Updates the requirements on [yoast/phpunit-polyfills](https://github.com/Yoast/PHPUnit-Polyfills) to permit the latest version. Release notes Sourced from yoast/phpunit-polyfills's releases. 2.0.0 PHPUnit 10 support This release updates the PHPUnit Polyfills to allow for "writing...
The AMP Toolbox should include a sanitizer that is a pure PHP variant of the collection of sanitizers currently found in the AMP for WordPress plugin. The general idea is...
**Bug Description** A user reported on support forums that the `&` is being converted to Unicode character `\u0026` when being added to the analytics config. After disabling optimizer it did...
## Feature description The Common package (`ampproject/common`) is currently sitting at and enforcing level 4 of PHPStan static analysis. There are 2 errors that need to be fixed so that...
``` amp-toolbox-version : 0.11.0, 0.10.0, 0.6.0 PHP version : 5.6 ``` `` may not be inserted when using `Transformer\OptimizeHeroImages` with ``. I also use `Transformer\ServerSideRendering`. Could you check this problem?
## To Do Add details about the release process to the repository doc for future reference