Skip to content

Commit 159a0d5

Browse files
authored
cloud_py_api 0.1.7 (#108)
1 parent dccfe97 commit 159a0d5

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [0.1.7 - 2023-03-27]
6+
7+
### Fixed
8+
9+
- Fixed `str_contains` (only in PHP8) function usage to `strpos` (available in PHP7)
10+
- Fixed archive unpack on snap instances
11+
512
## [0.1.6 - 2023-03-23]
613

714
### Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You can support us in several ways:
3434
[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/cloud_py_api/donate)
3535
]]>
3636
</description>
37-
<version>0.1.6</version>
37+
<version>0.1.7</version>
3838
<licence>agpl</licence>
3939
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
4040
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cloud_py_api",
33
"description": "Nextcloud Python API (Framework)",
4-
"version": "0.1.6",
4+
"version": "0.1.7",
55
"keywords": [
66
"nextcloud",
77
"python",

0 commit comments

Comments
 (0)