Skip to content

Commit ff492c8

Browse files
authored
Merge pull request #407 from WebFiori/release-please--branches--main
chore(main): release 3.0.1
2 parents 0cb8214 + a066d09 commit ff492c8

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [3.0.1](https://github.com/WebFiori/framework/compare/v3.0.0...v3.0.1) (2026-07-13)
4+
5+
6+
### Features
7+
8+
* **Middleware:** support ::class syntax in getDependencies() ([c0c34b8](https://github.com/WebFiori/framework/commit/c0c34b805eb0000b277c8bbd9333662b51427f6f)), closes [#405](https://github.com/WebFiori/framework/issues/405)
9+
* **router:** support custom path in ServiceRouter via RestController path property ([4c2e048](https://github.com/WebFiori/framework/commit/4c2e048422332deeb6845d6d3a77bc95752de9b5)), closes [#398](https://github.com/WebFiori/framework/issues/398)
10+
11+
12+
### Bug Fixes
13+
14+
* **Privilege:** allow dots and dashes in permission and group IDs ([c89fc6b](https://github.com/WebFiori/framework/commit/c89fc6b29dd593486161cf2e8bcd5dbb73eef735)), closes [#404](https://github.com/WebFiori/framework/issues/404)
15+
16+
17+
### Miscellaneous Chores
18+
19+
* Merge pull request [#406](https://github.com/WebFiori/framework/issues/406) from WebFiori/dev ([0cb8214](https://github.com/WebFiori/framework/commit/0cb8214034e1b05e3b6b8e58d53327e1ffb96824))
20+
321
## [3.0.0](https://github.com/WebFiori/framework/compare/v3.0.0...v3.0.0) (2026-06-14)
422

523

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "webfiori/framework",
33
"description": "WebFiori framework. Made to make the web bloom.",
44
"homepage": "https://webfiori.com",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"type": "library",
77
"support": {
88
"issues": "https://github.com/webfiori/framework/issues",

0 commit comments

Comments
 (0)