Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

### Added
- Offer providers, so a host's discounts can be listed and created from the console without the package knowing what stores them (`OfferProvider`, `OfferField`, `Offer`)
- `GET offers`, `POST offers/{provider}`, `DELETE offers/{provider}/{id}`
- `admin.offer_providers` configuration
- `GET offers`, `POST offers/{provider}`, `DELETE offers/{provider}/{id}`, all answering to the configured owner the way the mail template endpoints do
- `admin.offer_providers` configuration, refused when a class does not implement the contract or when two providers claim one key
- `admin.requests.create_offer`, so a host can validate a new discount its own way

## [0.1.0] - 2026-08-29
- Shared administration user directory and configurable automatic email templates
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "whilesmart/eloquent-admin",
"description": "Shared measurements, user directory and automatic email templates for Laravel applications.",
"type": "library",
"version": "0.1.0",
"version": "0.2.0",
"license": "MIT",
"authors": [{ "name": "Whilesmart Team" }],
"require": {
Expand Down
Loading