PluginProbe
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses / 4.4.8
LearnPress – WordPress LMS Plugin for Create and Sell Online Courses v4.4.8
4.4.8 4.4.7 4.4.6 4.4.5 4.4.4 4.4.3 4.4.2 4.4.1 4.4.0 4.3.9.1 4.3.9 4.3.8 4.3.7 4.1.6.9 4.1.6.9.1 4.1.6.9.2 4.1.6.9.3 4.1.6.9.4 4.1.7 4.1.7.1 4.1.7.2 4.1.7.3 4.1.7.3.1 4.1.7.3.2 4.2.0 All 139 releases
← All changes | vendor/symfony/css-selector/XPath/Extension/AbstractExtension.php +6 -1 4.3.8 → 4.4.8 View file →
@@ -14,9 +14,9 @@
14 14 /**
15 15 * XPath expression translator abstract extension.
16 16 *
17 17 * This component is a port of the Python cssselect library,
18 - * which is copyright Ian Bicking, @see https://github.com/SimonSapin/cssselect.
18 + * which is copyright Ian Bicking, @see https://github.com/scrapy/cssselect.
19 19 *
20 20 * @author Jean-François Simon <[email protected]>
21 21 *
22 22 * @internal
@@ -43,8 +43,13 @@
43 43 return [];
44 44 }
45 45
46 46 public function getAttributeMatchingTranslators(): array
47 + {
48 + return [];
49 + }
50 +
51 + public function getRelativeCombinationTranslators(): array
47 52 {
48 53 return [];
49 54 }
50 55 }