Skip to content

Commit

Permalink
cloud_py_api 0.1.7 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey18106 authored Mar 27, 2023
1 parent dccfe97 commit 159a0d5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.1.7 - 2023-03-27]

### Fixed

- Fixed `str_contains` (only in PHP8) function usage to `strpos` (available in PHP7)
- Fixed archive unpack on snap instances

## [0.1.6 - 2023-03-23]

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ You can support us in several ways:
[![Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/cloud_py_api/donate)
]]>
</description>
<version>0.1.6</version>
<version>0.1.7</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://github.com/andrey18106">Andrey Borysenko</author>
<author mail="[email protected]" homepage="https://github.com/bigcat88">Alexander Piskun</author>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloud_py_api",
"description": "Nextcloud Python API (Framework)",
"version": "0.1.6",
"version": "0.1.7",
"keywords": [
"nextcloud",
"python",
Expand Down

0 comments on commit 159a0d5

Please sign in to comment.