From 2694cce7029c63f5f9ed7514a8b93bed240af92a Mon Sep 17 00:00:00 2001
From: lechuck <lechuck@autistici.org>
Date: Sun, 23 Feb 2025 09:38:43 +0100
Subject: [PATCH 1/2] install og plugin v3.3.3

---
 composer.json |  1 +
 composer.lock | 22 ++++++++++++++++++++--
 2 files changed, 21 insertions(+), 2 deletions(-)

diff --git a/composer.json b/composer.json
index e9ed6de1..38d42797 100644
--- a/composer.json
+++ b/composer.json
@@ -48,6 +48,7 @@
         "wpackagist-plugin/wp-super-cache": "2.0.0",
         "wpackagist-plugin/wp-piwik": "1.0.30",
         "wpackagist-plugin/wp-syntax": "1.2",
+	"wpackagist-plugin/og": "3.3.3",
         "wpackagist-theme/azul": "1.51",
         "wpackagist-theme/bliss": "1.2.0",
         "wpackagist-theme/classic": "1.6",
diff --git a/composer.lock b/composer.lock
index bec592f6..baeab75f 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "a5f14c4fcb0094896173cf10cc39f193",
+    "content-hash": "15235822f287a09dea9030f1a1fe3136",
     "packages": [
         {
             "name": "composer/installers",
@@ -1240,6 +1240,24 @@
             "type": "wordpress-plugin",
             "homepage": "https://wordpress.org/plugins/multisite-custom-css/"
         },
+        {
+            "name": "wpackagist-plugin/og",
+            "version": "3.3.3",
+            "source": {
+                "type": "svn",
+                "url": "https://plugins.svn.wordpress.org/og/",
+                "reference": "tags/3.3.3"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://downloads.wordpress.org/plugin/og.3.3.3.zip"
+            },
+            "require": {
+                "composer/installers": "^1.0 || ^2.0"
+            },
+            "type": "wordpress-plugin",
+            "homepage": "https://wordpress.org/plugins/og/"
+        },
         {
             "name": "wpackagist-plugin/pubsubhubbub",
             "version": "3.2.1",
@@ -2133,5 +2151,5 @@
         "php": ">=7.1"
     },
     "platform-dev": [],
-    "plugin-api-version": "2.3.0"
+    "plugin-api-version": "2.6.0"
 }
-- 
GitLab


From fcff97d32ce982c901658cfa147602105d2dda00 Mon Sep 17 00:00:00 2001
From: lechuck <lechuck@autistici.org>
Date: Sun, 23 Feb 2025 14:58:53 +0100
Subject: [PATCH 2/2] install opengraph plugin v2.0.1

---
 composer.json |  1 +
 composer.lock | 20 +++++++++++++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/composer.json b/composer.json
index 38d42797..8cf5be95 100644
--- a/composer.json
+++ b/composer.json
@@ -49,6 +49,7 @@
         "wpackagist-plugin/wp-piwik": "1.0.30",
         "wpackagist-plugin/wp-syntax": "1.2",
 	"wpackagist-plugin/og": "3.3.3",
+	"wpackagist-plugin/opengraph": "2.0.1",
         "wpackagist-theme/azul": "1.51",
         "wpackagist-theme/bliss": "1.2.0",
         "wpackagist-theme/classic": "1.6",
diff --git a/composer.lock b/composer.lock
index baeab75f..dd5aa700 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
         "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
         "This file is @generated automatically"
     ],
-    "content-hash": "15235822f287a09dea9030f1a1fe3136",
+    "content-hash": "2741a98273e85557561edfcfd9b5c94d",
     "packages": [
         {
             "name": "composer/installers",
@@ -1258,6 +1258,24 @@
             "type": "wordpress-plugin",
             "homepage": "https://wordpress.org/plugins/og/"
         },
+        {
+            "name": "wpackagist-plugin/opengraph",
+            "version": "2.0.1",
+            "source": {
+                "type": "svn",
+                "url": "https://plugins.svn.wordpress.org/opengraph/",
+                "reference": "tags/2.0.1"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://downloads.wordpress.org/plugin/opengraph.2.0.1.zip"
+            },
+            "require": {
+                "composer/installers": "^1.0 || ^2.0"
+            },
+            "type": "wordpress-plugin",
+            "homepage": "https://wordpress.org/plugins/opengraph/"
+        },
         {
             "name": "wpackagist-plugin/pubsubhubbub",
             "version": "3.2.1",
-- 
GitLab