From c03212219a6b04205ea6b97457147ab97035b1cc Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Tue, 18 Oct 2022 12:23:35 -0400 Subject: [PATCH 1/3] chore(deps): bump laddr to v3.2.3 --- .holo/sources/laddr.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.holo/sources/laddr.toml b/.holo/sources/laddr.toml index a726ea6..32f034a 100644 --- a/.holo/sources/laddr.toml +++ b/.holo/sources/laddr.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/CodeForPhilly/laddr" -ref = "refs/tags/v3.2.2" +ref = "refs/tags/v3.2.3" From 2aabd1b2976882550e07fe8ef4b757d7d4076183 Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Tue, 18 Oct 2022 16:18:35 -0400 Subject: [PATCH 2/3] feat(mueller): add more local locations --- .../Mueller/Investigator.config.d/codeforphilly.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php b/php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php index 742d1b8..097ef1a 100644 --- a/php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php +++ b/php-config/Emergence/Mueller/Investigator.config.d/codeforphilly.php @@ -47,6 +47,14 @@ || strpos($location, 'cherry hill') !== false || strpos($location, 'phoenixville') !== false || strpos($location, 'brewerytown') !== false + || strpos($location, 'mt. airy') !== false + || strpos($location, 'mt airy') !== false + || strpos($location, 'narberth') !== false + || strpos($location, 'haverford') !== false + || strpos($location, 'maple shade') !== false + || strpos($location, 'voorhees') !== false + || strpos($location, ', pa') !== false + || preg_match('/191\d\d/', $location) ); } ]; From d666e738de9da121bbe2c573a3ca7cad3d9d4e1d Mon Sep 17 00:00:00 2001 From: Chris Alfano Date: Tue, 18 Oct 2022 16:18:53 -0400 Subject: [PATCH 3/3] chore(deps): bump laddr to v3.2.4 --- .holo/sources/laddr.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.holo/sources/laddr.toml b/.holo/sources/laddr.toml index 32f034a..fe35830 100644 --- a/.holo/sources/laddr.toml +++ b/.holo/sources/laddr.toml @@ -1,3 +1,3 @@ [holosource] url = "https://github.com/CodeForPhilly/laddr" -ref = "refs/tags/v3.2.3" +ref = "refs/tags/v3.2.4"