Skip to content

Commit

Permalink
Merge pull request #16545 from niden/T16543-volt-upper
Browse files Browse the repository at this point in the history
T16543 volt upper
  • Loading branch information
niden authored Mar 13, 2024
2 parents 56e46a5 + cb6c4be commit ca3ba02
Show file tree
Hide file tree
Showing 9 changed files with 146 additions and 110 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

name: Build Dockerfile PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Build Dockerfile
run: docker build docker/${{ matrix.php }}
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
#- { php: '8.2', ts: 'nts', arch: 'x64', name: 'windows2019-vs16', os: 'windows-2019', compiler: 'vs16' }

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup platform specific environment
shell: pwsh
Expand Down Expand Up @@ -271,7 +271,7 @@ jobs:
php: [ '8.0', '8.1', '8.2', '8.3' ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -381,7 +381,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get the release version
id: get-version
Expand Down
13 changes: 13 additions & 0 deletions CHANGELOG-5.0.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [5.6.2](https://github.com/phalcon/cphalcon/releases/tag/v5.6.1) (2024-03-14)

### Changed

- Changed `Phalcon\Mvc\View\Engine\Volt\Compiler::filter` to use the helper with `upper` and `lower` for UTF-8 characters [#16543](https://github.com/phalcon/cphalcon/issues/16543)
- Changed `Phalcon\Di\AbstractInjectionAware` to extend `stdClass` for PHP 8.2 deprecation warnings [#16543](https://github.com/phalcon/cphalcon/issues/16543)

### Added

### Fixed

### Removed

## [5.6.1](https://github.com/phalcon/cphalcon/releases/tag/v5.6.1) (2024-02-08)

### Changed
Expand Down
Loading

0 comments on commit ca3ba02

Please sign in to comment.