Skip to content

Commit bf9b70c

Browse files
authored
Merge pull request #16236 from phalcon/5.0.x
5.1.2
2 parents 4eb3fca + 80a4080 commit bf9b70c

39 files changed

+1121
-613
lines changed

.github/workflows/main.yml

Lines changed: 10 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919

2020
env:
2121
# All versions should be declared here
22-
PHALCON_VERSION: 5.1.1
22+
PHALCON_VERSION: 5.1.2
2323
ZEPHIR_PARSER_VERSION: 1.5.1
2424
ZEPHIR_VERSION: 0.16.3
2525

@@ -180,22 +180,13 @@ jobs:
180180
target-name: phalcon-php${{ matrix.php }}-${{ matrix.ts }}-${{ matrix.name }}-${{ matrix.arch }}
181181
ext-path: ${{ steps.phalcon-ext-path.outputs.extension-path }}
182182

183-
- name: Validate composer
183+
- name: "Validate composer"
184184
run: composer validate --no-check-all --no-check-publish
185185

186-
- name: Get Composer Cache Directory
187-
id: composer-cache
188-
run: |
189-
echo "::set-output name=dir::$(composer config cache-files-dir)"
190-
191-
- name: Setup Composer Cache
192-
uses: actions/cache@v2
186+
- name: "Install development dependencies with Composer"
187+
uses: "ramsey/composer-install@v2"
193188
with:
194-
path: ${{ steps.composer-cache.outputs.dir }}
195-
key: ${{ runner.os }}-composer-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
196-
restore-keys: ${{ runner.os }}-composer-${{ matrix.php }}-
197-
198-
- run: composer install --prefer-dist
189+
composer-options: "--prefer-dist"
199190

200191
- name: Setup Tests
201192
shell: bash
@@ -303,18 +294,13 @@ jobs:
303294
./.ci/linux-setup-locales.sh
304295
echo "::endgroup::"
305296
306-
- name: Get Composer Cache Directory
307-
id: composer-cache
308-
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
297+
- name: "Validate composer"
298+
run: composer validate --no-check-all --no-check-publish
309299

310-
- name: Setup Composer Cache
311-
uses: actions/cache@v2
300+
- name: "Install development dependencies with Composer"
301+
uses: "ramsey/composer-install@v2"
312302
with:
313-
path: ${{ steps.composer-cache.outputs.dir }}
314-
key: ${{ runner.os }}-composer-php${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}
315-
restore-keys: ${{ runner.os }}-composer-php${{ matrix.php }}-
316-
317-
- run: composer install --prefer-dist
303+
composer-options: "--prefer-dist"
318304

319305
- name: Setup Tests
320306
run: |

BACKERS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ Thanks for the support
108108
<a href="https://github.com/Ruzgfpegk"><img src="https://avatars1.githubusercontent.com/u/3818364?s=460&v=4" title="Ruzgfpegk" width="60" height="60"></a>
109109
<a href="https://github.com/f-do"><img src="https://avatars.githubusercontent.com/u/4299065?v=4" title="Florian" width="60" height="60"></a>
110110
<a href="https://github.com/borisdelev"><img src="https://avatars.githubusercontent.com/u/4441663?s=460&u=be604c39153e26326f2123c6e1bfe880d5ec0947&v=4" title="Boris Delev" width="60" height="60"></a>
111+
<a href="https://github.com/stdnk"><img src="https://avatars.githubusercontent.com/u/5130969?v=4" title="Vasily Stadnik" width="60" height="60"></a>
111112
<a href="https://github.com/educury"><img src="https://avatars2.githubusercontent.com/u/5339278?s=460&v=4" title="educury" width="60" height="60"></a>
112113
<a href="https://github.com/emagus"><img src="https://avatars.githubusercontent.com/u/5857789?v=4" title="maGus Informática" width="60" height="60"></a>
113114
<a href="https://github.com/tztztztz"><img src="https://avatars.githubusercontent.com/u/7032308?v=4" title="Tomasz Zadora" width="60" height="60"></a>
@@ -119,6 +120,7 @@ Thanks for the support
119120
<a href="https://github.com/ak1113"><img src="https://avatars0.githubusercontent.com/u/38716832?s=460&v=4" title="Akira Kato" width="60" height="60"></a>
120121
<a href="https://github.com/dredasss"><img src="https://avatars1.githubusercontent.com/u/38747389?s=460&u=ee99a8bb28ee6bedbbea6325d49d4eb99080d421&v=4" title="Nerijus Alex" width="60" height="60"></a>
121122
<a href="https://github.com/RaulRaf95"><img src="https://avatars.githubusercontent.com/u/63474503?v=4" title="RaulRaf95" width="60" height="60"></a>
123+
<a href="https://github.com/levertr"><img src="https://avatars.githubusercontent.com/u/78140431?v=4" title="Rayan Levert" width="60" height="60"></a>
122124
<a href="https://github.com/iogates"><img src="https://avatars.githubusercontent.com/u/86652317?s=200&v=4" title="iogates" width="60" height="60"></a>
123125
<a href="https://github.com/super-dmitriy"><img src="https://avatars.githubusercontent.com/u/5605919?v=4" title="Dmitriy" width="60" height="60"></a>
124126

CHANGELOG-5.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [5.1.2](https://github.com/phalcon/cphalcon/releases/tag/v5.1.2) (2022-10-30)
2+
3+
## Fixed
4+
- Fixed `Phalcon\Support\Debug` to correctly calculate the documents URL for the hyperlinks [#16223](https://github.com/phalcon/cphalcon/issues/16223)
5+
- Fixed `Phalcon\Html\TagFactory` docblock for autocompletion (https://github.com/phalcon/cphalcon/commit/0129658f3ac468dcc5294d401403e166302a8069)
6+
- Fixed `Phalcon\Db\Profiler` by correctly calculating the seconds (reapplied changes) [#15822](https://github.com/phalcon/cphalcon/issues/15822)
7+
- Added `Phalcon\Html\TagFactory` to the `Phalcon\Di\FactoryDefault\Cli` [#16233](https://github.com/phalcon/cphalcon/issues/16233)
8+
19
# [5.1.1](https://github.com/phalcon/cphalcon/releases/tag/v5.1.1) (2022-11-12)
210

311
## Fixed

0 commit comments

Comments
 (0)