Skip to content

Commit 493dba4

Browse files
authored
v1.7.5 - Advanced Currency Bugfixes (#655)
* started tweaking PMD rules to allow graceful cutover to new scanner when the time comes * Fixes #653 by ensuring MSP values are parsed correctly when using `INCLUDES` * Possible fix for #654 - was not able to repro this locally, but I'm guessing the update will fix the problem reported * Fixed a weird date literal bug with Australia time zones due to oddities with `toStartOfMonth().addMonth(1)` logic * Added a possible fix for #651, as well
1 parent c7496c3 commit 493dba4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+29810
-9796
lines changed

.husky/pre-commit

-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,2 @@
11
#!/bin/sh
2-
. "$(dirname "$0")/_/husky.sh"
3-
42
npm run husky:pre-commit

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ As well, don't miss [the Wiki](../../wiki), which includes even more info for co
2424

2525
## Deployment & Setup
2626

27-
<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008OfezAAC">
27+
<a href="https://login.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008OfqTAAS">
2828
<img alt="Deploy to Salesforce" src="./media/deploy-package-to-prod.png">
2929
</a>
3030

31-
<a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008OfezAAC">
31+
<a href="https://test.salesforce.com/packaging/installPackage.apexp?p0=04t6g000008OfqTAAS">
3232
<img alt="Deploy to Salesforce Sandbox" src="./media/deploy-package-to-sandbox.png">
3333
</a>
3434
<br/>

0 commit comments

Comments
 (0)