Skip to content

Commit

Permalink
Release v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cytopia committed Jun 4, 2021
1 parent fa0c8f5 commit 2f9ba2e
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .devilbox/www/config.php
Expand Up @@ -13,8 +13,8 @@
putenv('RES_OPTIONS=retrans:1 retry:1 timeout:1 attempts:1');


$DEVILBOX_VERSION = 'v1.9.1';
$DEVILBOX_DATE = '2021-05-19';
$DEVILBOX_VERSION = 'v1.9.2';
$DEVILBOX_DATE = '2021-06-04';
$DEVILBOX_API_PAGE = 'devilbox-api/status.json';

//
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,14 @@ Make sure to have a look at [UPDATING.md](https://github.com/cytopia/devilbox/bl
## Unreleased


## Release v1.9.2 (2021-06-04)

#### Added
- Added Homebrew for all PHP images
- Added `pdo_sqlsrv` PHP extension for 7.4 and 8.0
- Xdebug 3.0 documentation


## Release v1.9.1 (2021-05-19)

#### Added
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -630,8 +630,8 @@ The following tools will assist you on creating new projects easily as well as h
<td><code>linkcheck</code> is a command line tool that searches for URLs in files (optionally limited by extension) and validates their HTTP status code.</td>
</tr>
<tr>
<td>:wrench: <a href="https://linuxbrew.sh/">linuxbrew</a></td>
<td><code>brew</code> is a MacOS Homenbrew clone for Linux.</td>
<td>:wrench: <a href="https://brew.sh/">homebrew</a></td>
<td><code>brew</code> is a MacOS Homenbrew for Linux.</td>
</tr>
<tr>
<td>:wrench: <a href="https://github.com/DavidAnson/markdownlint">markdownlint</a></td>
Expand Down Expand Up @@ -778,7 +778,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
| <small>PDO_OCI</small> | | | | | | d | d | d | d | d | d | d |
| <small>pdo_pgsql</small> | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| <small>pdo_sqlite</small> |||||||||||||
| <small>pdo_sqlsrv</small> | | | | | | d | d | d | d | | | |
| <small>pdo_sqlsrv</small> | | | | | | d | d | d | d | d | d | |
| <small>pgsql</small> | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 |
| <small>phalcon</small> | | d | d | d | d | d | d | d | d | d | | |
| <small>Phar</small> | 🗸 ||||||||||||
Expand All @@ -801,7 +801,7 @@ The Devilbox is a development stack, so it is made sure that a lot of PHP module
| <small>SPL</small> |||||||||||||
| <small>SQLite</small> ||| | | | | | | | | | |
| <small>sqlite3</small> | ||||||||||||
| <small>sqlsrv</small> | | | | | | d | d | d | d | d | | |
| <small>sqlsrv</small> | | | | | | d | d | d | d | d | d | |
| <small>ssh2</small> | | | | | | 🗸 | 🗸 | 🗸 | 🗸 | 🗸 | | |
| <small>standard</small> |||||||||||||
| <small>swoole</small> | | d | d | d | d | d | d | d | d | d | | |
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -95,7 +95,7 @@ services:
# PHP
# ------------------------------------------------------------
php:
image: devilbox/php-fpm:${PHP_SERVER}-work-0.125
image: devilbox/php-fpm:${PHP_SERVER}-work-0.127
hostname: php

##
Expand Down
6 changes: 6 additions & 0 deletions docs/_includes/links/tools.rst
Expand Up @@ -21,6 +21,12 @@
awesome-ci <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>

.. |ext_lnk_tool_homebrew| raw:: html

<a target="_blank" href="https://brew.sh/">
Linux brew <img src="https://raw.githubusercontent.com/cytopia/icons/master/11x11/ext-link.png" />
</a>

.. |ext_lnk_tool_codecept| raw:: html

<a target="_blank" href="https://codeception.com/">
Expand Down
2 changes: 2 additions & 0 deletions docs/readings/available-tools.rst
Expand Up @@ -21,6 +21,8 @@ The PHP container is your workhorse and these are your tools:
+----------------------+---------------------------------------+
| various binaries | |ext_lnk_tool_awesome_ci| |
+----------------------+---------------------------------------+
| ``brew`` | |ext_lnk_tool_homebrew| |
+----------------------+---------------------------------------+
| ``codecept`` | |ext_lnk_tool_codecept| |
+----------------------+---------------------------------------+
| ``composer`` | |ext_lnk_tool_composer| |
Expand Down

0 comments on commit 2f9ba2e

Please sign in to comment.