Skip to content

Commit

Permalink
released 1.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
bjendres committed Jan 18, 2023
1 parent 52ddfb5 commit f4d5fd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CRM/Bic/Parser/PL.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
class CRM_Bic_Parser_PL extends CRM_Bic_Parser_Parser {

// official source of Polish National Bank
static $page_url = 'http://www.nbp.pl/banki_w_polsce/ewidencja/dz_bank_jorg.txt';
static $page_url = 'https://ewib.nbp.pl/plewibnra?dokNazwa=plewibnra.txt';

public function update() {
// first, download the page, it's a CSV file, so more convenient not to use built in method
Expand All @@ -42,7 +42,7 @@ public function update() {
$data[] = array_map('trim', str_getcsv($line, "\t"));
$count++;
}

unset($lines);

if (empty($count)) {
Expand Down
4 changes: 2 additions & 2 deletions info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
<author>B. Endres</author>
<email>[email protected]</email>
</maintainer>
<releaseDate>2023-01-12</releaseDate>
<version>1.7.4</version>
<releaseDate>2023-01-18</releaseDate>
<version>1.7.5</version>
<develStage>stable</develStage>
<urls>
<url desc="Main Extension Page">https://github.com/Project60/org.project60.bic</url>
Expand Down

0 comments on commit f4d5fd2

Please sign in to comment.