Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 374b4bd

Browse files
committedMar 10, 2025··
5.9 release update
1 parent 382f47e commit 374b4bd

File tree

4 files changed

+15
-10
lines changed

4 files changed

+15
-10
lines changed
 

Diff for: ‎.github/workflows/deploy-documents.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Workflow inspiration and adaptation came from Andruino-Cli
22
# https://github.com/arduino/arduino-cli/blob/master/.github/workflows/deploy-cobra-mkdocs-versioned-poetry.yml
33

4-
name: Deploy Documents 5.8
4+
name: Deploy Documents 5.9
55

66
env:
77
PYTHON_VERSION: "3.9"

Diff for: ‎VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.8|
1+
5.9|latest

Diff for: ‎docs/installation.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
## Requirements
55

6-
### PHP 8.0
7-
Phalcon v5.8 supports only PHP 8.0 and above.
6+
### PHP 8.1
7+
Phalcon v5.9 supports only PHP 8.0 and above.
88

99
Although PHP 8.0 was released several years ago and it's [active support][php-support] as well as security updates have expired, Phalcon still supports it, in order to offer enough time for developers to upgrade their applications. We will continue to support PHP 8.0 for v5 for another year. Phalcon v6 and later will support PHP 8.1+.
1010

@@ -166,7 +166,7 @@ An overlay for installing Phalcon can be found [here][gentoo-overlay]
166166
sudo -s
167167
git clone https://github.com/phalcon/cphalcon
168168
cd cphalcon/
169-
git checkout tags/v5.8.0 ./
169+
git checkout tags/v5.9.0 ./
170170
zephir fullclean
171171
zephir build
172172
```
@@ -305,7 +305,7 @@ Compile Phalcon
305305

306306
```bash
307307
cd cphalcon/
308-
git checkout tags/v5.8.0 ./
308+
git checkout tags/v5.9.0 ./
309309
zephir fullclean
310310
zephir build
311311
```
@@ -330,7 +330,7 @@ The instructions above will compile **and** install the module on your system. Y
330330

331331
```bash
332332
cd cphalcon/
333-
git checkout tags/v5.8.0 ./
333+
git checkout tags/v5.9.0 ./
334334
zephir fullclean
335335
zephir compile
336336
cd ext

Diff for: ‎docs/releases.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,25 @@ hide:
8989
<td class="version-td-right">8.0-8.3</td>
9090
</tr>
9191
<tr>
92-
<td class="version-td-center previous-version">5.6</td>
92+
<td class="version-td-center">5.6</td>
9393
<td class="version-td-center">January 01, 2024</td>
9494
<td class="version-td-right">8.0-8.3</td>
9595
</tr>
9696
<tr>
97-
<td class="version-td-center previous-version">5.7</td>
97+
<td class="version-td-center">5.7</td>
9898
<td class="version-td-center">May 17, 2024</td>
9999
<td class="version-td-right">8.0-8.3</td>
100100
</tr>
101101
<tr>
102-
<td class="version-td-center current-version">5.8</td>
102+
<td class="version-td-center previous-version">5.8</td>
103103
<td class="version-td-center">Jun 09, 2024</td>
104104
<td class="version-td-right">8.0-8.3</td>
105105
</tr>
106+
<tr>
107+
<td class="version-td-center current-version">5.9</td>
108+
<td class="version-td-center">Mar 10, 2025</td>
109+
<td class="version-td-right">8.1-8.4</td>
110+
</tr>
106111
</tbody>
107112
</table>
108113

0 commit comments

Comments
 (0)
Please sign in to comment.