mirror of
https://github.com/nextcloud/tables.git
synced 2025-08-16 15:17:20 +00:00
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:
@ -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
|
||||
|
@ -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.
|
||||
|
||||
[](https://www.paypal.com/donate/?hosted_button_id=3NBB57F2WUFTN)
|
||||
[](https://buymeacoff.ee/iPbXoknVC)
|
||||
All documentations can be found here: https://github.com/nextcloud/tables/wiki
|
@ -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>
|
||||
|
@ -6,7 +6,7 @@
|
||||
"authors": [
|
||||
{
|
||||
"name": "Florian Steffens",
|
||||
"email": "flost-dev@mailbox.org"
|
||||
"email": "florian@nextcloud.com"
|
||||
}
|
||||
],
|
||||
"require": {},
|
||||
|
10
package.json
10
package.json
@ -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": {
|
||||
|
Reference in New Issue
Block a user