Skip to content
Snippets Groups Projects
Commit 6994b5f1 authored by Michael Lee's avatar Michael Lee
Browse files

Merge branch 'mathjax'

parents 75c653df 251975ae
No related branches found
No related tags found
No related merge requests found
......@@ -5156,17 +5156,17 @@
},
{
"name": "drupal/mathjax",
"version": "3.0.0-beta1",
"version": "3.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/mathjax.git",
"reference": "3.0.0-beta1"
"reference": "3.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/mathjax-3.0.0-beta1.zip",
"reference": "3.0.0-beta1",
"shasum": "c81c33e19170f81a84c99d499e8ebadb7dacd6b9"
"url": "https://ftp.drupal.org/files/projects/mathjax-3.0.0.zip",
"reference": "3.0.0",
"shasum": "ab1233e5ef40192a6e7266ba208126b78fd28a3f"
},
"require": {
"drupal/core": "^8 || ^9"
......@@ -5174,11 +5174,11 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.0-beta1",
"datestamp": "1606331550",
"version": "3.0.0",
"datestamp": "1638546800",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
......
......@@ -5338,18 +5338,18 @@
},
{
"name": "drupal/mathjax",
"version": "3.0.0-beta1",
"version_normalized": "3.0.0.0-beta1",
"version": "3.0.0",
"version_normalized": "3.0.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/mathjax.git",
"reference": "3.0.0-beta1"
"reference": "3.0.0"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/mathjax-3.0.0-beta1.zip",
"reference": "3.0.0-beta1",
"shasum": "c81c33e19170f81a84c99d499e8ebadb7dacd6b9"
"url": "https://ftp.drupal.org/files/projects/mathjax-3.0.0.zip",
"reference": "3.0.0",
"shasum": "ab1233e5ef40192a6e7266ba208126b78fd28a3f"
},
"require": {
"drupal/core": "^8 || ^9"
......@@ -5357,11 +5357,11 @@
"type": "drupal-module",
"extra": {
"drupal": {
"version": "3.0.0-beta1",
"datestamp": "1606331550",
"version": "3.0.0",
"datestamp": "1638546800",
"security-coverage": {
"status": "not-covered",
"message": "Beta releases are not covered by Drupal security advisories."
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
}
}
},
......
......@@ -920,9 +920,9 @@
'dev_requirement' => false,
),
'drupal/mathjax' => array(
'pretty_version' => '3.0.0-beta1',
'version' => '3.0.0.0-beta1',
'reference' => '3.0.0-beta1',
'pretty_version' => '3.0.0',
'version' => '3.0.0.0',
'reference' => '3.0.0',
'type' => 'drupal-module',
'install_path' => __DIR__ . '/../../web/modules/mathjax',
'aliases' => array(),
......
......@@ -8,7 +8,7 @@ libraries:
- mathjax/source
- mathjax/config
# Information added by Drupal.org packaging script on 2020-11-25
version: '3.0.0-beta1'
# Information added by Drupal.org packaging script on 2021-12-03
version: '3.0.0'
project: 'mathjax'
datestamp: 1606331552
datestamp: 1638546802
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment