summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2018-11-28 10:40:32 -0100
committerMaxence Lange <maxence@artificial-owl.com>2018-11-28 10:40:32 -0100
commit0f40a13a1f8977f639a7cedc05abe7d74ec31def (patch)
tree710ce2fa2a1de37f35f726084e1b1b4aaf55a30b /appinfo
parenta43e0c31decb0ce215dc01b26db134daa63dc396 (diff)
summary can be up to 3000 chars
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml6
-rw-r--r--appinfo/info.xml2
2 files changed, 4 insertions, 4 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index c3b073fa..63d91c75 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -41,7 +41,7 @@
<field>
<name>summary</name>
<type>text</type>
- <length>500</length>
+ <length>3000</length>
<notnull>true</notnull>
</field>
@@ -198,7 +198,7 @@
<field>
<name>summary</name>
<type>text</type>
- <length>255</length>
+ <length>3000</length>
<notnull>true</notnull>
</field>
@@ -362,7 +362,7 @@
<field>
<name>summary</name>
<type>text</type>
- <length>500</length>
+ <length>3000</length>
<notnull>true</notnull>
</field>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 29f0a4a3..add173bd 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
<name>Social</name>
<summary>🎉 Nextcloud becomes part of the federated social networks!</summary>
<description><![CDATA[test]]></description>
- <version>0.0.50</version>
+ <version>0.0.51</version>
<licence>agpl</licence>
<author mail="maxence@artificial-owl.com">Maxence Lange</author>
<author mail="jus@bitgrid.net">Julius Härtl</author>