Skip to content

Commit

Permalink
Merge pull request #16646 from zikezhang/patch-7
Browse files Browse the repository at this point in the history
Update MimeType.zep
  • Loading branch information
niden authored Sep 16, 2024
2 parents ee7670f + cb5a39c commit 04edb15
Show file tree
Hide file tree
Showing 23 changed files with 121 additions and 97 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ jobs:

name:
- ubuntu-gcc
- macos-clang

# Removing temporarily macos builds since it fails due to the container setup
# - macos-clang

# matrix names should be in next format:
# {php}-{ts}-{os.name}-{compiler}-{arch}
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,23 @@
### Fixed

- Fixed `Phalcon\Encryption\Crypt` to use `strlen` instead of `mb_strlen` for padding calculations [#16642](https://github.com/phalcon/cphalcon/issues/16642)
- Fixed `Phalcon\Filter\Validation\Validator\File\MimeType::validate` to close the handle when using `finfo` [#16647](https://github.com/phalcon/cphalcon/issues/16647)

### Removed


## [5.8.0](https://github.com/phalcon/cphalcon/releases/tag/v5.8.0) (2024-07-09)

### Changed

### Added

### Fixed

- Fixed `Phalcon\Di\Injectable` to reference the correct instance of `Phalcon\Di\Di` in the docblock property [#16634](https://github.com/phalcon/cphalcon/issues/16634)

### Removed

## [5.8.0](https://github.com/phalcon/cphalcon/releases/tag/v5.8.0) (2024-07-09)

### Changed
Expand Down
6 changes: 6 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"high load",
"mvc"
],
"version": "5.8.0",
"license": "BSD-3-Clause",
"authors": [
{
Expand Down Expand Up @@ -76,6 +77,11 @@
"Phalcon\\Tests\\Database\\": "tests/database/",
"Phalcon\\Tests\\Controllers\\": "tests/_data/fixtures/controllers/",
"Phalcon\\Tests\\Fixtures\\": "tests/_data/fixtures/",
"Phalcon\\Tests\\Modules\\Frontend\\": "tests/_data/fixtures/modules/frontend/",
"Phalcon\\Tests\\Modules\\Backend\\": "tests/_data/fixtures//modules/backend/",
"Phalcon\\Tests\\Modules\\Frontend\\Controllers\\": "tests/_data/fixtures/modules/frontend/controllers/",
"Phalcon\\Tests\\Modules\\Backend\\Controllers\\": "tests/_data/fixtures//modules/backend/controllers/",
"Phalcon\\Tests\\Modules\\Backend\\Tasks\\": "tests/_data/fixtures//modules/backend/tasks/",
"Phalcon\\Tests\\Models\\": "tests/_data/fixtures/models/",
"Phalcon\\Tests\\Module\\": "tests/_support/Module/",
"Phalcon\\Tests\\Listener\\": "tests/_data/listener/",
Expand Down
Loading

0 comments on commit 04edb15

Please sign in to comment.