Skip to content

Commit 8dfac56

Browse files
committed
fix: update adminforth dependency to version 2.42.0 and enhance README with features and documentation links
1 parent d39e749 commit 8dfac56

3 files changed

Lines changed: 33 additions & 9 deletions

File tree

README.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,31 @@
11
# AdminForth Upload Plugin
22

3-
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/upload"> <img src="https://img.shields.io/npm/dt/@adminforth/upload" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/upload"><img src="https://img.shields.io/npm/v/@adminforth/upload" alt="npm version" /></a> <a href="https://www.npmjs.com/package/@adminforth/upload">
3+
<img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT" /> <img src="https://woodpecker.devforth.io/api/badges/3848/status.svg" alt="Build Status" /> <a href="https://www.npmjs.com/package/@adminforth/upload"><img src="https://img.shields.io/npm/dm/@adminforth/upload" alt="npm downloads" /></a> <a href="https://www.npmjs.com/package/@adminforth/upload"><img src="https://img.shields.io/npm/v/@adminforth/upload" alt="npm version" /></a>
4+
5+
[![Ask AI](https://tluma.ai/badge)](https://tluma.ai/ask-ai/devforth/adminforth)
46

57
Allows to upload files to Amazon S3 bucket from adminforth application.
68

7-
## For usage, see [AdminForth Upload Documentation](https://adminforth.dev/docs/tutorial/Plugins/upload/)
9+
## Features
10+
11+
- Upload files from AdminForth applications to Amazon S3.
12+
- Connect uploaded assets to your data records.
13+
- Support media and document workflows in admin forms.
14+
- Keep file management inside the back office.
15+
16+
## Documentation
17+
18+
Full setup and configuration guide:
19+
20+
[AdminForth Upload Documentation](https://adminforth.dev/docs/tutorial/Plugins/upload/)
21+
22+
## About AdminForth
23+
24+
AdminForth is an open-source, agent-first admin framework for building robust admin panels and back-office applications faster.
25+
26+
## Related links
27+
28+
- [AdminForth website](https://adminforth.dev)
29+
- [npm package](https://www.npmjs.com/package/@adminforth/upload)
30+
- [More AdminForth plugins](https://adminforth.dev/docs/tutorial/ListOfPlugins/)
31+
- [Built by DevForth](https://devforth.io)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@aws-sdk/s3-request-presigner": "^3.629.0"
2424
},
2525
"peerDependencies": {
26-
"adminforth": "^2.35.0"
26+
"adminforth": "^2.42.0"
2727
},
2828
"keywords": [
2929
"adminforth",
@@ -60,7 +60,7 @@
6060
},
6161
"devDependencies": {
6262
"@types/node": "^22.10.7",
63-
"adminforth": "^2.35.0",
63+
"adminforth": "^2.42.0",
6464
"semantic-release": "^24.2.1",
6565
"semantic-release-slack-bot": "^4.0.2",
6666
"typescript": "^5.7.3"

pnpm-lock.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)