Skip to content

Commit 0209830

Browse files
authored
Merge pull request #16745 from niden-code/T16741-router-uri-with-numbers-colons
T16741 router uri with numbers colons
2 parents d0abe48 + c6d041c commit 0209830

File tree

3 files changed

+224
-100
lines changed

3 files changed

+224
-100
lines changed

Diff for: CHANGELOG-5.0.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [5.9.3](https://github.com/phalcon/cphalcon/releases/tag/v5.9.3) (2025-xx-xx)
4+
5+
### Changed
6+
7+
### Added
8+
9+
- Added `Phalcon\Mvc\Router::setUriSource()` to allow URI processing from `$_GET['url']` or `$_SERVER['REQUEST_URI']` as it was in v3 [#16741](https://github.com/phalcon/cphalcon/issues/16741)
10+
11+
### Fixed
12+
13+
- Fixed `Phalcon\Mvc\Router` to correctly handle numeric URI parts as it was in v3 [#16741](https://github.com/phalcon/cphalcon/issues/16741)
14+
15+
### Removed
16+
317
## [5.9.2](https://github.com/phalcon/cphalcon/releases/tag/v5.9.2) (2025-04-03)
418

519
### Changed

0 commit comments

Comments
 (0)