From eb5dda902c609246277a818e8f42792832529f37 Mon Sep 17 00:00:00 2001 From: Andrea Pescetti Date: Thu, 2 Oct 2014 03:17:51 +0200 Subject: [PATCH] Port for Drush 7.x is in progress. --- README.md | 4 ++++ drush-alias.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea4fcf8..a9b7395 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,7 @@ Copyright 2010, 2013, 2014 Nuvole; portions copyright 2013 Martin Møller. Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 + +### Compatibility ### +The aliases work for Drupal 6 and Drupal 7 with Drush 4.x-6.x. +A port for Drush 7.x (for usage with Drupal 8.x) is in progress. diff --git a/drush-alias.sh b/drush-alias.sh index b960d02..f5d8941 100755 --- a/drush-alias.sh +++ b/drush-alias.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Drush-Bash tricks 2.0 +# Drush-Bash tricks 2.x-dev # Copyright 2010, 2013, 2014 Nuvole; portions copyright 2013 Martin Møller. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.