Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
  • 23theme-child
  • back-to-hyperdb
  • creativecommons
  • debug
  • footnotes-made-easy
  • logo-login
  • master
  • renovate/wpackagist-plugin-activitypub-5.x
  • responsive-twentyten
  • theme-link-folio
  • twentytwentytwochild
  • wordpress-full
  • wpgancio
  • noblogs-5.6.1c
14 results

Target

Select target project
  • noblogs/noblogs-composer
1 result
Select Git revision
  • 23theme-child
  • back-to-hyperdb
  • creativecommons
  • debug
  • footnotes-made-easy
  • logo-login
  • master
  • renovate/wpackagist-plugin-activitypub-5.x
  • responsive-twentyten
  • theme-link-folio
  • twentytwentytwochild
  • wordpress-full
  • wpgancio
  • noblogs-5.6.1c
14 results
Show changes
Commits on Source (3)
......@@ -27,7 +27,15 @@
"config": {
"gitlab-domains": [
"git.autistici.org"
]
],
"allow-plugins": {
"bjornjohansen/wplang": true,
"cweagans/composer-patches": true,
"johnpbloch/wordpress-core-installer": true,
"koodimonni/composer-dropin-installer": true,
"composer/installers": true,
"oomphinc/composer-installers-extender": true
}
},
"require": {
"php": ">=7.1",
......@@ -35,7 +43,7 @@
"oomphinc/composer-installers-extender": "2.0.1",
"cweagans/composer-patches": "1.7.2",
"koodimonni/composer-dropin-installer": "1.4",
"johnpbloch/wordpress": "6.0.0",
"johnpbloch/wordpress": "6.0.1",
"bjornjohansen/wplang": "0.2.0",
"wpackagist-plugin/disable-wordpress-updates": "1.7.0",
"wpackagist-plugin/more-privacy-options": "4.6",
......
......@@ -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": "ce5341c640ab6ed7f880ecbd30f262b0",
"content-hash": "2917b7818f9cdddc5e367e1e06b167fe",
"packages": [
{
"name": "bjornjohansen/wplang",
......@@ -250,20 +250,20 @@
},
{
"name": "johnpbloch/wordpress",
"version": "6.0.0",
"version": "6.0.1",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress.git",
"reference": "2432ce687e68c3df7de16920d467761b241e20cf"
"reference": "185dfc9f49aa48efb4f345a042e78e5003d9b6a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/2432ce687e68c3df7de16920d467761b241e20cf",
"reference": "2432ce687e68c3df7de16920d467761b241e20cf",
"url": "https://api.github.com/repos/johnpbloch/wordpress/zipball/185dfc9f49aa48efb4f345a042e78e5003d9b6a2",
"reference": "185dfc9f49aa48efb4f345a042e78e5003d9b6a2",
"shasum": ""
},
"require": {
"johnpbloch/wordpress-core": "6.0.0",
"johnpbloch/wordpress-core": "6.0.1",
"johnpbloch/wordpress-core-installer": "^1.0 || ^2.0",
"php": ">=5.6.20"
},
......@@ -292,20 +292,20 @@
"issues": "https://core.trac.wordpress.org/",
"source": "https://core.trac.wordpress.org/browser"
},
"time": "2022-05-24T19:10:15+00:00"
"time": "2022-07-12T16:22:03+00:00"
},
{
"name": "johnpbloch/wordpress-core",
"version": "6.0.0",
"version": "6.0.1",
"source": {
"type": "git",
"url": "https://github.com/johnpbloch/wordpress-core.git",
"reference": "90d8de3a682f2ed93ebe8cf99bec8fb297d43967"
"reference": "163eec26760f7d2cac040e04f00ce548cd303eb1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/90d8de3a682f2ed93ebe8cf99bec8fb297d43967",
"reference": "90d8de3a682f2ed93ebe8cf99bec8fb297d43967",
"url": "https://api.github.com/repos/johnpbloch/wordpress-core/zipball/163eec26760f7d2cac040e04f00ce548cd303eb1",
"reference": "163eec26760f7d2cac040e04f00ce548cd303eb1",
"shasum": ""
},
"require": {
......@@ -313,7 +313,7 @@
"php": ">=5.6.20"
},
"provide": {
"wordpress/core-implementation": "6.0.0"
"wordpress/core-implementation": "6.0.1"
},
"type": "wordpress-core",
"notification-url": "https://packagist.org/downloads/",
......@@ -340,7 +340,7 @@
"source": "https://core.trac.wordpress.org/browser",
"wiki": "https://codex.wordpress.org/"
},
"time": "2022-05-24T19:10:11+00:00"
"time": "2022-07-12T16:22:00+00:00"
},
{
"name": "johnpbloch/wordpress-core-installer",
......