File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020### Fixed
2121### Removed --->
2222
23+ ## 0.5.0 - 2021-05-31
24+ ### Added
25+ - Language support
26+ ### Fixed
27+ - Bug when converting lead to deal
28+
2329## 0.4.0 - 2021-05-21
2430### Added
2531- Products & product categories
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ https://spatie.be/docs/laravel-permission/v4/installation-laravel
4545#### Step 4. Require the current package using composer:
4646
4747``` bash
48- composer require venturedrake/laravel-crm:^0.4
48+ composer require venturedrake/laravel-crm:^0.5
4949```
5050
5151#### Step 5. Publish the migrations, config & assets
@@ -127,12 +127,12 @@ Note if you modified the route_prefix setting from the default the above url wil
127127
128128## Upgrade
129129
130- ### Upgrading from 0.3 to 0.4
130+ ### Upgrading from 0.3
131131
132132#### Step 1. Run the following to the update migrations and publish assets:
133133
134134``` bash
135- composer require venturedrake/laravel-crm::^0.4
135+ composer require venturedrake/laravel-crm::^0.5
136136php artisan vendor:publish --provider=" VentureDrake\LaravelCrm\LaravelCrmServiceProvider" --tag=" migrations"
137137php artisan vendor:publish --provider=" VentureDrake\LaravelCrm\LaravelCrmServiceProvider" --tag=" assets" --force
138138php artisan migrate
Original file line number Diff line number Diff line change 1313 |
1414 */
1515
16- 'version ' => '0.4 .0 ' ,
16+ 'version ' => '0.5 .0 ' ,
1717
1818 ];
You can’t perform that action at this time.
0 commit comments