Plugin Directory

Changeset 3356706


Ignore:
Timestamp:
09/05/2025 12:32:46 PM (3 months ago)
Author:
staatic
Message:

Improvements and fixes

Location:
staatic/trunk
Files:
15 edited

Legend:

Unmodified
Added
Removed
  • staatic/trunk/generated/container.php

    r3344470 r3356706  
    844844            yield 5 => $this->privates['Staatic\WordPress\Module\RegisterSettings'] ?? $this->getRegisterSettingsService();
    845845            yield 6 => $this->privates['Staatic\WordPress\Module\Admin\RegisterAssets'] = $this->privates['Staatic\WordPress\Module\Admin\RegisterAssets'] ?? new RegisterAssets(
    846                 '1.11.4'
     846                '1.11.4-2-g8d37ae4d'
    847847            );
    848848            yield 7 => $this->privates['Staatic\WordPress\Module\Admin\RegisterNavigation'] ?? $this->getRegisterNavigationService();
     
    17991799        return $this->privates['Staatic\WordPress\Migrations\MigrationCoordinatorFactory'] = new MigrationCoordinatorFactory(
    18001800            $this->privates['wpdb'] ?? $this->getWpdbService(),
    1801             '1.11.4'
     1801            '1.11.4-2-g8d37ae4d'
    18021802        );
    18031803    }
     
    34483448    {
    34493449        return [
    3450             'staatic.version' => '1.11.4'
     3450            'staatic.version' => '1.11.4-2-g8d37ae4d'
    34513451        ];
    34523452    }
  • staatic/trunk/languages/staatic.pot

    r3344470 r3356706  
    1010"Content-Type: text/plain; charset=UTF-8\n"
    1111"Content-Transfer-Encoding: 8bit\n"
    12 "POT-Creation-Date: 2025-08-14T08:42:25+00:00\n"
     12"POT-Creation-Date: 2025-09-05T12:23:31+00:00\n"
    1313"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
    1414"X-Generator: WP-CLI 2.12.0\n"
  • staatic/trunk/readme.txt

    r3344470 r3356706  
    9999== Changelog ==
    100100
     101= 1.11.5 =
     102
     103Release date: TBD.
     104
     105**Bug Fixes**
     106
     107* Fixes SVG data URL fragment references being incorrectly extracted.
     108* Fixes Html5DomParser compatibility with extended URL context.
     109
    101110= 1.11.4 =
    102111
     
    110119
    111120* Fixes an issue causing Safe Redirect Manager integration to not be activated.
    112 
    113 == Changelog ==
    114121
    115122= 1.11.3 =
     
    126133* Fixes a warning on recent WordPress versions caused by translations being loaded too early.
    127134
     135= 1.11.2 =
     136
     137Release date: April 3rd, 2025.
     138
     139**Bug Fixes**
     140
     141
     142= 1.11.1 =
     143
     144Release date: March 25th, 2025.
     145
     146**Bug Fixes**
     147
     148
    128149= 1.11.0 =
    129150
     
    137158
    138159* Canonicalized URLs with empty paths to ensure consistent behaviour.
    139 
    140 = 1.10.9 =
    141 
    142 Release date: February 10th, 2025.
    143 
    144 **Improvements**
    145 
    146 * Adds support for AWS S3 regions `ap-southeast-7` (Thailand) and `mx-central-1` (Mexico).
    147 * Updates external dependencies.
    148 
    149 **Fixes**
    150 
    151 * Fixes SFTP deployments SSH key authentication.
    152 
    153 = 1.10.8 =
    154 
    155 Release date: December 30th, 2024.
    156 
    157 **Improvements**
    158 
    159 * Adds ability to override various settings via environment variables.
    160 * Automatically excludes .htaccess files during crawling.
    161 * Updates external dependencies.
    162 
    163 = 1.10.7 =
    164 
    165 Release date: November 19th, 2024.
    166 
    167 **Improvements**
    168 
    169 * Adds `staatic delete` WP-CLI command to allow publications to be deleted.
    170 * Adds `staatic_publication_cleanup_num_days` filter hook to control when publications are cleaned up.
    171 * Adds `staatic_log_cleanup_num_days` filter hook to control when log entries are cleaned up.
    172 * Adds option to disable `/index.html` suffix on directory URLs for offline usage.
    173 * Adds support for “ap-southeast-5” region to AWS deployment method.
    174 * Improves XML sitemap handling by adding support for URLs wrapped in CDATA sections.
    175 * Updates external dependencies.
    176160
    177161= Earlier releases =
  • staatic/trunk/vendor/composer/installed.json

    r3309167 r3356706  
    25422542        {
    25432543            "name": "symfony/polyfill-ctype",
    2544             "version": "v1.32.0",
    2545             "version_normalized": "1.32.0.0",
     2544            "version": "v1.33.0",
     2545            "version_normalized": "1.33.0.0",
    25462546            "source": {
    25472547                "type": "git",
     
    26042604            ],
    26052605            "support": {
    2606                 "source": "https://github.com/symfony/polyfill-ctype/tree/v1.32.0"
     2606                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0"
    26072607            },
    26082608            "funding": [
     
    26162616                },
    26172617                {
     2618                    "url": "https://github.com/nicolas-grekas",
     2619                    "type": "github"
     2620                },
     2621                {
    26182622                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    26192623                    "type": "tidelift"
     
    26242628        {
    26252629            "name": "symfony/polyfill-mbstring",
    2626             "version": "v1.32.0",
    2627             "version_normalized": "1.32.0.0",
     2630            "version": "v1.33.0",
     2631            "version_normalized": "1.33.0.0",
    26282632            "source": {
    26292633                "type": "git",
     
    26882692            ],
    26892693            "support": {
    2690                 "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.32.0"
     2694                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0"
    26912695            },
    26922696            "funding": [
     
    26972701                {
    26982702                    "url": "https://github.com/fabpot",
     2703                    "type": "github"
     2704                },
     2705                {
     2706                    "url": "https://github.com/nicolas-grekas",
    26992707                    "type": "github"
    27002708                },
     
    27752783        {
    27762784            "name": "symfony/polyfill-php73",
    2777             "version": "v1.32.0",
    2778             "version_normalized": "1.32.0.0",
     2785            "version": "v1.33.0",
     2786            "version_normalized": "1.33.0.0",
    27792787            "source": {
    27802788                "type": "git",
     
    28342842            ],
    28352843            "support": {
    2836                 "source": "https://github.com/symfony/polyfill-php73/tree/v1.32.0"
     2844                "source": "https://github.com/symfony/polyfill-php73/tree/v1.33.0"
    28372845            },
    28382846            "funding": [
     
    28462854                },
    28472855                {
     2856                    "url": "https://github.com/nicolas-grekas",
     2857                    "type": "github"
     2858                },
     2859                {
    28482860                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    28492861                    "type": "tidelift"
     
    28542866        {
    28552867            "name": "symfony/polyfill-php74",
    2856             "version": "v1.32.0",
    2857             "version_normalized": "1.32.0.0",
     2868            "version": "v1.33.0",
     2869            "version_normalized": "1.33.0.0",
    28582870            "source": {
    28592871                "type": "git",
     
    29142926            ],
    29152927            "support": {
    2916                 "source": "https://github.com/symfony/polyfill-php74/tree/v1.32.0"
     2928                "source": "https://github.com/symfony/polyfill-php74/tree/v1.33.0"
    29172929            },
    29182930            "funding": [
     
    29262938                },
    29272939                {
     2940                    "url": "https://github.com/nicolas-grekas",
     2941                    "type": "github"
     2942                },
     2943                {
    29282944                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    29292945                    "type": "tidelift"
     
    29342950        {
    29352951            "name": "symfony/polyfill-php80",
    2936             "version": "v1.32.0",
    2937             "version_normalized": "1.32.0.0",
     2952            "version": "v1.33.0",
     2953            "version_normalized": "1.33.0.0",
    29382954            "source": {
    29392955                "type": "git",
     
    29973013            ],
    29983014            "support": {
    2999                 "source": "https://github.com/symfony/polyfill-php80/tree/v1.32.0"
     3015                "source": "https://github.com/symfony/polyfill-php80/tree/v1.33.0"
    30003016            },
    30013017            "funding": [
     
    30093025                },
    30103026                {
     3027                    "url": "https://github.com/nicolas-grekas",
     3028                    "type": "github"
     3029                },
     3030                {
    30113031                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
    30123032                    "type": "tidelift"
     
    30173037        {
    30183038            "name": "symfony/polyfill-php81",
    3019             "version": "v1.32.0",
    3020             "version_normalized": "1.32.0.0",
     3039            "version": "v1.33.0",
     3040            "version_normalized": "1.33.0.0",
    30213041            "source": {
    30223042                "type": "git",
     
    30763096            ],
    30773097            "support": {
    3078                 "source": "https://github.com/symfony/polyfill-php81/tree/v1.32.0"
     3098                "source": "https://github.com/symfony/polyfill-php81/tree/v1.33.0"
    30793099            },
    30803100            "funding": [
     
    30853105                {
    30863106                    "url": "https://github.com/fabpot",
     3107                    "type": "github"
     3108                },
     3109                {
     3110                    "url": "https://github.com/nicolas-grekas",
    30873111                    "type": "github"
    30883112                },
  • staatic/trunk/vendor/composer/installed.php

    r3344470 r3356706  
    33namespace Staatic\Vendor;
    44
    5 return array('root' => array('name' => 'staatic/staatic-wordpress', 'pretty_version' => 'v1.11.4', 'version' => '1.11.4.0', 'reference' => 'e47120f157543fd6e0f76c3e5ca6839cdcf4ad16', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \false), 'versions' => array('async-aws/cloud-front' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '548dd74259aeb1a6d99f5928918402766bb82927', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/cloud-front', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/core' => array('pretty_version' => '1.24.1', 'version' => '1.24.1.0', 'reference' => '241c8ab0e4cd4f47b2226a31a5132fb36a73a57b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/core', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/s3' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'd6556d0088a2778e61e17ab71ca7336ad65d082b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/s3', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'caseyamcl/guzzle_retry_middleware' => array('pretty_version' => 'v2.12.1', 'version' => '2.12.1.0', 'reference' => '362bdd5e6d19e54e1f4c8c27757e7598201efa3c', 'type' => 'library', 'install_path' => __DIR__ . '/../caseyamcl/guzzle_retry_middleware', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-background-processing' => array('pretty_version' => '1.4.0', 'version' => '1.4.0.0', 'reference' => '7ca7cc3504333db3a291bbab7f1917124fba4816', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.9.2', 'version' => '7.9.2.0', 'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'maennchen/zipstream-php' => array('pretty_version' => '2.4.0', 'version' => '2.4.0.0', 'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../maennchen/zipstream-php', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.9.0', 'version' => '2.9.0.0', 'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.5', 'version' => '1.8.5.0', 'reference' => 'e7be26966b7398204a234f8673fdad5ac6277802', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/constant_time_encoding' => array('pretty_version' => 'v3.0.0', 'version' => '3.0.0.0', 'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/constant_time_encoding', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/random_compat' => array('pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/random_compat', 'aliases' => array(), 'dev_requirement' => \false), 'php-http/async-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'php-http/client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'phpseclib/phpseclib' => array('pretty_version' => '3.0.43', 'version' => '3.0.43.0', 'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-client' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'scotteh/php-dom-wrapper' => array('pretty_version' => '2.0.5', 'version' => '2.0.5.0', 'reference' => '351e9c635c9aa65c8cedaeefcac3a49581ad2529', 'type' => 'library', 'install_path' => __DIR__ . '/../scotteh/php-dom-wrapper', 'aliases' => array(), 'dev_requirement' => \false), 'staatic/crawler' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'a24093bf5691cc6e68167e83974341837a28d58a', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/crawler', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/framework' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '288bff665d3c0c62164071dd8dbb4a2ca1880cd6', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/framework', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/staatic-wordpress' => array('pretty_version' => 'v1.11.4', 'version' => '1.11.4.0', 'reference' => 'e47120f157543fd6e0f76c3e5ca6839cdcf4ad16', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v6.4.14', 'version' => '6.4.14.0', 'reference' => '4e55e7e4ffddd343671ea972216d4509f46c22ef', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/css-selector' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => 'cb23e97813c5837a041b73a6d63a9ddff0778f5e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/css-selector', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => 'd977404486b419bedf450739a9f8992a88c1d6e3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/filesystem' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '4856c9cf585d5a0313d8d35afd681a526f038dd3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => '297374a399ce6852d5905d92a1351df00bb9dd10', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v3.5.2', 'version' => '3.5.2.0', 'reference' => 'ee8d807ab20fcb51267fdace50fbe3494c31e645', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '3.0')), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php71' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'symfony/polyfill-php72' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce', 'type' => 'metapackage', 'install_path' => null, 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php74' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '9589537d05325fb5d88a20d8926823e5b827a43e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php74', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.32.0', 'version' => '1.32.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0|3.0')), 'symfony/var-exporter' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '0f605f72a363f8743001038a176eeb2a11223b51', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'dev_requirement' => \false), 'voku/simple_html_dom' => array('pretty_version' => '4.8.10', 'version' => '4.8.10.0', 'reference' => '716822ed52ed3a1881542be07a786270de390e99', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/simple_html_dom', 'aliases' => array(), 'dev_requirement' => \false)));
     5return array('root' => array('name' => 'staatic/staatic-wordpress', 'pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '8d37ae4d306891cd7b380dfe013845390eadc42f', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(0 => '1.x-dev'), 'dev' => \false), 'versions' => array('async-aws/cloud-front' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => '548dd74259aeb1a6d99f5928918402766bb82927', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/cloud-front', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/core' => array('pretty_version' => '1.24.1', 'version' => '1.24.1.0', 'reference' => '241c8ab0e4cd4f47b2226a31a5132fb36a73a57b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/core', 'aliases' => array(), 'dev_requirement' => \false), 'async-aws/s3' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'd6556d0088a2778e61e17ab71ca7336ad65d082b', 'type' => 'library', 'install_path' => __DIR__ . '/../async-aws/s3', 'aliases' => array(), 'dev_requirement' => \false), 'brick/math' => array('pretty_version' => '0.12.1', 'version' => '0.12.1.0', 'reference' => 'f510c0a40911935b77b86859eb5223d58d660df1', 'type' => 'library', 'install_path' => __DIR__ . '/../brick/math', 'aliases' => array(), 'dev_requirement' => \false), 'caseyamcl/guzzle_retry_middleware' => array('pretty_version' => 'v2.12.1', 'version' => '2.12.1.0', 'reference' => '362bdd5e6d19e54e1f4c8c27757e7598201efa3c', 'type' => 'library', 'install_path' => __DIR__ . '/../caseyamcl/guzzle_retry_middleware', 'aliases' => array(), 'dev_requirement' => \false), 'deliciousbrains/wp-background-processing' => array('pretty_version' => '1.4.0', 'version' => '1.4.0.0', 'reference' => '7ca7cc3504333db3a291bbab7f1917124fba4816', 'type' => 'library', 'install_path' => __DIR__ . '/../deliciousbrains/wp-background-processing', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/guzzle' => array('pretty_version' => '7.9.2', 'version' => '7.9.2.0', 'reference' => 'd281ed313b989f213357e3be1a179f02196ac99b', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/guzzle', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/promises' => array('pretty_version' => '2.0.4', 'version' => '2.0.4.0', 'reference' => 'f9c436286ab2892c7db7be8c8da4ef61ccf7b455', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/promises', 'aliases' => array(), 'dev_requirement' => \false), 'guzzlehttp/psr7' => array('pretty_version' => '2.7.0', 'version' => '2.7.0.0', 'reference' => 'a70f5c95fb43bc83f07c9c948baa0dc1829bf201', 'type' => 'library', 'install_path' => __DIR__ . '/../guzzlehttp/psr7', 'aliases' => array(), 'dev_requirement' => \false), 'maennchen/zipstream-php' => array('pretty_version' => '2.4.0', 'version' => '2.4.0.0', 'reference' => '3fa72e4c71a43f9e9118752a5c90e476a8dc9eb3', 'type' => 'library', 'install_path' => __DIR__ . '/../maennchen/zipstream-php', 'aliases' => array(), 'dev_requirement' => \false), 'masterminds/html5' => array('pretty_version' => '2.9.0', 'version' => '2.9.0.0', 'reference' => 'f5ac2c0b0a2eefca70b2ce32a5809992227e75a6', 'type' => 'library', 'install_path' => __DIR__ . '/../masterminds/html5', 'aliases' => array(), 'dev_requirement' => \false), 'myclabs/php-enum' => array('pretty_version' => '1.8.5', 'version' => '1.8.5.0', 'reference' => 'e7be26966b7398204a234f8673fdad5ac6277802', 'type' => 'library', 'install_path' => __DIR__ . '/../myclabs/php-enum', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/constant_time_encoding' => array('pretty_version' => 'v3.0.0', 'version' => '3.0.0.0', 'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/constant_time_encoding', 'aliases' => array(), 'dev_requirement' => \false), 'paragonie/random_compat' => array('pretty_version' => 'v9.99.100', 'version' => '9.99.100.0', 'reference' => '996434e5492cb4c3edcb9168db6fbb1359ef965a', 'type' => 'library', 'install_path' => __DIR__ . '/../paragonie/random_compat', 'aliases' => array(), 'dev_requirement' => \false), 'php-http/async-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'php-http/client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '*')), 'phpseclib/phpseclib' => array('pretty_version' => '3.0.43', 'version' => '3.0.43.0', 'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02', 'type' => 'library', 'install_path' => __DIR__ . '/../phpseclib/phpseclib', 'aliases' => array(), 'dev_requirement' => \false), 'psr/cache' => array('pretty_version' => '3.0.0', 'version' => '3.0.0.0', 'reference' => 'aa5030cfa5405eccfdcb1083ce040c2cb8d253bf', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/cache', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container' => array('pretty_version' => '2.0.2', 'version' => '2.0.2.0', 'reference' => 'c71ecc56dfe541dbd90c5360474fbc405f8d5963', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/container', 'aliases' => array(), 'dev_requirement' => \false), 'psr/container-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0')), 'psr/http-client' => array('pretty_version' => '1.0.3', 'version' => '1.0.3.0', 'reference' => 'bb5906edc1c324c9a05aa0873d40117941e5fa90', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-factory' => array('pretty_version' => '1.1.0', 'version' => '1.1.0.0', 'reference' => '2b4765fddfe3b508ac62f829e852b1501d3f6e8a', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-factory', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-factory-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/http-message' => array('pretty_version' => '1.1', 'version' => '1.1.0.0', 'reference' => 'cb6ce4845ce34a8ad9e68117c10ee90a29919eba', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/http-message', 'aliases' => array(), 'dev_requirement' => \false), 'psr/http-message-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.0')), 'psr/log' => array('pretty_version' => '3.0.2', 'version' => '3.0.2.0', 'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/log', 'aliases' => array(), 'dev_requirement' => \false), 'psr/simple-cache' => array('pretty_version' => '1.0.1', 'version' => '1.0.1.0', 'reference' => '408d5eafb83c57f6365a3ca330ff23aa4a5fa39b', 'type' => 'library', 'install_path' => __DIR__ . '/../psr/simple-cache', 'aliases' => array(), 'dev_requirement' => \false), 'ralouphie/getallheaders' => array('pretty_version' => '3.0.3', 'version' => '3.0.3.0', 'reference' => '120b605dfeb996808c31b6477290a714d356e822', 'type' => 'library', 'install_path' => __DIR__ . '/../ralouphie/getallheaders', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/collection' => array('pretty_version' => '2.0.0', 'version' => '2.0.0.0', 'reference' => 'a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/collection', 'aliases' => array(), 'dev_requirement' => \false), 'ramsey/uuid' => array('pretty_version' => '4.7.6', 'version' => '4.7.6.0', 'reference' => '91039bc1faa45ba123c4328958e620d382ec7088', 'type' => 'library', 'install_path' => __DIR__ . '/../ramsey/uuid', 'aliases' => array(), 'dev_requirement' => \false), 'rhumsaa/uuid' => array('dev_requirement' => \false, 'replaced' => array(0 => '4.7.6')), 'scotteh/php-dom-wrapper' => array('pretty_version' => '2.0.5', 'version' => '2.0.5.0', 'reference' => '351e9c635c9aa65c8cedaeefcac3a49581ad2529', 'type' => 'library', 'install_path' => __DIR__ . '/../scotteh/php-dom-wrapper', 'aliases' => array(), 'dev_requirement' => \false), 'staatic/crawler' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => 'a24093bf5691cc6e68167e83974341837a28d58a', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/crawler', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/framework' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '288bff665d3c0c62164071dd8dbb4a2ca1880cd6', 'type' => 'library', 'install_path' => __DIR__ . '/../staatic/framework', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'staatic/staatic-wordpress' => array('pretty_version' => 'dev-master', 'version' => 'dev-master', 'reference' => '8d37ae4d306891cd7b380dfe013845390eadc42f', 'type' => 'project', 'install_path' => __DIR__ . '/../../', 'aliases' => array(0 => '1.x-dev'), 'dev_requirement' => \false), 'symfony/config' => array('pretty_version' => 'v6.4.14', 'version' => '6.4.14.0', 'reference' => '4e55e7e4ffddd343671ea972216d4509f46c22ef', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/config', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/css-selector' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => 'cb23e97813c5837a041b73a6d63a9ddff0778f5e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/css-selector', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/dependency-injection' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => 'd977404486b419bedf450739a9f8992a88c1d6e3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/dependency-injection', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/deprecation-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => '74c71c939a79f7d5bf3c1ce9f5ea37ba0114c6f6', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/deprecation-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/filesystem' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '4856c9cf585d5a0313d8d35afd681a526f038dd3', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/filesystem', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client' => array('pretty_version' => 'v6.2.13', 'version' => '6.2.13.0', 'reference' => '297374a399ce6852d5905d92a1351df00bb9dd10', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-contracts' => array('pretty_version' => 'v3.5.2', 'version' => '3.5.2.0', 'reference' => 'ee8d807ab20fcb51267fdace50fbe3494c31e645', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/http-client-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/http-client-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '3.0')), 'symfony/polyfill-ctype' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => 'a3cc8b044a6ea513310cbd48ef7333b384945638', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-ctype', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-mbstring' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '6d857f4d76bd4b343eac26d6b539585d2bc56493', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php71' => array('dev_requirement' => \false, 'replaced' => array(0 => '*')), 'symfony/polyfill-php72' => array('pretty_version' => 'v1.31.0', 'version' => '1.31.0.0', 'reference' => 'fa2ae56c44f03bed91a39bfc9822e31e7c5c38ce', 'type' => 'metapackage', 'install_path' => null, 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php73' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '0f68c03565dcaaf25a890667542e8bd75fe7e5bb', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php73', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php74' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '9589537d05325fb5d88a20d8926823e5b827a43e', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php74', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php80' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '0cc9dd0f17f61d8131e7df6b84bd344899fe2608', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php80', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/polyfill-php81' => array('pretty_version' => 'v1.33.0', 'version' => '1.33.0.0', 'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/polyfill-php81', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-contracts' => array('pretty_version' => 'v3.5.1', 'version' => '3.5.1.0', 'reference' => 'e53260aabf78fb3d63f8d79d69ece59f80d5eda0', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/service-contracts', 'aliases' => array(), 'dev_requirement' => \false), 'symfony/service-implementation' => array('dev_requirement' => \false, 'provided' => array(0 => '1.1|2.0|3.0')), 'symfony/var-exporter' => array('pretty_version' => 'v6.4.13', 'version' => '6.4.13.0', 'reference' => '0f605f72a363f8743001038a176eeb2a11223b51', 'type' => 'library', 'install_path' => __DIR__ . '/../symfony/var-exporter', 'aliases' => array(), 'dev_requirement' => \false), 'voku/simple_html_dom' => array('pretty_version' => '4.8.10', 'version' => '4.8.10.0', 'reference' => '716822ed52ed3a1881542be07a786270de390e99', 'type' => 'library', 'install_path' => __DIR__ . '/../voku/simple_html_dom', 'aliases' => array(), 'dev_requirement' => \false)));
  • staatic/trunk/vendor/staatic/crawler/src/DomParser/DomParserInterface.php

    r3112562 r3356706  
    3434     */
    3535    public function setText($element, $value): void;
     36    public function getOuterHtml($element): string;
    3637}
  • staatic/trunk/vendor/staatic/crawler/src/DomParser/DomWrapDomParser.php

    r3112562 r3356706  
    6565        $element->textContent = $value;
    6666    }
     67    public function getOuterHtml($element): string
     68    {
     69        return (string) $element;
     70    }
    6771}
  • staatic/trunk/vendor/staatic/crawler/src/DomParser/Html5DomParser.php

    r3112562 r3356706  
    5858        $element->textContent = $value;
    5959    }
     60    public function getOuterHtml($element): string
     61    {
     62        return $element->ownerDocument->saveHTML($element);
     63    }
    6064}
  • staatic/trunk/vendor/staatic/crawler/src/DomParser/SimpleHtmlDomParser.php

    r3112562 r3356706  
    5858        $element->textContent = $this->encodeSpecialChars($value);
    5959    }
     60    public function getOuterHtml($element): string
     61    {
     62        return $element->outerHtml();
     63    }
    6064    private function decodeHtmlEntities(string $input): string
    6165    {
  • staatic/trunk/vendor/staatic/crawler/src/UriHelper.php

    r3112562 r3356706  
    77    public static function isReplaceableUrl(string $url): bool
    88    {
    9         return $url && preg_match('~^(#|data:|mailto:|javascript:)~', $url) === 0;
     9        return $url && preg_match('~^(#|%23|data:|mailto:|javascript:)~', $url) === 0;
    1010    }
    1111}
  • staatic/trunk/vendor/staatic/crawler/src/UrlExtractor/HtmlUrlExtractor.php

    r3309167 r3356706  
    167167                $context = ['extractor' => self::class, 'htmlTagName' => $element->tagName, 'htmlAttributeName' => $attributeName];
    168168                if ($this->extendedUrlContext) {
    169                     $context['htmlElement'] = (string) $element;
     169                    $context['htmlElement'] = $this->domParser->getOuterHtml($element);
    170170                }
    171171                if ($this->filterCallback && ($this->filterCallback)($resolvedUrl, $context)) {
  • staatic/trunk/vendor/symfony/config/Definition/Builder/BooleanNodeDefinition.php

    r3344470 r3356706  
    33namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder;
    44
    5 use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
     5use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
    66use Staatic\Vendor\Symfony\Component\Config\Definition\BooleanNode;
    77use Staatic\Vendor\Symfony\Component\Config\Definition\Exception\InvalidDefinitionException;
     
    1313        $this->nullEquivalent = \true;
    1414    }
    15     protected function instantiateNode(): ScalarNode
     15    protected function instantiateNode(): VariableNode
    1616    {
    1717        return new BooleanNode($this->name, $this->parent, $this->pathSeparator);
  • staatic/trunk/vendor/symfony/config/Definition/Builder/EnumNodeDefinition.php

    r3344470 r3356706  
    44
    55use InvalidArgumentException;
    6 use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
     6use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
    77use RuntimeException;
    88use Staatic\Vendor\Symfony\Component\Config\Definition\EnumNode;
     
    2525        return $this;
    2626    }
    27     protected function instantiateNode(): ScalarNode
     27    protected function instantiateNode(): VariableNode
    2828    {
    2929        if (!isset($this->values)) {
  • staatic/trunk/vendor/symfony/config/Definition/Builder/FloatNodeDefinition.php

    r3344470 r3356706  
    33namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder;
    44
    5 use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
     5use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
    66use Staatic\Vendor\Symfony\Component\Config\Definition\FloatNode;
    77class FloatNodeDefinition extends NumericNodeDefinition
    88{
    9     protected function instantiateNode(): ScalarNode
     9    protected function instantiateNode(): VariableNode
    1010    {
    1111        return new FloatNode($this->name, $this->parent, $this->min, $this->max, $this->pathSeparator);
  • staatic/trunk/vendor/symfony/config/Definition/Builder/IntegerNodeDefinition.php

    r3344470 r3356706  
    33namespace Staatic\Vendor\Symfony\Component\Config\Definition\Builder;
    44
    5 use Staatic\Vendor\Symfony\Component\Config\Definition\ScalarNode;
     5use Staatic\Vendor\Symfony\Component\Config\Definition\VariableNode;
    66use Staatic\Vendor\Symfony\Component\Config\Definition\IntegerNode;
    77class IntegerNodeDefinition extends NumericNodeDefinition
    88{
    9     protected function instantiateNode(): ScalarNode
     9    protected function instantiateNode(): VariableNode
    1010    {
    1111        return new IntegerNode($this->name, $this->parent, $this->min, $this->max, $this->pathSeparator);
Note: See TracChangeset for help on using the changeset viewer.