~ UPD update WordPress and plugin versions in composer files
Some checks failed
/ build-and-deploy (push) Failing after 3m5s

This commit is contained in:
felegy
2026-08-17 08:41:13 +00:00
parent cbc2b09a2b
commit bb75a8524e
2 changed files with 23 additions and 23 deletions

View File

@@ -61,20 +61,20 @@
"oscarotero/env": "^2.1", "oscarotero/env": "^2.1",
"roots/bedrock-autoloader": "^1.0", "roots/bedrock-autoloader": "^1.0",
"roots/bedrock-disallow-indexing": "^2.0", "roots/bedrock-disallow-indexing": "^2.0",
"roots/wordpress": "^6.8.1", "roots/wordpress": "^7.0.4",
"roots/wp-config": "^1.0.0", "roots/wp-config": "^1.0.0",
"humanmade/s3-uploads": "^3.0", "humanmade/s3-uploads": "^3.0",
"hvg-dev/hvg-blog-general": "dev-main", "hvg-dev/hvg-blog-general": "dev-main",
"wpackagist-theme/twentytwentyfive": "^1.0", "wpackagist-theme/twentytwentyfive": "^1.0",
"wpackagist-plugin/disable-wordpress-updates": "^1.8", "wpackagist-plugin/disable-wordpress-updates": "^2.0",
"wpackagist-plugin/disable-comments": "^2.5", "wpackagist-plugin/disable-comments": "^2.5",
"wpackagist-plugin/wp-webhooks": "^3.3", "wpackagist-plugin/wp-webhooks": "^3.3",
"wpackagist-plugin/two-factor": "^0.14.0", "wpackagist-plugin/two-factor": "^0.16.0",
"wpackagist-plugin/user-role-editor": "^4.64", "wpackagist-plugin/user-role-editor": "^4.64",
"wpackagist-plugin/comments-from-facebook": "^2.6", "wpackagist-plugin/comments-from-facebook": "^2.6",
"wpackagist-plugin/acme-fix-images": "^2.0", "wpackagist-plugin/acme-fix-images": "^2.0",
"wpackagist-plugin/ad-inserter": "^2.8", "wpackagist-plugin/ad-inserter": "^2.8",
"wpackagist-plugin/wp-api-swaggerui": "^1.2", "wpackagist-plugin/wp-api-swaggerui": "^2.4",
"wpackagist-plugin/cloudflare": "^4.12", "wpackagist-plugin/cloudflare": "^4.12",
"wpackagist-plugin/menu-image": "^3.13", "wpackagist-plugin/menu-image": "^3.13",
"wpackagist-plugin/code-snippets": "^3.6", "wpackagist-plugin/code-snippets": "^3.6",

38
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "1e1cc84e9274ca85a21371c8faca0c79", "content-hash": "6d8080fdaa070dfb5cc0f3579fbdcd1e",
"packages": [ "packages": [
{ {
"name": "aws/aws-crt-php", "name": "aws/aws-crt-php",
@@ -1278,7 +1278,7 @@
}, },
{ {
"name": "roots/wordpress", "name": "roots/wordpress",
"version": "6.9.7", "version": "7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/roots/wordpress.git", "url": "https://github.com/roots/wordpress.git",
@@ -1388,23 +1388,23 @@
}, },
{ {
"name": "roots/wordpress-no-content", "name": "roots/wordpress-no-content",
"version": "6.9.7", "version": "7.0.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/WordPress/WordPress.git", "url": "https://github.com/WordPress/WordPress.git",
"reference": "6.9.7" "reference": "7.0.4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.w.org/release/wordpress-6.9.7-no-content.zip", "url": "https://downloads.w.org/release/wordpress-7.0.4-no-content.zip",
"reference": "6.9.7", "reference": "7.0.4",
"shasum": "32c7a1121934995d9399d78d6d7f848468a6318a" "shasum": "c43ba63174abfef77d00fbc6041db0d801869e09"
}, },
"require": { "require": {
"php": ">= 7.2.24" "php": ">= 7.4"
}, },
"provide": { "provide": {
"wordpress/core-implementation": "6.9.7" "wordpress/core-implementation": "7.0.4"
}, },
"suggest": { "suggest": {
"ext-curl": "Performs remote request operations.", "ext-curl": "Performs remote request operations.",
@@ -1455,7 +1455,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2026-08-12T14:47:32+00:00" "time": "2026-08-12T14:47:33+00:00"
}, },
{ {
"name": "roots/wp-config", "name": "roots/wp-config",
@@ -2171,15 +2171,15 @@
}, },
{ {
"name": "wpackagist-plugin/disable-wordpress-updates", "name": "wpackagist-plugin/disable-wordpress-updates",
"version": "1.9.1", "version": "2.0.2",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/disable-wordpress-updates/", "url": "https://plugins.svn.wordpress.org/disable-wordpress-updates/",
"reference": "tags/1.9.1" "reference": "tags/2.0.2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/disable-wordpress-updates.1.9.1.zip" "url": "https://downloads.wordpress.org/plugin/disable-wordpress-updates.2.0.2.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"
@@ -2243,15 +2243,15 @@
}, },
{ {
"name": "wpackagist-plugin/two-factor", "name": "wpackagist-plugin/two-factor",
"version": "0.14.2", "version": "0.16.0",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/two-factor/", "url": "https://plugins.svn.wordpress.org/two-factor/",
"reference": "tags/0.14.2" "reference": "tags/0.16.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/two-factor.0.14.2.zip" "url": "https://downloads.wordpress.org/plugin/two-factor.0.16.0.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"
@@ -2279,15 +2279,15 @@
}, },
{ {
"name": "wpackagist-plugin/wp-api-swaggerui", "name": "wpackagist-plugin/wp-api-swaggerui",
"version": "1.2.0", "version": "2.4.0",
"source": { "source": {
"type": "svn", "type": "svn",
"url": "https://plugins.svn.wordpress.org/wp-api-swaggerui/", "url": "https://plugins.svn.wordpress.org/wp-api-swaggerui/",
"reference": "tags/1.2.0" "reference": "tags/2.4.0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://downloads.wordpress.org/plugin/wp-api-swaggerui.1.2.0.zip" "url": "https://downloads.wordpress.org/plugin/wp-api-swaggerui.2.4.0.zip"
}, },
"require": { "require": {
"composer/installers": "^1.0 || ^2.0" "composer/installers": "^1.0 || ^2.0"