You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,21 @@
2
2
3
3
All notable changes to `laravel-event-sorucing-generator` will be documented in this file:
4
4
5
+
## 1.1.3 - 2026-09-01
6
+
7
+
### What's Changed
8
+
9
+
* Docs: add a "Stay updated" section to the README offering the free Spatie Event Sourcing cheat sheet (printable PDF)
10
+
* Docs: add the [Why PHP](https://whyphp.dev) community badge
11
+
* Chore: retire the repo-views traffic badge, its daily workflow and the `TRAFFIC_TOKEN` secret; the accumulated counts were archived before the `traffic-data` branch was deleted
12
+
* Chore(deps): bump `orchestra/testbench`, `phpstan/phpstan`, `phpunit/phpunit` and `league/commonmark` (dev-only; `composer.lock` is excluded from the Composer `dist`)
13
+
* Chore(deps): regenerate `composer.lock` on PHP 8.4 to restore Symfony 8.1.x, which a grouped Dependabot update had resolved down to the 7.4 LTS line against the `^8.3` PHP floor
14
+
* Security (docs site only): bump `nanoid` to 3.3.18 in the Astro website, resolving GHSA-2v37-7h3g-55p8; `website/` is excluded from the Composer `dist` and is never installed by consumers
15
+
16
+
No runtime code changed: `src/`, `config/` and the `composer.json` constraints are identical to v1.1.2, so consumers are unaffected — this release exists to publish the README updates.
0 commit comments