Skip to content

Commit

Permalink
v1.7.5 - Advanced Currency Bugfixes (#655)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jamessimone authored Feb 9, 2025
1 parent c7496c3 commit 493dba4
Show file tree
Hide file tree
Showing 50 changed files with 29,810 additions and 9,796 deletions.
2 changes: 0 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run husky:pre-commit
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ As well, don't miss [the Wiki](../../wiki), which includes even more info for co

## Deployment & Setup

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

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

0 comments on commit 493dba4

Please sign in to comment.