Skip to content

Commit f48116c

Browse files
committed
Update for FlexiBee 2020.2.5.3
1 parent cdb331d commit f48116c

File tree

6 files changed

+18
-16
lines changed

6 files changed

+18
-16
lines changed

src/FlexiPeeHP/Actions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Actions
2121
*
2222
* @var string
2323
*/
24-
static public $version = '2020.2.5';
24+
static public $version = '2020.2.5.3';
2525

2626
/**
2727
* Evidence doklad (#dokladView) Actions.

src/FlexiPeeHP/EvidenceList.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* FlexiPeeHP - List of Evidencies.
44
*
5-
* Generated: Fri, 14 Aug 2020 15:28:17 +0200
5+
* Generated: Tue, 08 Sep 2020 14:53:20 +0200
66
* From: https://vitexsoftware.flexibee.eu:5434
77
*
88
* @author Vítězslav Dvořák <[email protected]>
@@ -46,7 +46,7 @@ class EvidenceList extends FlexiBeeRO
4646
*
4747
* @var string
4848
*/
49-
static public $version = '2020.2.5';
49+
static public $version = '2020.2.5.3';
5050

5151
/**
5252
* Evidences Path/Name listing.

src/FlexiPeeHP/FlexiBeeRO.php

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2411,17 +2411,6 @@ public function sendByMail($to, $subject, $body, $cc = null) {
24112411
return $this->lastResponseCode == 200;
24122412
}
24132413

2414-
/**
2415-
* Send all unsent Documents by eMail
2416-
*
2417-
* @url https://www.flexibee.eu/api/dokumentace/ref/odesilani-mailem/
2418-
*
2419-
* @return boolean
2420-
*/
2421-
public function sendUnsent() {
2422-
return $this->performRequest('automaticky-odeslat-neodeslane', 'PUT', 'xml') == 202;
2423-
}
2424-
24252414
/**
24262415
* FlexiBee date to PHP DateTime conversion
24272416
*

src/FlexiPeeHP/FlexiBeeRW.php

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,4 +564,17 @@ public function changeExternalID($selector, $newValue, $forID = null)
564564
'ext:'.$selector.':'.$newValue];
565565
return $this->insertToFlexiBee($change);
566566
}
567+
568+
/**
569+
* Send all unsent Documents by eMail
570+
*
571+
* @url https://www.flexibee.eu/api/dokumentace/ref/odesilani-mailem/
572+
*
573+
* @return int http response code
574+
*/
575+
public function sendUnsent() {
576+
$this->performRequest('automaticky-odeslat-neodeslane', 'PUT', 'xml');
577+
return $this->lastResponseCode == 202;
578+
}
579+
567580
}

src/FlexiPeeHP/Formats.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Formats
1919
*
2020
* @var string
2121
*/
22-
static public $version = '2020.2.5';
22+
static public $version = '2020.2.5.3';
2323

2424

2525
/**

src/FlexiPeeHP/Relations.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Relations
2121
*
2222
* @var string
2323
*/
24-
static public $version = '2020.2.5';
24+
static public $version = '2020.2.5.3';
2525

2626
/**
2727
* Evidence adresar (Adresy firem) Relations.

0 commit comments

Comments
 (0)