From 24899fbfcfcae304dcdff003f1fcb8652532db70 Mon Sep 17 00:00:00 2001 From: ovidiu Date: Thu, 26 Oct 2023 16:39:27 +0300 Subject: [PATCH 1/2] downgrade tfa module --- composer.json | 2 +- composer.lock | 31 +++++++++++++++---------------- 2 files changed, 16 insertions(+), 17 deletions(-) diff --git a/composer.json b/composer.json index f9640b4..30d3ca3 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ "drupal/helfi_platform_config": "^3.0.32", "drupal/real_aes": "^2.5", "drupal/smtp": "^1.2", - "drupal/tfa": "^2.0@alpha", + "drupal/tfa": "^1.3", "drush/drush": "^10.4 || ^11" }, "require-dev": { diff --git a/composer.lock b/composer.lock index 563538f..efe535e 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": "19e8e7101680e6342543e1fc9addd28d", + "content-hash": "94a9455f358c991020232663df270841", "packages": [ { "name": "asm89/stack-cors", @@ -6209,23 +6209,23 @@ }, { "name": "drupal/tfa", - "version": "2.0.0-alpha2", + "version": "1.3.0", "source": { "type": "git", "url": "https://git.drupalcode.org/project/tfa.git", - "reference": "2.0.0-alpha2" + "reference": "8.x-1.3" }, "dist": { "type": "zip", - "url": "https://ftp.drupal.org/files/projects/tfa-2.0.0-alpha2.zip", - "reference": "2.0.0-alpha2", - "shasum": "ae5834b3b28aabdf6e9fb5bcdc112a4392db29fa" + "url": "https://ftp.drupal.org/files/projects/tfa-8.x-1.3.zip", + "reference": "8.x-1.3", + "shasum": "c8e41d4cde963fe7c8f546a6c1c7cba7394ec0e9" }, "require": { "chillerlan/php-qrcode": "^1.0.9 || ^2.0 || ^3.2 || ^4.0", "christian-riesen/otp": "^2.1", - "drupal/core": "^9.1 || ^10", - "drupal/encrypt": "^3.1", + "drupal/core": "^8 || ^9 || ^10", + "drupal/encrypt": "~3.0", "php": ">=7.0" }, "require-dev": { @@ -6236,16 +6236,16 @@ "type": "drupal-module", "extra": { "drupal": { - "version": "2.0.0-alpha2", - "datestamp": "1691390394", + "version": "8.x-1.3", + "datestamp": "1698320559", "security-coverage": { - "status": "not-covered", - "message": "Alpha releases are not covered by Drupal security advisories." + "status": "covered", + "message": "Covered by Drupal's security advisory policy" } }, "drush": { "services": { - "drush.services.yml": "^10 || ^11" + "drush.services.yml": "^9 || ^10 || ^11" } } }, @@ -17839,12 +17839,11 @@ "aliases": [], "minimum-stability": "dev", "stability-flags": { - "drupal/helfi_drupal_tools": 20, - "drupal/tfa": 15 + "drupal/helfi_drupal_tools": 20 }, "prefer-stable": true, "prefer-lowest": false, "platform": [], "platform-dev": [], - "plugin-api-version": "2.6.0" + "plugin-api-version": "2.3.0" } From c2e46fb4cf7c1073f5950cdbf174ba0077ad5ac4 Mon Sep 17 00:00:00 2001 From: ovidiu Date: Mon, 30 Oct 2023 12:28:14 +0200 Subject: [PATCH 2/2] changed language label --- conf/cmi/language.entity.fi.yml | 2 +- conf/cmi/language.entity.sv.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/cmi/language.entity.fi.yml b/conf/cmi/language.entity.fi.yml index 0c23cb2..8b69625 100644 --- a/conf/cmi/language.entity.fi.yml +++ b/conf/cmi/language.entity.fi.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } id: fi -label: Finnish +label: Suomi direction: ltr weight: -10 locked: false diff --git a/conf/cmi/language.entity.sv.yml b/conf/cmi/language.entity.sv.yml index ce17cf0..e97a132 100644 --- a/conf/cmi/language.entity.sv.yml +++ b/conf/cmi/language.entity.sv.yml @@ -3,7 +3,7 @@ langcode: en status: true dependencies: { } id: sv -label: Swedish +label: Svenska direction: ltr weight: -9 locked: false