Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Sep 20, 2019
1 parent 51cf5a8 commit a5844a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

All notable changes to `laravel-event-sourcing` will be documented in this file:

## 4.0.0 - 2019-09-20
## 1.0.0 - 2019-09-20

- initial release

This package supercedes [spatie/laravel-event-projector](https://github.com/spatie/laravel-event-projector)

To learn how to upgrade form laravel-event-projector, read [our upgrade guide](https://github.com/spatie/laravel-event-sourcing/blob/master/UPGRADING.md)
To learn how to upgrade from laravel-event-projector v3 to laravel-event-sourcing v1 , read [our upgrade guide](https://github.com/spatie/laravel-event-sourcing/blob/master/UPGRADING.md)
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

Because there are many breaking changes we cannot give you a waterproof list of steps to provide. There are many edge cases this guide does not cover. We accept PRs to improve this guide.

## From v3 to v4
## From laravel-event-projector v3 to v1

The only change in this version is the naming change from `laravel-event-projector` to `laravel-event-sourcing`

To upgrade from v3 of `laravel-event-projector` you have to perform these steps:
1. rename `config/laravel-event-projector.php` to `config/laravel-event-sourcing.php`
2. `laravel-event-projector:v3` to `laravel-event-sourcing:v3` and run `composer update`
2. `laravel-event-projector:v3` to `laravel-event-sourcing:v1` and run `composer update`
3. The namespace has changed, so you need to replace `Spatie\EventSourcing` by `Spatie\EventSourcing` in your entire project

## From v2 to v3
Expand Down

0 comments on commit a5844a0

Please sign in to comment.