# [0.39.0](https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0) (2019-08-07) ### Bug Fixes * **php/ng:** don't iterate on string, make sure list is not string ([tags/v0.39.0dbb542c
](https://github.com/saltstack-formulas/php-formula/commit/dbb542c)) ### Documentation * **pillar.example:** add example for alternatives with multiversion ([23a6ec1
](https://github.com/saltstack-formulas/php-formula/commit/23a6ec1)) * **pillar.example:** example of versions ([a98aa7e
](https://github.com/saltstack-formulas/php-formula/commit/a98aa7e)) ### Features * **php/ng:** support for php cli multiversion ([bb4a077
](https://github.com/saltstack-formulas/php-formula/commit/bb4a077)) * **php/ng:** support the use of a list of php versions ([b303239
](https://github.com/saltstack-formulas/php-formula/commit/b303239)), closes [#138](https://github.com/saltstack-formulas/php-formula/issues/138) ### Styles * **pillar.example:** add line break ([38fe58f
](https://github.com/saltstack-formulas/php-formula/commit/38fe58f))
@@ -8,8 +8,8 @@ Avatar|Contributor|Contributions | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1800660?v=4' width='36' height='36' alt='@aboe76'>|[@aboe76](https://github.com/aboe76)|45 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1920805?v=4' width='36' height='36' alt='@alxwr'>|[@alxwr](https://github.com/alxwr)|31 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>|[@nmadhok](https://github.com/nmadhok)|14 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|13 | |||
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1184479?v=4' width='36' height='36' alt='@cheuschober'>|[@cheuschober](https://github.com/cheuschober)|12 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>|[@myii](https://github.com/myii)|12 | |||
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>|[@babilen5](https://github.com/babilen5)|11 | |||
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/10924313?v=4' width='36' height='36' alt='@kurt---'>|[@kurt---](https://github.com/kurt---)|10 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|7 | |||
@@ -27,6 +27,7 @@ Avatar|Contributor|Contributions | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/4956475?v=4' width='36' height='36' alt='@ross-p'>|[@ross-p](https://github.com/ross-p)|4 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/732321?v=4' width='36' height='36' alt='@gtmanfred'>|[@gtmanfred](https://github.com/gtmanfred)|4 | |||
<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/214768?v=4' width='36' height='36' alt='@ixs'>|[@ixs](https://github.com/ixs)|3 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/445200?v=4' width='36' height='36' alt='@arthurlogilab'>|[@arthurlogilab](https://github.com/arthurlogilab)|3 | |||
<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1194646?v=4' width='36' height='36' alt='@fintanmm'>|[@fintanmm](https://github.com/fintanmm)|3 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/56635?v=4' width='36' height='36' alt='@pprkut'>|[@pprkut](https://github.com/pprkut)|3 | |||
<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/6086064?v=4' width='36' height='36' alt='@mgomersbach'>|[@mgomersbach](https://github.com/mgomersbach)|3 | |||
@@ -62,4 +63,4 @@ Avatar|Contributor|Contributions | |||
--- | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-03. | |||
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2019-08-07. |
@@ -1,5 +1,29 @@ | |||
# Changelog | |||
# [0.39.0](https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0) (2019-08-07) | |||
### Bug Fixes | |||
* **php/ng:** don't iterate on string, make sure list is not string ([dbb542c](https://github.com/saltstack-formulas/php-formula/commit/dbb542c)) | |||
### Documentation | |||
* **pillar.example:** add example for alternatives with multiversion ([23a6ec1](https://github.com/saltstack-formulas/php-formula/commit/23a6ec1)) | |||
* **pillar.example:** example of versions ([a98aa7e](https://github.com/saltstack-formulas/php-formula/commit/a98aa7e)) | |||
### Features | |||
* **php/ng:** support for php cli multiversion ([bb4a077](https://github.com/saltstack-formulas/php-formula/commit/bb4a077)) | |||
* **php/ng:** support the use of a list of php versions ([b303239](https://github.com/saltstack-formulas/php-formula/commit/b303239)), closes [#138](https://github.com/saltstack-formulas/php-formula/issues/138) | |||
### Styles | |||
* **pillar.example:** add line break ([38fe58f](https://github.com/saltstack-formulas/php-formula/commit/38fe58f)) | |||
## [0.38.1](https://github.com/saltstack-formulas/php-formula/compare/v0.38.0...v0.38.1) (2019-08-03) | |||
@@ -1,7 +1,7 @@ | |||
name: php | |||
os: Debian, Ubuntu, RedHat, Fedora, CentOS, Suse, openSUSE | |||
os_family: Debian, RedHat, Suse | |||
version: 0.38.1 | |||
version: 0.39.0 | |||
release: 1 | |||
minimum_version: 2017.7 | |||
summary: Php formula |
@@ -25,11 +25,11 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/3374962?v=4' width='36' height='36' alt='@nmadhok'>` | |||
- `@nmadhok <https://github.com/nmadhok>`_ | |||
- 14 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1184479?v=4' width='36' height='36' alt='@cheuschober'>` | |||
- `@cheuschober <https://github.com/cheuschober>`_ | |||
- 12 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars2.githubusercontent.com/u/10231489?v=4' width='36' height='36' alt='@myii'>` | |||
- `@myii <https://github.com/myii>`_ | |||
- 13 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/1184479?v=4' width='36' height='36' alt='@cheuschober'>` | |||
- `@cheuschober <https://github.com/cheuschober>`_ | |||
- 12 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/117961?v=4' width='36' height='36' alt='@babilen5'>` | |||
- `@babilen5 <https://github.com/babilen5>`_ | |||
@@ -82,6 +82,9 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars1.githubusercontent.com/u/214768?v=4' width='36' height='36' alt='@ixs'>` | |||
- `@ixs <https://github.com/ixs>`_ | |||
- 3 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/445200?v=4' width='36' height='36' alt='@arthurlogilab'>` | |||
- `@arthurlogilab <https://github.com/arthurlogilab>`_ | |||
- 3 | |||
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars0.githubusercontent.com/u/1194646?v=4' width='36' height='36' alt='@fintanmm'>` | |||
- `@fintanmm <https://github.com/fintanmm>`_ | |||
- 3 | |||
@@ -182,4 +185,4 @@ This list is sorted by the number of commits per contributor in *descending* ord | |||
---- | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-03. | |||
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2019-08-07. |
@@ -2,6 +2,35 @@ | |||
Changelog | |||
========= | |||
`0.39.0 <https://github.com/saltstack-formulas/php-formula/compare/v0.38.1...v0.39.0>`_ (2019-08-07) | |||
-------------------------------------------------------------------------------------------------------- | |||
Bug Fixes | |||
^^^^^^^^^ | |||
* **php/ng:** don't iterate on string, make sure list is not string (\ `dbb542c <https://github.com/saltstack-formulas/php-formula/commit/dbb542c>`_\ ) | |||
Documentation | |||
^^^^^^^^^^^^^ | |||
* **pillar.example:** add example for alternatives with multiversion (\ `23a6ec1 <https://github.com/saltstack-formulas/php-formula/commit/23a6ec1>`_\ ) | |||
* **pillar.example:** example of versions (\ `a98aa7e <https://github.com/saltstack-formulas/php-formula/commit/a98aa7e>`_\ ) | |||
Features | |||
^^^^^^^^ | |||
* **php/ng:** support for php cli multiversion (\ `bb4a077 <https://github.com/saltstack-formulas/php-formula/commit/bb4a077>`_\ ) | |||
* **php/ng:** support the use of a list of php versions (\ `b303239 <https://github.com/saltstack-formulas/php-formula/commit/b303239>`_\ ), closes `#138 <https://github.com/saltstack-formulas/php-formula/issues/138>`_ | |||
Styles | |||
^^^^^^ | |||
* **pillar.example:** add line break (\ `38fe58f <https://github.com/saltstack-formulas/php-formula/commit/38fe58f>`_\ ) | |||
`0.38.1 <https://github.com/saltstack-formulas/php-formula/compare/v0.38.0...v0.38.1>`_ (2019-08-03) | |||
-------------------------------------------------------------------------------------------------------- | |||
@@ -31,7 +31,7 @@ Formula to set up and configure php | |||
the final release tag before | |||
`v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_, | |||
which is expected to be | |||
`v0.38.1 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.38.1>`_. | |||
`v0.39.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v0.39.0>`_. | |||
If you are currently using ``php.ng``, there is nothing to do until | |||
`v1.0.0 <https://github.com/saltstack-formulas/php-formula/releases/tag/v1.0.0>`_ |
@@ -19,7 +19,7 @@ php-deprecated-in-v1.0.0-test-succeed: | |||
# method will be removed and `php.ng` will be promoted to `php` in its place. # | |||
# # | |||
# If you are not in a position to migrate, you will need to pin your repo to # | |||
# the final release tag before `v1.0.0`, which is expected to be `v0.38.1`. # | |||
# the final release tag before `v1.0.0`, which is expected to be `v0.39.0`. # | |||
# # | |||
# If you are currently using `php.ng`, there is nothing to do until `v1.0.0` # | |||
# is released. # |
@@ -19,7 +19,7 @@ php-deprecated-in-v1.0.0-test-succeed: | |||
# method will be removed and `php.ng` will be promoted to `php` in its place. # | |||
# # | |||
# If you are not in a position to migrate, you will need to pin your repo to # | |||
# the final release tag before `v1.0.0`, which is expected to be `v0.38.1`. # | |||
# the final release tag before `v1.0.0`, which is expected to be `v0.39.0`. # | |||
# # | |||
# If you are currently using `php.ng`, there is nothing to do until `v1.0.0` # | |||
# is released. # |