From 19217497c66f43d637d2517556d4bbbad08fe608 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:15:04 +0000 Subject: [PATCH] Bump figuren-theater/ft-seo from 1.1.0 to 1.2.0 Bumps [figuren-theater/ft-seo](https://github.com/figuren-theater/ft-seo) from 1.1.0 to 1.2.0. - [Release notes](https://github.com/figuren-theater/ft-seo/releases) - [Changelog](https://github.com/figuren-theater/ft-seo/blob/main/CHANGELOG.md) - [Commits](https://github.com/figuren-theater/ft-seo/compare/1.1.0...1.2.0) --- updated-dependencies: - dependency-name: figuren-theater/ft-seo dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 55 ++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 44 insertions(+), 13 deletions(-) diff --git a/composer.json b/composer.json index 468a7d4..f920dfb 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "figuren-theater/ft-privacy": "1.3.0", "figuren-theater/ft-routes": "1.1.5", "figuren-theater/ft-security": "1.4.6", - "figuren-theater/ft-seo": "1.1.0", + "figuren-theater/ft-seo": "1.2.0", "figuren-theater/ft-site-editing": "1.6.0", "figuren-theater/ft-theater": "0.1.1", "figuren-theater/ft-themes": "1.3.0", diff --git a/composer.lock b/composer.lock index f922981..a8cd1c9 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": "5cd3248a5925731c7ea2982aed292821", + "content-hash": "fa69ed6f3210b54d70b1eb1a4be81e27", "packages": [ { "name": "10up/distributor", @@ -1670,35 +1670,48 @@ }, { "name": "figuren-theater/ft-seo", - "version": "1.1.0", + "version": "1.2.0", "source": { "type": "git", "url": "https://github.com/figuren-theater/ft-seo", - "reference": "886354bd5e0dee7439aee5c482ab82e90bae5d46" + "reference": "a3ab46f7c37dcc6d8731b0e531cbcba3a9c85c3f" }, "require": { - "figuren-theater/ft-options": "^1", + "figuren-theater/ft-options": "*", "php": ">=7.1", - "wpackagist-plugin/wordpress-seo": "^19.8" + "wpackagist-plugin/sharing-image": "^2.0", + "wpackagist-plugin/wordpress-seo": "19.8" + }, + "require-dev": { + "figuren-theater/code-quality": "^1.1" + }, + "suggest": { + "figuren-theater/ft-media": "Contains the mandatory function to shrink and minify images." }, "type": "wordpress-muplugin", "extra": { "altis": { "install-overrides": [ + "wpackagist-plugin/sharing-image", "wpackagist-plugin/wordpress-seo" ] } }, "autoload": { + "classmap": [ + "inc/" + ], "files": [ + "inc/sharing-image/admin-ui.php", + "inc/sharing-image/frontend.php", + "inc/sharing-image/generation.php", + "inc/sharing-image/options.php", + "inc/sharing-image/namespace.php", "inc/wordpress-seo/admin-ui.php", "inc/wordpress-seo/open-graph.php", "inc/wordpress-seo/options.php", "inc/wordpress-seo/namespace.php", "inc/namespace.php" - ], - "classmap": [ - "inc/" ] }, "license": [ @@ -1729,7 +1742,7 @@ "issues": "https://github.com/figuren-theater/ft-seo/issues", "source": "https://github.com/figuren-theater/ft-seo" }, - "time": "2023-01-19T10:25:29+00:00" + "time": "2024-02-24T14:22:47+00:00" }, { "name": "figuren-theater/ft-site-editing", @@ -3946,6 +3959,24 @@ "type": "wordpress-plugin", "homepage": "https://wordpress.org/plugins/quicklink/" }, + { + "name": "wpackagist-plugin/sharing-image", + "version": "2.0.17", + "source": { + "type": "svn", + "url": "https://plugins.svn.wordpress.org/sharing-image/", + "reference": "tags/2.0.17" + }, + "dist": { + "type": "zip", + "url": "https://downloads.wordpress.org/plugin/sharing-image.2.0.17.zip" + }, + "require": { + "composer/installers": "^1.0 || ^2.0" + }, + "type": "wordpress-plugin", + "homepage": "https://wordpress.org/plugins/sharing-image/" + }, { "name": "wpackagist-plugin/social-sharing-block", "version": "1.0.0", @@ -4074,15 +4105,15 @@ }, { "name": "wpackagist-plugin/wordpress-seo", - "version": "19.14", + "version": "19.8", "source": { "type": "svn", "url": "https://plugins.svn.wordpress.org/wordpress-seo/", - "reference": "tags/19.14" + "reference": "tags/19.8" }, "dist": { "type": "zip", - "url": "https://downloads.wordpress.org/plugin/wordpress-seo.19.14.zip" + "url": "https://downloads.wordpress.org/plugin/wordpress-seo.19.8.zip" }, "require": { "composer/installers": "^1.0 || ^2.0"