Skip to content

Commit

Permalink
changelog, version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Mar 29, 2021
1 parent c157469 commit 02f8a8c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.6.0 (2021-03-29)
### Added
- Added retries to the uploader component, to make sure, the image is loaded after the job is finished
- Added the `HasUuid` trait
- Added the `InteractsWithProxy` trait

### Changed
- Changed the minimum PHP version from `7.3` to `7.4`
- Changed the cart ID to UUID, the `token` column is removed
- Changed `fzaninotto/faker` to `fakerphp/faker` dependency
- Changed the `uuid()` columns, made them primary key
- Changed the `options` column to `properties` on the `bazar_products` table
- Changed the `option` column to `variation` on the `bazar_variants` table

### Fixed
- Fixed Quill issues
- Fixed Media Manager item keys

### Removed
- Removed the Proxy facades

## v0.5.0 (2021-02-20)
### Added
- Added the menu repository that allows to easily register custom menu items in the admin UI
Expand Down
2 changes: 1 addition & 1 deletion src/Bazar.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ abstract class Bazar
*
* @var string
*/
public const VERSION = '0.5.0';
public const VERSION = '0.6.0';

/**
* The default currency.
Expand Down

0 comments on commit 02f8a8c

Please sign in to comment.