Skip to content

Commit a621c0b

Browse files
author
Julien Veyssier
committed
0.1.3 nightly
Signed-off-by: Julien Veyssier <[email protected]>
1 parent 93a6f9a commit a621c0b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/release.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ jobs:
1111
APP_ID: integration_google
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Setup PHP with pecl extension
15-
uses: shivammathur/setup-php@v2
16-
with:
17-
php-version: '7.4'
18-
extensions: imagick, swoole
19-
2014
- name: Checkout code
2115
uses: actions/checkout@v2
2216

@@ -45,7 +39,7 @@ jobs:
4539
sudo apt-get install php7.4-mbstring php7.4-sqlite3 npm make openssl -yqq > /dev/null 2>&1
4640
echo "###### installing nextcloud"
4741
mkdir ~/html
48-
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b stable20 ~/html/nextcloud
42+
git clone https://github.com/nextcloud/server.git --recursive --depth 1 -b master ~/html/nextcloud
4943
sed -i $'s|if (substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|if (is_string($root) and substr($fullPath, 0, strlen($root) + 1) === $root . \'/\')|g' ~/html/nextcloud/lib/autoloader.php
5044
cp -r $GITHUB_WORKSPACE ~/html/nextcloud/apps/${APP_ID}
5145
php ~/html/nextcloud/occ maintenance:install --database "sqlite" --admin-user "admin" --admin-pass "password"

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## [Unreleased]
88

9+
### Added
10+
- configurable output dir for drive and photos import
11+
12+
### Changed
13+
- bump js libs
14+
915
## 0.1.2 – 2020-12-16
1016
### Fixed
1117
- issue with unlimited quota, now properly detected

appinfo/info.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Google integration</name>
55
<summary>Import Google data into Nextcloud</summary>
66
<description><![CDATA[Google integration allows you to automatically import your Google calendars, contacts, photos and files into Nextcloud.]]></description>
7-
<version>0.1.2</version>
7+
<version>0.1.3</version>
88
<licence>agpl</licence>
99
<author>Julien Veyssier</author>
1010
<namespace>Google</namespace>

0 commit comments

Comments
 (0)