Skip to content

Commit

Permalink
Version 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewdrake committed Jan 20, 2023
1 parent dad5497 commit 1933799
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
### Removed --->

## 0.14.1 - 2022-01-20
### Added
- Laravel Breeze profile section support
### Changed
- Complete the CLI installer

## 0.14.0 - 2022-01-17
### Added
- Invoicing
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ The free CRM you have been looking for, this package will add CRM functionality
- **For MariaDB users**: 10.2.7 or higher
- **Laravel** 6.0 or higher

## Installation (10-15mins)
## Quick Start

If you want to get up and running quickly with a complete Laravel CRM please go to the [laravel-crm-starter project](https://github.com/venturedrake/laravel-crm-starter).

If you would prefer to install Laravel CRM into your own Laravel application, please follow the installation steps below.

## Installation

#### Step 1. Install a Laravel project if you don't have one already

Expand Down
2 changes: 1 addition & 1 deletion config/package.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
|
*/

'version' => '0.14.0',
'version' => '0.14.1',

];

0 comments on commit 1933799

Please sign in to comment.