Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgergo committed Apr 25, 2021
1 parent 3599405 commit be8dc1e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v0.7.4 (2021-04-25)
### Added
- Added `env` functions for default drivers in the `bazar.php` config file

### Fixed
- Fixed shipping driver issue ([#148](https://github.com/conedevelopment/bazar/issues/148))
- Fixed `addressable` column type to `uuidMorphs` ([#157](https://github.com/conedevelopment/bazar/pull/147))
- Fixed `shippable` column type to `uuidMorphs` ([a4b150a](https://github.com/conedevelopment/bazar/commit/a4b150abde9a7bf2e55519807c49e8e6997afb4f))

## v0.7.3 (2021-04-19)
### Fixed
- Fixed proxy based route-model binding
Expand Down
2 changes: 1 addition & 1 deletion public/app.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/app.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion public/mix-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"/app.js": "/app.js?id=c12a9e23cb36fb7addec",
"/app.js": "/app.js?id=82047e307ea6d0b81878",
"/app.css": "/app.css?id=5600c3b00878c539f051"
}
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.7.3';
public const VERSION = '0.7.4';

/**
* The default currency.
Expand Down

0 comments on commit be8dc1e

Please sign in to comment.