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

Merge branch 'exif_orientation' into lee5151

parents 0865438c fa63e7d9
No related branches found
No related tags found
No related merge requests found
......@@ -4166,26 +4166,26 @@
},
{
"name": "drupal/exif_orientation",
"version": "1.1.0",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/exif_orientation.git",
"reference": "8.x-1.1"
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "9b0e4325092bb9f37a0714c9587fa10823b4a023"
"url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "3650b4aaef539de83fb36a906d7d1c6047b12081"
},
"require": {
"drupal/core": "^8 || ^9"
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1593659917",
"version": "8.x-1.2",
"datestamp": "1677517974",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
......@@ -4198,12 +4198,16 @@
],
"authors": [
{
"name": "NickDickinsonWilde",
"homepage": "https://www.drupal.org/user/3094661"
"name": "heddn",
"homepage": "https://www.drupal.org/user/1463982"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "NickDickinsonWilde",
"homepage": "https://www.drupal.org/user/3094661"
}
],
"description": "Rotates images per their EXIF Orientation",
......
......@@ -4314,27 +4314,27 @@
},
{
"name": "drupal/exif_orientation",
"version": "1.1.0",
"version_normalized": "1.1.0.0",
"version": "1.2.0",
"version_normalized": "1.2.0.0",
"source": {
"type": "git",
"url": "https://git.drupalcode.org/project/exif_orientation.git",
"reference": "8.x-1.1"
"reference": "8.x-1.2"
},
"dist": {
"type": "zip",
"url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.1.zip",
"reference": "8.x-1.1",
"shasum": "9b0e4325092bb9f37a0714c9587fa10823b4a023"
"url": "https://ftp.drupal.org/files/projects/exif_orientation-8.x-1.2.zip",
"reference": "8.x-1.2",
"shasum": "3650b4aaef539de83fb36a906d7d1c6047b12081"
},
"require": {
"drupal/core": "^8 || ^9"
"drupal/core": "^8 || ^9 || ^10"
},
"type": "drupal-module",
"extra": {
"drupal": {
"version": "8.x-1.1",
"datestamp": "1593659917",
"version": "8.x-1.2",
"datestamp": "1677517974",
"security-coverage": {
"status": "covered",
"message": "Covered by Drupal's security advisory policy"
......@@ -4348,12 +4348,16 @@
],
"authors": [
{
"name": "NickDickinsonWilde",
"homepage": "https://www.drupal.org/user/3094661"
"name": "heddn",
"homepage": "https://www.drupal.org/user/1463982"
},
{
"name": "mglaman",
"homepage": "https://www.drupal.org/user/2416470"
},
{
"name": "NickDickinsonWilde",
"homepage": "https://www.drupal.org/user/3094661"
}
],
"description": "Rotates images per their EXIF Orientation",
......
......@@ -761,9 +761,9 @@
'dev_requirement' => false,
),
'drupal/exif_orientation' => array(
'pretty_version' => '1.1.0',
'version' => '1.1.0.0',
'reference' => '8.x-1.1',
'pretty_version' => '1.2.0',
'version' => '1.2.0.0',
'reference' => '8.x-1.2',
'type' => 'drupal-module',
'install_path' => __DIR__ . '/../../web/modules/exif_orientation',
'aliases' => array(),
......
name: EXIF Orientation
type: module
description: 'Rotates images per their EXIF Orientation'
core: '8.x'
core_version_requirement: ^8 || ^9
core_version_requirement: ^8 || ^9 || ^10
package: 'Media'
# Information added by Drupal.org packaging script on 2020-07-02
version: '8.x-1.1'
# Information added by Drupal.org packaging script on 2023-02-27
version: '8.x-1.2'
project: 'exif_orientation'
datestamp: 1593659919
datestamp: 1677517976
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