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] 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