Skip to content

Commit

Permalink
feat(ISO): Local List update
Browse files Browse the repository at this point in the history
  • Loading branch information
4513 committed Jan 29, 2024
1 parent cd03d97 commit 2e3b528
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@ phpcs.xml
phpstan.neon
phpunit.xml
tests/Core/tmp.php

.DS_Store
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.0] - 2024-01-29

### Changed
- ISO Local List updated to 2024-01-01
- ISO Local List - Sierra Leone deleted SLL from list

## [1.1.0] - 2023-07-15

### Added
Expand Down
7 changes: 0 additions & 7 deletions src/ISO/ISOArrayListLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -1512,13 +1512,6 @@ class ISOArrayListLoader extends ListLoader
'CcyNbr' => '690',
'CcyMnrUnts' => '2',
],
[
'CtryNm' => 'SIERRA LEONE',
'CcyNm' => 'Leone',
'Ccy' => 'SLL',
'CcyNbr' => '694',
'CcyMnrUnts' => '2',
],
[
'CtryNm' => 'SIERRA LEONE',
'CcyNm' => 'Leone',
Expand Down
9 changes: 1 addition & 8 deletions src/ISO/resources/ISO_4217.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<ISO_4217 Pblshd="2023-01-01">
<ISO_4217 Pblshd="2024-01-01">
<CcyTbl>
<CcyNtry>
<CtryNm>AFGHANISTAN</CtryNm>
Expand Down Expand Up @@ -1486,13 +1486,6 @@
<CcyNbr>690</CcyNbr>
<CcyMnrUnts>2</CcyMnrUnts>
</CcyNtry>
<CcyNtry>
<CtryNm>SIERRA LEONE</CtryNm>
<CcyNm>Leone</CcyNm>
<Ccy>SLL</Ccy>
<CcyNbr>694</CcyNbr>
<CcyMnrUnts>2</CcyMnrUnts>
</CcyNtry>
<CcyNtry>
<CtryNm>SIERRA LEONE</CtryNm>
<CcyNm>Leone</CcyNm>
Expand Down

0 comments on commit 2e3b528

Please sign in to comment.