kopia lustrzana https://github.com/nextcloud/social
rodzic
19dfe49661
commit
b3f4c29ab7
|
@ -1,6 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## 0.4.1
|
||||||
|
|
||||||
|
- fixing an issue with primary key.
|
||||||
|
|
||||||
|
|
||||||
## 0.4.0 (alpha 3.2)
|
## 0.4.0 (alpha 3.2)
|
||||||
|
|
||||||
- [global] compat nc20
|
- [global] compat nc20
|
||||||
|
|
4
Makefile
4
Makefile
|
@ -11,7 +11,7 @@ package_name=$(app_name)
|
||||||
cert_dir=$(HOME)/.nextcloud/certificates
|
cert_dir=$(HOME)/.nextcloud/certificates
|
||||||
github_account=nextcloud
|
github_account=nextcloud
|
||||||
branch=master
|
branch=master
|
||||||
version+=0.4.0
|
version+=0.4.1
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ github-upload:
|
||||||
--file $(build_dir)/$(app_name)-$(version).tar.gz
|
--file $(build_dir)/$(app_name)-$(version).tar.gz
|
||||||
|
|
||||||
# creating .tar.gz + signature
|
# creating .tar.gz + signature
|
||||||
appstore: dev-setup lint build-js-production composer
|
appstore: dev-setup lint build-js-production
|
||||||
mkdir -p $(sign_dir)
|
mkdir -p $(sign_dir)
|
||||||
rsync -a \
|
rsync -a \
|
||||||
--exclude=/build \
|
--exclude=/build \
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
**🕸 Open standards:** We use the established ActivityPub standard!
|
**🕸 Open standards:** We use the established ActivityPub standard!
|
||||||
]]></description>
|
]]></description>
|
||||||
<version>0.4.0</version>
|
<version>0.4.1</version>
|
||||||
<licence>agpl</licence>
|
<licence>agpl</licence>
|
||||||
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
|
<author mail="maxence@artificial-owl.com" homepage="https://artificial-owl.com/">Maxence Lange</author>
|
||||||
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
<author mail="jus@bitgrid.net">Julius Härtl</author>
|
||||||
|
|
Ładowanie…
Reference in New Issue