From c743ad67f32253462c386a2ebeaf9014cbbe1f45 Mon Sep 17 00:00:00 2001 From: Rajab Natshah <rajabn@gmail.com> Date: Sun, 11 Feb 2018 19:35:01 +0200 Subject: [PATCH] Issue #2943922: Updated [Taxonomy access fix] module from 8.2.1 to 8.2.3 --- composer.json | 2 +- drupal-org.make | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 4cda55af..842ddab3 100644 --- a/composer.json +++ b/composer.json @@ -124,7 +124,7 @@ "drupal/maxlength": "1.0-beta1", "drupal/menu_position": "1.x-dev#d134276b4bbd08b3c9678943d0225fbef7dd05b5", "drupal/mail_edit": "1.x-dev#bcd0041830d8581b36e6211f0c8eabd8caf9652b", - "drupal/taxonomy_access_fix": "2.1", + "drupal/taxonomy_access_fix": "2.3", "drupal/taxonomy_menu": "3.x-dev#1103ad0855de4d242364a5b7e74a5c5fc1ce9e02", "drupal/better_exposed_filters": "3.0-alpha3", "drupal/autocomplete_deluxe": "1.0-beta1", diff --git a/drupal-org.make b/drupal-org.make index c2803056..827039b5 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -257,7 +257,7 @@ projects[mail_edit][download][revision] = bcd0041830d8581b36e6211f0c8eabd8caf965 projects[mail_edit][download][branch] = 8.x-1.x projects[taxonomy_access_fix][type] = module -projects[taxonomy_access_fix][version] = 2.1 +projects[taxonomy_access_fix][version] = 2.3 projects[taxonomy_menu][type] = module projects[taxonomy_menu][download][url] = https://git.drupal.org/project/taxonomy_menu.git -- GitLab