Skip to content
This repository was archived by the owner on Jul 29, 2020. It is now read-only.

Commit 571f684

Browse files
committed
v1.20 release
1 parent a0bd550 commit 571f684

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ install: build
77
# cp -rvf src/FlexiPeeHP /usr/share/php/FlexiPeeHP
88

99
static:
10-
rm -rf static/*
10+
composer update
11+
echo rm -rf static/*
1112
echo "STATIC #######################
1213
cd tools/ ; ./update_all.sh ; cd ..
1314

14-
build: static doc
15-
cd tools/ ; ./update_all.sh ; cd ..
15+
build: static
1616

1717
clean:
1818
rm -rf debian/flexipeehp

debian/control

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ Priority: optional
1515
Description: PHP Based FlexiBee RestAPI/Json library
1616
Allow you read and write operations on czech accounting system FlexiBee
1717

18-
Package: flexipeehp-doc
19-
Depends: ${misc:Depends},
20-
Suggests: www-browser
21-
Architecture: all
22-
Section: doc
23-
Priority: optional
24-
Description: PHP Based FlexiBee RestAPI/Json library documentation
25-
ApiGen html documentation for FlexiPeeHP php library
18+
#Package: flexipeehp-doc
19+
#Depends: ${misc:Depends},
20+
#Suggests: www-browser
21+
#Architecture: all
22+
#Section: doc
23+
#Priority: optional
24+
#Description: PHP Based FlexiBee RestAPI/Json library documentation
25+
# ApiGen html documentation for FlexiPeeHP php library

src/FlexiPeeHP/FlexiBeeRO.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ class FlexiBeeRO extends \Ease\Sand
2626
*
2727
* @var string
2828
*/
29-
public static $libVersion = '1.20';
29+
public static $libVersion = '1.17';
3030

3131
/**
3232
* Základní namespace pro komunikaci s FlexiBee.

0 commit comments

Comments
 (0)