PluginProbe
WindPress – Tailwind CSS integration for WordPress / 3.2.90
WindPress – Tailwind CSS integration for WordPress v3.2.90
3.2.90 3.2.89 3.2.88 3.2.87 3.2.86 3.2.85 3.2.84 3.2.83 3.2.82 3.2.81 trunk 3.0.0 3.0.1 3.0.10 3.0.11 3.0.12 3.0.13 3.0.14 3.0.15 3.0.16 3.0.17 3.0.2 3.0.3 3.0.4 3.0.5 All 144 releases
← All changes | vendor/composer/autoload_classmap.php +9 -1 3.2.883.2.90 View file →
@@ -39,9 +39,8 @@
39 39 'WindPressDeps\\Masterminds\\HTML5\\Parser\\StringInputStream' => $vendorDir . '/masterminds/html5/src/HTML5/Parser/StringInputStream.php',
40 40 'WindPressDeps\\Masterminds\\HTML5\\Parser\\Tokenizer' => $vendorDir . '/masterminds/html5/src/HTML5/Parser/Tokenizer.php',
41 41 'WindPressDeps\\Masterminds\\HTML5\\Parser\\TreeBuildingRules' => $vendorDir . '/masterminds/html5/src/HTML5/Parser/TreeBuildingRules.php',
42 42 'WindPressDeps\\Masterminds\\HTML5\\Parser\\UTF8Utils' => $vendorDir . '/masterminds/html5/src/HTML5/Parser/UTF8Utils.php',
43 - 'WindPressDeps\\Masterminds\\HTML5\\Serializer\\HTML5Entities' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/HTML5Entities.php',
44 43 'WindPressDeps\\Masterminds\\HTML5\\Serializer\\OutputRules' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/OutputRules.php',
45 44 'WindPressDeps\\Masterminds\\HTML5\\Serializer\\RulesInterface' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/RulesInterface.php',
46 45 'WindPressDeps\\Masterminds\\HTML5\\Serializer\\Traverser' => $vendorDir . '/masterminds/html5/src/HTML5/Serializer/Traverser.php',
47 46 'WindPressDeps\\Psr\\Container\\ContainerExceptionInterface' => $vendorDir . '/psr/container/src/ContainerExceptionInterface.php',
@@ -148,8 +147,9 @@
148 147 'WindPressDeps\\Symfony\\Component\\Yaml\\Exception\\ParseException' => $vendorDir . '/symfony/yaml/Exception/ParseException.php',
149 148 'WindPressDeps\\Symfony\\Component\\Yaml\\Exception\\RuntimeException' => $vendorDir . '/symfony/yaml/Exception/RuntimeException.php',
150 149 'WindPressDeps\\Symfony\\Component\\Yaml\\Inline' => $vendorDir . '/symfony/yaml/Inline.php',
151 150 'WindPressDeps\\Symfony\\Component\\Yaml\\Parser' => $vendorDir . '/symfony/yaml/Parser.php',
151 + 'WindPressDeps\\Symfony\\Component\\Yaml\\ParserState' => $vendorDir . '/symfony/yaml/ParserState.php',
152 152 'WindPressDeps\\Symfony\\Component\\Yaml\\Tag\\TaggedValue' => $vendorDir . '/symfony/yaml/Tag/TaggedValue.php',
153 153 'WindPressDeps\\Symfony\\Component\\Yaml\\Unescaper' => $vendorDir . '/symfony/yaml/Unescaper.php',
154 154 'WindPressDeps\\Symfony\\Component\\Yaml\\Yaml' => $vendorDir . '/symfony/yaml/Yaml.php',
155 155 'WindPressDeps\\Symfony\\Contracts\\Service\\Attribute\\Required' => $vendorDir . '/symfony/service-contracts/Attribute/Required.php',
@@ -193,8 +193,16 @@
193 193 'WindPress\\WindPress\\Api\\ApiInterface' => $baseDir . '/src/Api/ApiInterface.php',
194 194 'WindPress\\WindPress\\Api\\Router' => $baseDir . '/src/Api/Router.php',
195 195 'WindPress\\WindPress\\Core\\Cache' => $baseDir . '/src/Core/Cache.php',
196 196 'WindPress\\WindPress\\Core\\Runtime' => $baseDir . '/src/Core/Runtime.php',
197 + 'WindPress\\WindPress\\Core\\Scanner\\BuildState' => $baseDir . '/src/Core/Scanner/BuildState.php',
198 + 'WindPress\\WindPress\\Core\\Scanner\\ExtractionCache' => $baseDir . '/src/Core/Scanner/ExtractionCache.php',
199 + 'WindPress\\WindPress\\Core\\Scanner\\FileScanner' => $baseDir . '/src/Core/Scanner/FileScanner.php',
200 + 'WindPress\\WindPress\\Core\\Scanner\\PostQuery' => $baseDir . '/src/Core/Scanner/PostQuery.php',
201 + 'WindPress\\WindPress\\Core\\Scanner\\PostRenderer' => $baseDir . '/src/Core/Scanner/PostRenderer.php',
202 + 'WindPress\\WindPress\\Core\\Scanner\\ScanLock' => $baseDir . '/src/Core/Scanner/ScanLock.php',
203 + 'WindPress\\WindPress\\Core\\Scanner\\SourceIndex' => $baseDir . '/src/Core/Scanner/SourceIndex.php',
204 + 'WindPress\\WindPress\\Core\\Scanner\\SourceRevision' => $baseDir . '/src/Core/Scanner/SourceRevision.php',
197 205 'WindPress\\WindPress\\Core\\Volume' => $baseDir . '/src/Core/Volume.php',
198 206 'WindPress\\WindPress\\Integration\\Elementor\\Compile' => $baseDir . '/src/Integration/Elementor/Compile.php',
199 207 'WindPress\\WindPress\\Integration\\Elementor\\Main' => $baseDir . '/src/Integration/Elementor/Main.php',
200 208 'WindPress\\WindPress\\Integration\\GreenShift\\Compile' => $baseDir . '/src/Integration/GreenShift/Compile.php',