Plugin Directory

Changeset 3170344


Ignore:
Timestamp:
10/16/2024 09:02:02 PM (5 months ago)
Author:
mociofiletto
Message:

Sync trunk

Location:
no-unsafe-inline/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • no-unsafe-inline/trunk/src/Nunil_Manipulate_DOM.php

    r3127033 r3170344  
    925925        );
    926926
     927        $not_sri_sources = apply_filters( 'no_unsafe_inline_not_sri_sources', $not_sri_sources );
     928
    927929        foreach ( $not_sri_sources as $source ) {
    928930            if ( false !== strpos( $sourcestr, $source ) ) {
  • no-unsafe-inline/trunk/vendor/composer/autoload_psr4.php

    r3159450 r3170344  
    77
    88return array(
    9     'voku\\' => array($vendorDir . '/voku/portable-utf8/src/voku', $vendorDir . '/voku/portable-ascii/src/voku'),
     9    'voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku', $vendorDir . '/voku/portable-utf8/src/voku'),
    1010    'Zephir\\Optimizers\\FunctionCall\\' => array($vendorDir . '/rubix/tensor/optimizers'),
    1111    'Wamania\\Snowball\\' => array($vendorDir . '/wamania/php-stemmer/src'),
  • no-unsafe-inline/trunk/vendor/composer/autoload_static.php

    r3159450 r3170344  
    100100        'voku\\' =>
    101101        array (
    102             0 => __DIR__ . '/..' . '/voku/portable-utf8/src/voku',
    103             1 => __DIR__ . '/..' . '/voku/portable-ascii/src/voku',
     102            0 => __DIR__ . '/..' . '/voku/portable-ascii/src/voku',
     103            1 => __DIR__ . '/..' . '/voku/portable-utf8/src/voku',
    104104        ),
    105105        'Zephir\\Optimizers\\FunctionCall\\' =>
  • no-unsafe-inline/trunk/vendor/composer/installed.php

    r3160020 r3170344  
    44        'pretty_version' => 'dev-main',
    55        'version' => 'dev-main',
    6         'reference' => '2aa46f952220aba9648dac86bf092d7a86a8bcd4',
     6        'reference' => 'c1e126e81d9785c59bfb9206cc89a5ffcb2efdc8',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../',
     
    122122            'pretty_version' => 'dev-main',
    123123            'version' => 'dev-main',
    124             'reference' => '2aa46f952220aba9648dac86bf092d7a86a8bcd4',
     124            'reference' => 'c1e126e81d9785c59bfb9206cc89a5ffcb2efdc8',
    125125            'type' => 'wordpress-plugin',
    126126            'install_path' => __DIR__ . '/../../',
Note: See TracChangeset for help on using the changeset viewer.