Skip to content

Commit 0736fad

Browse files
Merge pull request #87 from CodeForPhilly/develop
Release: v1.3.2
2 parents dce2ba0 + d666e73 commit 0736fad

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.holo/sources/laddr.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[holosource]
22
url = "https://github.com/CodeForPhilly/laddr"
3-
ref = "refs/tags/v3.2.2"
3+
ref = "refs/tags/v3.2.4"

php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,14 @@
4747
|| strpos($location, 'cherry hill') !== false
4848
|| strpos($location, 'phoenixville') !== false
4949
|| strpos($location, 'brewerytown') !== false
50+
|| strpos($location, 'mt. airy') !== false
51+
|| strpos($location, 'mt airy') !== false
52+
|| strpos($location, 'narberth') !== false
53+
|| strpos($location, 'haverford') !== false
54+
|| strpos($location, 'maple shade') !== false
55+
|| strpos($location, 'voorhees') !== false
56+
|| strpos($location, ', pa') !== false
57+
|| preg_match('/191\d\d/', $location)
5058
);
5159
}
5260
];

0 commit comments

Comments
 (0)