Skip to content

Commit

Permalink
Initial Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jiten14 committed Sep 9, 2024
1 parent 1313bf6 commit 251e759
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 14 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ All notable changes to `jitone-ai` will be documented in this file.
## v0.0.8-beta - 2024-09-09

- Release beta version

## v0.1.0 - 2024-09-10

- Initial Release
23 changes: 9 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

# Jitone AI:- Build AI-powered Filament forms.

**jitone-ai is a powerful FilamentPHP plugin that integrates AI-powered features directly into your Filament forms.**
Expand All @@ -7,22 +8,8 @@
[![Total Downloads](https://img.shields.io/packagist/dt/jiten14/jitone-ai.svg?style=flat-square)](https://packagist.org/packages/jiten14/jitone-ai)



**⚠️ Warning: This package is currently in beta. While it includes many features and improvements, it may still have bugs or incomplete functionality. Please test it thoroughly and provide feedback, but do not use it in production environments.**

## Installation

### Beta version for Testing

To install the beta version of this package, use the following Composer command:

```bash
composer require jiten14/jitone-ai:^0.0.8-beta
```
### Stable Verion (Comming Soon)

You can install the package via composer:

```bash
composer require jiten14/jitone-ai
```
Expand Down Expand Up @@ -180,12 +167,20 @@ AIFileUpload::make('image')

## Changelog

Jitone AI follows semantic versioning:

- **v1.0.0**: Initial release.

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

## FAQ
- **File upload previews not loading after generating Image.**
Ans.- Make sure that the APP_URL variable in your .env file matches the domain you're using to access your app from, including the protocol (http or https).

## Security Vulnerabilities & Support

If you discover any security vulnerabilities or bugs, please let us know so we can address them promptly.
Expand Down

0 comments on commit 251e759

Please sign in to comment.