From 7dd35e3b021518318f28bb1dbc8319e556d82638 Mon Sep 17 00:00:00 2001 From: 7h3Rabbit <62792609+7h3Rabbit@users.noreply.github.com> Date: Sat, 18 Jan 2025 22:44:52 +0000 Subject: [PATCH] Update software and license definitions --- CREDITS.md | 4 -- defaults/css-stylelint-standard.json | 63 ++++++++++------- defaults/mdn-rules.json | 48 ++++++++----- defaults/software-full.json | 102 +++++++++++++++++---------- 4 files changed, 132 insertions(+), 85 deletions(-) diff --git a/CREDITS.md b/CREDITS.md index 550d4363..115c3504 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -17,10 +17,6 @@ Contributors: ## Projects we depend on: -### [lighthouse](https://www.npmjs.com/package/lighthouse) -Usage: Used in Google Lighthouse based Tests -License: APACHE-2.0 - ### [pa11y](https://www.npmjs.com/package/pa11y) Usage: Used in Accessibility (Pa11y) Test License: LGPL-3.0 diff --git a/defaults/css-stylelint-standard.json b/defaults/css-stylelint-standard.json index 6612f8bc..1e00c1b9 100644 --- a/defaults/css-stylelint-standard.json +++ b/defaults/css-stylelint-standard.json @@ -1,30 +1,39 @@ { "rules": { - "color-no-invalid-hex": true, - "font-family-no-duplicate-names": true, - "function-linear-gradient-no-nonstandard-direction": true, - "string-no-newline": true, - "keyframe-declaration-no-important": true, - "declaration-block-no-shorthand-property-overrides": true, - "block-no-empty": true, - "comment-no-empty": true, - "function-no-unknown": true, - "property-no-unknown": true, - "unit-no-unknown": true, - "no-unknown-custom-properties": true, - "no-unknown-custom-media": true, - "selector-pseudo-class-no-unknown": true, - "selector-pseudo-element-no-unknown": true, - "selector-type-no-unknown": true, - "media-feature-name-no-unknown": true, - "at-rule-no-unknown": true, - "annotation-no-unknown": true, - "declaration-property-value-no-unknown": true, - "no-unknown-animations": true, - "at-rule-descriptor-no-unknown": true, - "at-rule-descriptor-value-no-unknown": true, - "at-rule-no-deprecated": true, - "at-rule-prelude-no-invalid": true, - "declaration-property-value-keyword-no-deprecated": true + "property-no-unknown": true, + "declaration-no-important": true, + "selector-pseudo-class-no-unknown": true, + "no-unknown-animations": true, + "at-rule-no-deprecated": true, + "at-rule-no-vendor-prefix": true, + "property-no-vendor-prefix": true, + "selector-pseudo-element-no-unknown": true, + "media-feature-name-value-no-unknown": true, + "selector-type-no-unknown": true, + "no-invalid-double-slash-comments": true, + "at-rule-no-unknown": true, + "selector-no-vendor-prefix": true, + "declaration-property-value-no-unknown": true, + "no-unknown-custom-properties": true, + "media-query-no-invalid": true, + "annotation-no-unknown": true, + "at-rule-prelude-no-invalid": true, + "value-no-vendor-prefix": true, + "color-no-invalid-hex": true, + "named-grid-areas-no-invalid": true, + "unit-no-unknown": true, + "function-linear-gradient-no-nonstandard-direction": true, + "no-unknown-custom-media": true, + "declaration-property-value-keyword-no-deprecated": true, + "media-feature-name-no-unknown": true, + "at-rule-descriptor-value-no-unknown": true, + "keyframe-declaration-no-important": true, + "no-empty-source": true, + "comment-no-empty": true, + "no-invalid-position-at-import-rule": true, + "function-no-unknown": true, + "at-rule-descriptor-no-unknown": true, + "media-feature-name-no-vendor-prefix": true, + "block-no-empty": true } - } \ No newline at end of file +} \ No newline at end of file diff --git a/defaults/mdn-rules.json b/defaults/mdn-rules.json index 00d78c36..f1c5df2c 100644 --- a/defaults/mdn-rules.json +++ b/defaults/mdn-rules.json @@ -12,12 +12,13 @@ "accent-color": "/en-US/docs/Web/CSS/accent-color", "acos": "/en-US/docs/Web/CSS/acos", "active": "/en-US/docs/Web/CSS/:active", + "active-view-transition": null, + "active-view-transition-type": null, "additive-symbols": "/en-US/docs/Web/CSS/@counter-style/additive-symbols", "after": "/en-US/docs/Web/CSS/::after", "align-content": "/en-US/docs/Web/CSS/align-content", "align-items": "/en-US/docs/Web/CSS/align-items", "align-self": "/en-US/docs/Web/CSS/align-self", - "align-tracks": "/en-US/docs/Web/CSS/CSS_grid_layout/Masonry_layout", "all": "/en-US/docs/Web/CSS/all", "an-plus-b": null, "anchor": "/en-US/docs/Web/CSS/anchor", @@ -49,6 +50,7 @@ "atan": "/en-US/docs/Web/CSS/atan", "atan2": "/en-US/docs/Web/CSS/atan2", "attr": "/en-US/docs/Web/CSS/attr", + "autofill": "/en-US/docs/Web/CSS/:autofill", "backdrop": "/en-US/docs/Web/CSS/::backdrop", "backdrop-filter": "/en-US/docs/Web/CSS/backdrop-filter", "backface-visibility": "/en-US/docs/Web/CSS/backface-visibility", @@ -142,6 +144,7 @@ "break-before": "/en-US/docs/Web/CSS/break-before", "break-inside": "/en-US/docs/Web/CSS/break-inside", "brightness": "/en-US/docs/Web/CSS/filter-function/brightness", + "buffering": "/en-US/docs/Web/CSS/:buffering", "calc": "/en-US/docs/Web/CSS/calc", "calc-size": "/en-US/docs/Web/CSS/calc-size", "caption-side": "/en-US/docs/Web/CSS/caption-side", @@ -158,6 +161,7 @@ "clip-rule": "/en-US/docs/Web/CSS/clip-rule", "color": "/en-US/docs/Web/CSS/color", "color-interpolation-filters": "/en-US/docs/Web/CSS/color-interpolation-filters", + "color-mix": null, "color-scheme": "/en-US/docs/Web/CSS/color-scheme", "column-count": "/en-US/docs/Web/CSS/column-count", "column-fill": "/en-US/docs/Web/CSS/column-fill", @@ -191,8 +195,8 @@ "counters": "/en-US/docs/Web/CSS/counters", "cross-fade": "/en-US/docs/Web/CSS/cross-fade", "cubic-bezier": "/en-US/docs/Web/CSS/easing-function#cubic_b\u00c3\u00a9zier_easing_function", - "cue": "/en-US/docs/Web/CSS/::cue", - "cue-region": "/en-US/docs/Web/API/WebVTT_API", + "cue": null, + "cue-region": null, "current": "/en-US/docs/Web/CSS/:current", "cursor": "/en-US/docs/Web/CSS/cursor", "custom-ident": "/en-US/docs/Web/CSS/custom-ident", @@ -204,6 +208,7 @@ "default": "/en-US/docs/Web/CSS/:default", "defined": "/en-US/docs/Web/CSS/:defined", "descent-override": "/en-US/docs/Web/CSS/@font-face/descent-override", + "details-content": "/en-US/docs/Web/CSS/::details-content", "dimension": "/en-US/docs/Web/CSS/dimension", "dir": "/en-US/docs/Web/CSS/:dir", "direction": "/en-US/docs/Web/CSS/direction", @@ -228,6 +233,7 @@ "exp": "/en-US/docs/Web/CSS/exp", "fallback": "/en-US/docs/Web/CSS/@counter-style/fallback", "field-sizing": "/en-US/docs/Web/CSS/field-sizing", + "file-selector-button": "/en-US/docs/Web/CSS/::file-selector-button", "fill": "/en-US/docs/Web/CSS/fill", "fill-opacity": "/en-US/docs/Web/CSS/fill-opacity", "fill-rule": "/en-US/docs/Web/CSS/fill-rule", @@ -308,8 +314,10 @@ "grid-template-columns": "/en-US/docs/Web/CSS/grid-template-columns", "grid-template-rows": "/en-US/docs/Web/CSS/grid-template-rows", "hanging-punctuation": "/en-US/docs/Web/CSS/hanging-punctuation", - "has": "/en-US/docs/Web/CSS/:has", + "has": null, + "has-slotted": "/en-US/docs/Web/CSS/:has-slotted", "height": "/en-US/docs/Web/CSS/height", + "highlight": null, "historical-forms": "/en-US/docs/Web/CSS/@font-feature-values#historical-forms", "host": "/en-US/docs/Web/CSS/:host_function", "host-context": null, @@ -337,7 +345,6 @@ "initial-letter-align": null, "initial-value": "/en-US/docs/Web/CSS/@property/initial-value", "inline-size": "/en-US/docs/Web/CSS/inline-size", - "input-security": null, "inset": "/en-US/docs/Web/CSS/basic-shape#inset", "inset-block": "/en-US/docs/Web/CSS/inset-block", "inset-block-end": "/en-US/docs/Web/CSS/inset-block-end", @@ -349,12 +356,11 @@ "interpolate-size": "/en-US/docs/Web/CSS/interpolate-size", "invalid": "/en-US/docs/Web/CSS/:invalid", "invert": "/en-US/docs/Web/CSS/filter-function/invert", - "is": "/en-US/docs/Web/CSS/:is", + "is": null, "isolation": "/en-US/docs/Web/CSS/isolation", "justify-content": "/en-US/docs/Web/CSS/justify-content", "justify-items": "/en-US/docs/Web/CSS/justify-items", "justify-self": "/en-US/docs/Web/CSS/justify-self", - "justify-tracks": "/en-US/docs/Web/CSS/CSS_grid_layout/Masonry_layout", "keyframes": "/en-US/docs/Web/CSS/@keyframes", "lab": "/en-US/docs/Web/CSS/color_value/lab", "lang": "/en-US/docs/Web/CSS/:lang", @@ -418,7 +424,6 @@ "mask-repeat": "/en-US/docs/Web/CSS/mask-repeat", "mask-size": "/en-US/docs/Web/CSS/mask-size", "mask-type": "/en-US/docs/Web/CSS/mask-type", - "masonry-auto-flow": "/en-US/docs/Web/CSS/grid-auto-flow", "math-depth": "/en-US/docs/Web/CSS/math-depth", "math-shift": "/en-US/docs/Web/CSS/math-shift", "math-style": "/en-US/docs/Web/CSS/math-style", @@ -439,8 +444,11 @@ "minmax": "/en-US/docs/Web/CSS/minmax", "mix-blend-mode": "/en-US/docs/Web/CSS/mix-blend-mode", "mod": "/en-US/docs/Web/CSS/mod", + "modal": "/en-US/docs/Web/CSS/:modal", + "muted": "/en-US/docs/Web/CSS/:muted", "time": "/en-US/docs/Web/CSS/time", "namespace": "/en-US/docs/Web/CSS/@namespace", + "navigation": null, "negative": "/en-US/docs/Web/CSS/@counter-style/negative", "not": "/en-US/docs/Web/CSS/:not", "nth-child": "/en-US/docs/Web/CSS/:nth-child", @@ -508,7 +516,7 @@ "paint": "/en-US/docs/Web/CSS/image/paint", "paint-order": "/en-US/docs/Web/CSS/paint-order", "palette-mix": null, - "part": "/en-US/docs/Web/CSS/::part", + "part": null, "past": "/en-US/docs/Web/CSS/:past", "path": "/en-US/docs/Web/CSS/basic-shape/path", "paused": "/en-US/docs/Web/CSS/:paused", @@ -524,6 +532,7 @@ "playing": "/en-US/docs/Web/CSS/:playing", "pointer-events": "/en-US/docs/Web/CSS/pointer-events", "polygon": "/en-US/docs/Web/CSS/basic-shape#polygon", + "popover-open": "/en-US/docs/Web/CSS/:popover-open", "position": "/en-US/docs/Web/CSS/position", "position-anchor": "/en-US/docs/Web/CSS/position-anchor", "position-area": "/en-US/docs/Web/CSS/position-area", @@ -603,6 +612,7 @@ "scrollbar-color": "/en-US/docs/Web/CSS/scrollbar-color", "scrollbar-gutter": "/en-US/docs/Web/CSS/scrollbar-gutter", "scrollbar-width": "/en-US/docs/Web/CSS/scrollbar-width", + "seeking": "/en-US/docs/Web/CSS/:seeking", "selection": "/en-US/docs/Web/CSS/::selection", "selector": null, "sepia": "/en-US/docs/Web/CSS/filter-function/sepia", @@ -615,12 +625,14 @@ "size": "/en-US/docs/Web/CSS/@page/size", "size-adjust": "/en-US/docs/Web/CSS/@font-face/size-adjust", "skew": "/en-US/docs/Web/CSS/transform-function/skewY", - "slotted": "/en-US/docs/Web/CSS/::slotted", + "slotted": null, "speak-as": "/en-US/docs/Web/CSS/@counter-style/speak-as", "spelling-error": "/en-US/docs/Web/CSS/::spelling-error", "sqrt": "/en-US/docs/Web/CSS/sqrt", "src": "/en-US/docs/Web/CSS/@font-face/src", + "stalled": "/en-US/docs/Web/CSS/:stalled", "starting-style": "/en-US/docs/Web/CSS/@starting-style", + "state": null, "steps": "/en-US/docs/Web/CSS/easing-function#steps_easing_function", "stop-color": "/en-US/docs/Web/CSS/stop-color", "stop-opacity": "/en-US/docs/Web/CSS/stop-opacity", @@ -716,15 +728,16 @@ "view-timeline-axis": "/en-US/docs/Web/CSS/view-timeline-axis", "view-timeline-inset": "/en-US/docs/Web/CSS/view-timeline-inset", "view-timeline-name": "/en-US/docs/Web/CSS/view-timeline-name", - "view-transition": "/en-US/docs/Web/CSS/::view-transition", - "view-transition-group": "/en-US/docs/Web/CSS/::view-transition-group", - "view-transition-image-pair": "/en-US/docs/Web/CSS/::view-transition-image-pair", + "view-transition": "/en-US/docs/Web/CSS/@view-transition", + "view-transition-group": null, + "view-transition-image-pair": null, "view-transition-name": "/en-US/docs/Web/CSS/view-transition-name", - "view-transition-new": "/en-US/docs/Web/CSS/::view-transition-new", - "view-transition-old": "/en-US/docs/Web/CSS/::view-transition-old", + "view-transition-new": null, + "view-transition-old": null, "visibility": "/en-US/docs/Web/CSS/visibility", "visited": "/en-US/docs/Web/CSS/:visited", - "where": "/en-US/docs/Web/CSS/:where", + "volume-locked": "/en-US/docs/Web/CSS/:volume-locked", + "where": null, "white-space": "/en-US/docs/Web/CSS/white-space", "white-space-collapse": "/en-US/docs/Web/CSS/white-space-collapse", "widows": "/en-US/docs/Web/CSS/widows", @@ -735,6 +748,7 @@ "word-wrap": "/en-US/docs/Web/CSS/overflow-wrap", "writing-mode": "/en-US/docs/Web/CSS/writing-mode", "x": "/en-US/docs/Web/CSS/x", + "xr-overlay": null, "y": "/en-US/docs/Web/CSS/y", "z-index": "/en-US/docs/Web/CSS/z-index", "zoom": "/en-US/docs/Web/CSS/zoom" @@ -769,5 +783,5 @@ } }, "loaded": true, - "updated": "2025-01-14 09:19:56" + "updated": "2025-01-18 22:44:51" } \ No newline at end of file diff --git a/defaults/software-full.json b/defaults/software-full.json index 050e803b..c30d2b78 100644 --- a/defaults/software-full.json +++ b/defaults/software-full.json @@ -827,6 +827,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "10.5.3": [], "10.5.2": [], "10.5.1": [], "10.5.0": [], @@ -1500,6 +1501,9 @@ ], "archived": false, "versions": { + "19.1.1": [], + "19.1.0": [], + "19.0.7": [], "19.0.6": [], "19.0.5": [], "19.0.4": [], @@ -8515,6 +8519,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "3.0.9": [], "3.0.8": [], "3.0.7": [], "3.0.6": [], @@ -9812,6 +9817,7 @@ ], "archived": false, "versions": { + "1.11": [], "1.10.1": [], "1.10": [], "1.9": [], @@ -9905,6 +9911,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "2.5.6": [], "2.5.5": [], "2.5.4": [], "2.5.3": [], @@ -10501,6 +10508,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "6.47": [], "6.46": [], "6.45.2": [], "6.45.1": [], @@ -13298,6 +13306,7 @@ ], "archived": false, "versions": { + "2.1.6": [], "2.1.5": [], "2.1.4": [], "2.1.3": [], @@ -13396,8 +13405,7 @@ "1.30.0": [], "1.29.4": [], "1.29.3": [], - "1.29.2": [], - "1.29.1": [] + "1.29.2": [] } }, "detect-passive-events": { @@ -13778,6 +13786,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "3.3.05": [], "3.3.04": [], "3.3.03": [], "3.3.02": [], @@ -14462,6 +14471,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "3.26.4": [], "3.26.3": [], "3.26.2": [], "3.26.1": [], @@ -15554,6 +15564,7 @@ "epifind": { "custom": true, "versions": { + "16.4.0": [], "16.3.2": [], "16.3.0": [], "16.2.0": [], @@ -18059,6 +18070,8 @@ "last_pushed_year": "2025", "archived": false, "versions": { + "0.259.1": [], + "0.259.0": [], "0.258.1": [], "0.258.0": [], "0.257.1": [], @@ -18156,9 +18169,7 @@ "0.203.1": [], "0.203.0": [], "0.202.1": [], - "0.202.0": [], - "0.201.0": [], - "0.200.1": [] + "0.202.0": [] } }, "fluidvids": { @@ -18939,6 +18950,8 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "6.17": [], + "6.16.3": [], "6.16.2": [], "6.16.1.2": [], "6.16.1.1": [], @@ -19056,6 +19069,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "1.38.1": [], "1.37.1": [], "1.36.3": [], "1.36.2": [], @@ -19349,12 +19363,13 @@ "github-owner": "alvarotrigo", "github-repo": "fullPage.js", "license": "gpl-3.0", - "last_pushed_year": "2024", + "last_pushed_year": "2025", "tech": [ "js" ], "archived": false, "versions": { + "4.0.32": [], "4.0.31": [], "4.0.30": [], "4.0.29": [], @@ -19643,10 +19658,6 @@ "CVE-2022-1330", "CVE-2022-1295" ], - "2.4.8": [ - "CVE-2022-1330", - "CVE-2022-1295" - ], "2.2.8": [ "CVE-2022-1330", "CVE-2022-1295" @@ -19986,6 +19997,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "3.6.8": [], "3.6.7": [], "3.6.6": [], "3.6.5": [], @@ -20516,12 +20528,14 @@ "github-owner": "greensock", "github-repo": "GSAP", "license": null, - "last_pushed_year": "2024", + "last_pushed_year": "2025", "tech": [ "js" ], "archived": false, "versions": { + "3.12.7": [], + "3.12.6": [], "3.12.5": [], "3.12.4": [], "3.12.3": [], @@ -20767,12 +20781,6 @@ ], "1.9.7": [ "CVE-2020-28478" - ], - "1.9.6": [ - "CVE-2020-28478" - ], - "1.9.5": [ - "CVE-2020-28478" ] } }, @@ -21081,8 +21089,7 @@ "17.3.2": [], "17.3.1": [], "17.3.0": [], - "17.2.4": [], - "17.2.3": [] + "17.2.4": [] } }, "hammer.js": { @@ -23313,7 +23320,7 @@ "github-owner": "RobinHerbots", "github-repo": "Inputmask", "license": "mit", - "last_pushed_year": "2024", + "last_pushed_year": "2025", "tech": [ "js" ], @@ -23503,7 +23510,7 @@ "github-owner": "instantpage", "github-repo": "instant.page", "license": "mit", - "last_pushed_year": "2024", + "last_pushed_year": "2025", "tech": [ "js" ], @@ -27533,6 +27540,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "3.4.5": [], "3.4.4": [], "3.4.3": [], "3.4.2": [], @@ -30315,6 +30323,7 @@ ], "archived": false, "versions": { + "3.9.3": [], "3.9.2": [], "3.9.1": [], "3.9.0": [], @@ -30672,6 +30681,7 @@ ], "archived": false, "versions": { + "6.4.0": [], "6.3.1": [], "6.3.0": [], "6.2.1": [], @@ -30747,8 +30757,7 @@ "5.14.2": [], "5.14.1": [], "5.14.0": [], - "5.13.7": [], - "5.13.6": [] + "5.13.7": [] } }, "matomo": { @@ -32125,13 +32134,13 @@ ], "archived": false, "versions": { + "15.1.5": [], "15.1.4": [], "15.1.3": [], "15.1.2": [], "15.1.1": [], "15.1.0": [], - "15.0.4": [], - "15.0.3": [] + "15.0.4": [] } }, "nextjs-google-analytics": { @@ -34600,6 +34609,7 @@ ], "archived": false, "versions": { + "2.6.0": [], "2.5.3": [], "2.5.2": [], "2.5.1": [], @@ -35079,13 +35089,14 @@ "github-owner": "timmywil", "github-repo": "panzoom", "license": "mit", - "last_pushed_year": "2024", + "last_pushed_year": "2025", "tech": [ "svg", "typescript" ], "archived": false, "versions": { + "4.6.0": [], "4.5.1": [], "4.5.0": [], "4.4.4": [], @@ -35122,7 +35133,6 @@ "1.12.4": [], "1.12.3": [], "1.12.2": [], - "1.12.1": [], "1.7.0": [], "1.6.8": [], "1.6.7": [], @@ -36188,7 +36198,9 @@ "php": { "custom": true, "versions": { + "8.4.2": [], "8.4.1": [], + "8.3.15": [], "8.3.14": [], "8.3.13": [], "8.3.12": [], @@ -37677,6 +37689,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "10.0.3.1": [], "10.0.3": [], "10.0.2": [], "10.0.1.2": [], @@ -38620,6 +38633,7 @@ ], "archived": false, "versions": { + "9.27.0": [], "9.26.0": [], "9.25.0": [], "9.24.0": [], @@ -38718,8 +38732,7 @@ "7.47.0": [], "7.46.0": [], "7.45.0": [], - "7.44.0": [], - "7.43.0": [] + "7.44.0": [] } }, "prebid.js": { @@ -38732,6 +38745,7 @@ ], "archived": false, "versions": { + "9.27.0": [], "9.26.0": [], "9.25.0": [], "9.24.0": [], @@ -38830,14 +38844,14 @@ "7.47.0": [], "7.46.0": [], "7.45.0": [], - "7.44.0": [], - "7.43.0": [] + "7.44.0": [] } }, "premium-addons-for-elementor": { "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "4.10.77": [], "4.10.76": [], "4.10.75": [], "4.10.74": [], @@ -39303,6 +39317,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "2.1.46": [], "2.1.45": [], "2.1.44": [], "2.1.43": [], @@ -43032,6 +43047,8 @@ ], "archived": false, "versions": { + "8.50.0": [], + "8.49.0": [], "8.48.0": [], "8.47.0": [], "8.46.0": [], @@ -44850,6 +44867,7 @@ ], "archived": false, "versions": { + "3.2.2": [], "3.2.1": [], "3.2.0": [], "3.1.9": [], @@ -45902,6 +45920,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "9.0.6": [], "9.0.5": [], "9.0.4": [], "9.0.3": [], @@ -46008,8 +46027,7 @@ "2.2.0": [], "2.1.2": [] }, - "archived": false, - "notice": "Warning! This plugin hasn't been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress." + "archived": false }, "team-members": { "type": "wordpress-plugin", @@ -46812,6 +46830,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "4.0.2": [], "4.0.1": [], "4.0.0": [], "3.3.4": [], @@ -48633,7 +48652,7 @@ "github-owner": "videojs", "github-repo": "video.js", "license": null, - "last_pushed_year": "2024", + "last_pushed_year": "2025", "tech": [ "js", "video" @@ -50035,6 +50054,7 @@ "[peterk](https://github.com/peterk)" ], "versions": { + "2025.1.4": [], "2025.1.3": [], "2025.1.2": [], "2025.1.1": [], @@ -50101,6 +50121,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "4.3.0": [], "4.2.8": [], "4.2.7": [], "4.2.6": [], @@ -50200,6 +50221,7 @@ "last_pushed_year": "2025", "archived": false, "versions": { + "4.0.84": [], "4.0.83": [], "4.0.82": [], "4.0.81.6": [], @@ -50298,8 +50320,7 @@ "4.0.31": [], "4.0.30": [], "4.0.29.1": [], - "4.0.29": [], - "4.0.28.1": [] + "4.0.29": [] } }, "what-input": { @@ -50471,6 +50492,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "5.1": [], "5.0": [], "4.8.2": [], "4.8.1": [], @@ -51432,6 +51454,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "6.30.05": [], "6.30.04": [], "6.30.03": [], "6.30.02": [], @@ -52054,6 +52077,8 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "9.0.00.008": [], + "9.0.00.007": [], "9.0.00.006": [], "9.0.00.005": [], "9.0.00.004": [], @@ -52962,6 +52987,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "4.15.20.1": [], "4.15.20": [], "4.15.19": [], "4.15.18": [], @@ -53222,6 +53248,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "1.9.2.3": [], "1.9.2.2": [], "1.9.2.1": [], "1.9.1.6": [], @@ -53595,6 +53622,7 @@ "type": "wordpress-plugin", "last_pushed_year": "2024", "versions": { + "8.5.14": [], "8.5.13": [], "8.5.12": [], "8.5.11": [], @@ -54725,5 +54753,5 @@ } } }, - "updated": "2025-01-14 09:19:55" + "updated": "2025-01-18 22:44:50" } \ No newline at end of file