Releases: WebFiori/framework
Releases · WebFiori/framework
v3.0.0-RC.4
v3.0.0-RC.3
3.0.0-RC.3 (2026-05-11)
Features
Bug Fixes
- Middleware Discovery (91aaf4b), closes #319
- migrations: close database connection after command execution (e271833)
- router: resolve middleware by class reference in addMiddleware() (6dc18da), closes #318
- tests: reset connection pool in CLITestCase tearDown (cb813cb)
Miscellaneous Chores
v3.0.0-RC.2
v3.0.0-RC1
3.0.0-RC1 (2026-04-29)
⚠ BREAKING CHANGES
- deps: Application code using Cache::get(), Cache::set(),
Features
- deps: upgrade webfiori/cache from v2 to v3 (c24817d), closes #301
- scheduler: add scheduler:daemon command with time-limited execution (3d3cb1d), closes #300
Bug Fixes
- correct parent constructor call and static method usage in ExtendedWebServicesManager (b110a38), closes #296
- off-by-one in middleware after() and afterSend() loops (1faf4a1), closes #299
- Proper Fix for The Issue (3bb8970)
- remove silent try-catch in StartSessionMiddleware::after() (9c5c3b6), closes #298
- routing: preserve query string on redirect and prevent crash on root sub-routes (007c799)
- use $response instance instead of static Response::addHeader() in StartSessionMiddleware (907984c), closes #297
Miscellaneous Chores
v3.0.0-RC0
3.0.0-RC0 (2026-04-08)
Features
- (cli): Run Seeders With Migrations (7796e93)
- Add
env:to Class Driver (89cd39d) - Add
propertyandconstant(bebe151) - Add Arguments Support in Add DB Connection Command (8223428)
- Add Dependencies and Envs (e3950b6)
- Add New Method"
method(4d486b2) - Added
getCode(ff37c27) - Added
migrations:freshCommand (d5f732b) - Added Options to
AttributeTableWriter(1d6340c) - Added Scan for Seeders in Dry Run (a2697f8)
- Added Support For Args in Add SMTP Conn (4554cca)
- Attributes (9e11d2b)
- Chaining (d3b2407)
- Code Reuse Helpers (f54ed91)
- Create Attributes Table (6f4a7fc)
- Create Background Task Command (fab0c39)
- Create CLI Command (3c88ecf)
- Create CRUD Resource (78d5ecf)
- Create Domain Entity (3c4944c)
- Create Middleware Command (2b189be)
- Create Migration (989cf6d)
- Create Repo (498c214)
- Create Seeder (b3038d0)
- Create Table Command (6fe3be5)
- Doc-block Builder (0eb7760)
- Env Vars for Json Driver (f28f977)
- Optional Config Var (b34cd18)
- scheduler: Added Support for
env:Syntax (8240078) - Split Migrations Count from Seeders Count (69c69d6)
- Web Services Writer (ff39f02)
Bug Fixes
- Access Modifier (95016a8)
- App Directories Creation (a8ee667)
- Check for Empty
--class-name(e5f845c) - CLI Test Case Class Fix (ac64c01)
- cli: Deleting All Records of Changes Table (61d2107)
- cli: object-to-string conversion errors (e1a6e81)
- cli: Run Migrations With No Tables Check (b5e9f06)
- Fix Session Tables Creation (f318ba4)
- Getting Requested URI (79f47a8)
- Initialization Path (192c2f0)
- Max/Min Values Issue (b57b6bc)
- Method Call (f598610)
- Multiple Fixes (bd09605)
- Request Method not Allowed (868e123)
Miscellaneous Chores
- Added
.gitkeep(ec80899) - Added CS Fixer (4f87f0d)
- CS Fixer (e281dfa)
- Fix Storage Dir Name (fcfbc85)
- Merge pull request #273 from WebFiori/dev (21b650e)
- Merge pull request #276 from WebFiori/dev (785add2)
- Merge pull request #277 from WebFiori/refactor-create (9c06b94)
- Merge pull request #281 from WebFiori/dev (fc52e00)
- Merge pull request #282 from WebFiori/dev (a36adc0)
- Merge pull request #295 from WebFiori/dev (317ea3b)
- Pump-Up Database to V1.2 (f8af600)
- release v3.0.0-RC0 (b92e3da)
- Remove Funding Info (29a9e00)
- Remove Non-Needed Files (3e64be3)
- Rename Folders (ff3f35e)
- Rename Folders (3afeaec)
- Run CS Fixer (94775c5)
- Update issue templates (e6a10a8)
- Update Sonar Config (7d230c9)
- Updated Core Libraries (641c4cf)
- Updated Framework Verstion (b5913c0)
- Workflow Name Correction (1b72dbb)
v3.0.0-beta.31
v3.0.0-Beta.30
3.0.0-Beta.30 (2025-10-21)
Features
- Added a Script to Update Version (e998c47)
Bug Fixes
- Metadata (84facc3)
Miscellaneous Chores
v3.0.0-Beta.29
3.0.0-Beta.29 (2025-10-09)
Bug Fixes
- API Creation (d3c384f)
- Command Writer (338e8d2)
- Fix Test Case (6b26e2f)
- Fix Test Cases (1086336)
- Fix Test Cases (0c914de)
- Fixes and Tests Refactoring (5ff31ab)
- Getting Arg Value in CLI (c56b9bf)
- Migrations Command (ce54748)
- Namespaces (e51d354)
- References to Classes (a140646)
- Tasks Names Check (3c80893)
- Test Cases (f78c6d5)
- Test Classes (cd68b49)
- Theme Creation (6864c23)
- Theme Resources Creation (e9f1025)
- Writing Classes (2fcb0c5)