diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fb89d..fbf96d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 9f75957..6cee31c 100644 --- a/composer.json +++ b/composer.json @@ -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": {