chore: v0.2.2 prepared, updated app meta data, support for nc26

Signed-off-by: Florian Steffens <florian@nextcloud.com>
This commit is contained in:
Florian Steffens
2023-01-10 11:14:41 +01:00
parent 7922807dd7
commit eb56619d0e
5 changed files with 21 additions and 21 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## 0.2.2 - 2023-01-10
### Updated
- translation
- npm dependencies
- some UI fixes for Nextcloud 25 support
- Updated app meta data
## 0.2.1 - 2022-09-27
### Updated
- translation

View File

@ -3,11 +3,4 @@
Manage data within tables.
## Documentation
All documentations can be found here: https://github.com/datenangebot/tables/wiki
## Donations
This app is created in my spare time. If you like it, think about prices for commercial software. Here you get everything for free. Mostly including support via the community and developer directly.
If you like, please be so kind and give me a donation. I will use it to give something back to my family.
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/donate/?hosted_button_id=3NBB57F2WUFTN)
[![Donate](https://img.shields.io/badge/Donate-BuyMeACoffee-green.svg)](https://buymeacoff.ee/iPbXoknVC)
All documentations can be found here: https://github.com/nextcloud/tables/wiki

View File

@ -21,22 +21,22 @@ Share your tables with users and groups within your cloud.
Have a good time and manage whatever you want.
]]></description>
<version>0.2.1</version>
<version>0.2.2</version>
<licence>agpl</licence>
<author mail="flost-dev@mailbox.org" >Florian Steffens</author>
<author mail="florian@nextcloud.com" >Florian Steffens</author>
<namespace>Tables</namespace>
<documentation>
<user>https://github.com/datenangebot/tables/wiki</user>
<admin>https://github.com/datenangebot/tables/wiki/Administration</admin>
<user>https://github.com/nextcloud/tables/wiki</user>
<admin>https://github.com/nextcloud/tables/wiki/Administration</admin>
</documentation>
<category>office</category>
<website>https://github.com/datenangebot/tables</website>
<bugs>https://github.com/datenangebot/tables/issues</bugs>
<website>https://github.com/nextcloud/tables</website>
<bugs>https://github.com/nextcloud/tables/issues</bugs>
<screenshot small-thumbnail="https://dl.datenangebot.de/nc%20tables/screenshots/tables-overview-small.png">https://dl.datenangebot.de/nc%20tables/screenshots/tables-overview.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/tables-newtable.png</screenshot>
<screenshot>https://dl.datenangebot.de/nc%20tables/screenshots/tables-menu.png</screenshot>
<dependencies>
<nextcloud min-version="25" max-version="25"/>
<nextcloud min-version="25" max-version="26"/>
</dependencies>
<navigations>
<navigation>

View File

@ -6,7 +6,7 @@
"authors": [
{
"name": "Florian Steffens",
"email": "flost-dev@mailbox.org"
"email": "florian@nextcloud.com"
}
],
"require": {},

View File

@ -1,16 +1,16 @@
{
"name": "tables",
"description": "Manage data within tables.",
"version": "0.2.1",
"author": "Florian Steffens <flost-dev@mailbox.org",
"version": "0.2.2",
"author": "Florian Steffens <florian@nextcloud.com",
"bugs": {
"url": "https://github.com/datenangebot/tables/issues"
"url": "https://github.com/nextcloud/tables/issues"
},
"repository": {
"url": "https://github.com/datenangebot/tables",
"url": "https://github.com/nextcloud/tables",
"type": "git"
},
"url": "https://github.com/datenangebot/tables/wiki",
"url": "https://github.com/nextcloud/tables/wiki",
"license": "agpl",
"private": true,
"scripts": {