Skip to content

Commit 01d00a4

Browse files
committed
Update versions
1 parent ef049ed commit 01d00a4

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1-
Version 0.7 (unreleased)
1+
Version 0.8 (unreleased)
22
-----------
33

44

5+
Version 0.7
6+
-----------
7+
8+
- [Fea] Be able to suppress locked modules (Thanks to https://github.com/fdellwing)
9+
510

611
Version 0.6
712
-----------

bin/check_drupal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
INFO_NAME="check_drupal"
1414
INFO_AUTHOR="Patrick Plocke <patrick@plocke.de>"
1515
INFO_GPGKEY="0x28BF179F"
16-
INFO_DATE="2016-06-03"
16+
INFO_DATE="2016-11-22"
1717
INFO_LICENSE="MIT"
18-
INFO_VERSION="0.6"
18+
INFO_VERSION="0.7"
1919

2020
# Get the path
2121
export PATH="$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"

bin/check_drupal_log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@
1313
INFO_NAME="check_drupal_log"
1414
INFO_AUTHOR="Patrick Plocke <patrick@plocke.de>"
1515
INFO_GPGKEY="0x28BF179F"
16-
INFO_DATE="2016-06-03"
16+
INFO_DATE="2016-11-22"
1717
INFO_LICENSE="MIT"
18-
INFO_VERSION="0.6"
18+
INFO_VERSION="0.7"
1919

2020
# Get the path
2121
export PATH="$PATH:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin"

0 commit comments

Comments
 (0)