Skip to content
This repository was archived by the owner on Mar 4, 2019. It is now read-only.

Commit 0dcc91c

Browse files
committedFeb 26, 2019
Update
1 parent edcc514 commit 0dcc91c

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed
 

‎btr_client.make

+6-7
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ defaults[projects][subdir] = contrib
1111
; Bootstrap Theme
1212
;--------------------
1313

14-
projects[bootstrap] = 3.22
14+
projects[bootstrap] = 3.23
1515
projects[jquery_update] = 3.0-alpha5
1616
projects[less] = 4.0
1717

@@ -28,18 +28,17 @@ libraries[lessphp][download][url] = https://github.com/oyejorge/less.php/archive
2828
;--------------------
2929

3030
;;; Development
31-
projects[devel] = 1.6
31+
projects[devel] = 1.7
3232
;projects[coder] = 1.2
3333
projects[diff] = 3.4
3434

3535
;;; Extensions
36-
projects[ctools] = 1.14
36+
projects[ctools] = 1.15
3737
projects[libraries] = 2.5
3838
projects[entity] = 1.9
3939
projects[xautoload] = 5.7
4040
projects[token] = 1.7
41-
projects[rules] = 2.10
42-
projects[rules][patch][2923477] = https://www.drupal.org/files/issues/php7_2_compatibility-2923477-5.patch
41+
projects[rules] = 2.12
4342
projects[pathauto] = 1.3
4443
projects[subpathauto] = 1.3
4544

@@ -52,7 +51,7 @@ projects[wysiwyg] = 2.5
5251

5352
;;; Security
5453
projects[captcha] = 1.5
55-
projects[recaptcha] = 2.2
54+
projects[recaptcha] = 2.3
5655
projects[user_restrictions] = 1.1
5756
projects[user_restrictions][patch][2856139] = https://www.drupal.org/files/issues/variable_passed_by_reference-2856139-1.patch
5857

@@ -85,7 +84,7 @@ projects[mass_contact] = 1.1
8584

8685
projects[mailsystem] = 2.35
8786
projects[mimemail] = 1.1
88-
projects[reroute_email] = 1.3
87+
projects[reroute_email] = 1.4
8988

9089
projects[phpmailer] = 3.1
9190

‎drupal-org-core.make

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ core = 7.x
33

44
; Download Drupal core and apply core patches if needed.
55
projects[drupal][type] = "core"
6-
projects[drupal][version] = 7.61
6+
projects[drupal][version] = 7.64

0 commit comments

Comments
 (0)
This repository has been archived.