Skip to content

Commit 9afa8cb

Browse files
committed
bumping up version
1 parent e2ef03e commit 9afa8cb

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/deploy-documents.yml

Lines changed: 1 addition & 1 deletion
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.14
4+
name: Deploy Documents 5.15
55

66
env:
77
PYTHON_VERSION: "3.9"

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.14|latest
1+
5.15|

docs/environments-docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ For more advanced applications, you maybe need to install another extension.
6262
Let's say you want to install the `memcached` extension. Phalcon provides an easy way to do so:
6363

6464
```dockerfile
65-
FROM phalconphp/cphalcon:v5.14.0-php8.4
65+
FROM phalconphp/cphalcon:v5.15.0-php8.4
6666

6767
RUN set -eux \
6868
&& install-php-extensions memcached

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ An overlay for installing Phalcon can be found [here][gentoo-overlay]
236236
sudo -s
237237
git clone https://github.com/phalcon/cphalcon
238238
cd cphalcon/
239-
git checkout tags/v5.14.0 ./
239+
git checkout tags/v5.15.0 ./
240240
zephir fullclean
241241
zephir build
242242
```
@@ -395,7 +395,7 @@ Compile Phalcon
395395

396396
```bash
397397
cd cphalcon/
398-
git checkout tags/v5.14.0 ./
398+
git checkout tags/v5.15.0 ./
399399
zephir fullclean
400400
zephir build
401401
```
@@ -422,7 +422,7 @@ then add it manually in your `ini` file:
422422

423423
```bash
424424
cd cphalcon/
425-
git checkout tags/v5.14.0 ./
425+
git checkout tags/v5.15.0 ./
426426
zephir fullclean
427427
zephir compile
428428
cd ext

docs/upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Phalcon can be installed using PIE.
3030

3131
```
3232
pie install phalcon
33-
// pie install phalcon/cphalcon-5.14.0
33+
// pie install phalcon/cphalcon-5.15.0
3434
```
3535

3636
**Alternative installation**
@@ -47,7 +47,7 @@ Compile Phalcon
4747

4848
```bash
4949
cd cphalcon/
50-
git checkout tags/v5.14.0 ./
50+
git checkout tags/v5.15.0 ./
5151
zephir fullclean
5252
zephir build
5353
```

0 commit comments

Comments
 (0)