diff --git a/AUTHORS.md b/AUTHORS.md index 550f2e4..506d1e8 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -8,8 +8,8 @@ Avatar|Contributor|Contributions @aboe76|[@aboe76](https://github.com/aboe76)|45 @alxwr|[@alxwr](https://github.com/alxwr)|31 @nmadhok|[@nmadhok](https://github.com/nmadhok)|14 +@myii|[@myii](https://github.com/myii)|13 @cheuschober|[@cheuschober](https://github.com/cheuschober)|12 -@myii|[@myii](https://github.com/myii)|12 @babilen5|[@babilen5](https://github.com/babilen5)|11 @kurt---|[@kurt---](https://github.com/kurt---)|10 @whiteinge|[@whiteinge](https://github.com/whiteinge)|7 @@ -27,6 +27,7 @@ Avatar|Contributor|Contributions @ross-p|[@ross-p](https://github.com/ross-p)|4 @gtmanfred|[@gtmanfred](https://github.com/gtmanfred)|4 @ixs|[@ixs](https://github.com/ixs)|3 +@arthurlogilab|[@arthurlogilab](https://github.com/arthurlogilab)|3 @fintanmm|[@fintanmm](https://github.com/fintanmm)|3 @pprkut|[@pprkut](https://github.com/pprkut)|3 @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. diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c5d02a..a5c32dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/FORMULA b/FORMULA index 902512f..44a1041 100644 --- a/FORMULA +++ b/FORMULA @@ -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 diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 193d828..3655626 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -25,11 +25,11 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@nmadhok` - `@nmadhok `_ - 14 - * - :raw-html-m2r:`@cheuschober` - - `@cheuschober `_ - - 12 * - :raw-html-m2r:`@myii` - `@myii `_ + - 13 + * - :raw-html-m2r:`@cheuschober` + - `@cheuschober `_ - 12 * - :raw-html-m2r:`@babilen5` - `@babilen5 `_ @@ -82,6 +82,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@ixs` - `@ixs `_ - 3 + * - :raw-html-m2r:`@arthurlogilab` + - `@arthurlogilab `_ + - 3 * - :raw-html-m2r:`@fintanmm` - `@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 `_ of `gaocegege/maintainer `_ on 2019-08-03. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2019-08-07. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 6c74dcc..ccad5dd 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,35 @@ Changelog ========= +`0.39.0 `_ (2019-08-07) +-------------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **php/ng:** don't iterate on string, make sure list is not string (\ `dbb542c `_\ ) + +Documentation +^^^^^^^^^^^^^ + + +* **pillar.example:** add example for alternatives with multiversion (\ `23a6ec1 `_\ ) +* **pillar.example:** example of versions (\ `a98aa7e `_\ ) + +Features +^^^^^^^^ + + +* **php/ng:** support for php cli multiversion (\ `bb4a077 `_\ ) +* **php/ng:** support the use of a list of php versions (\ `b303239 `_\ ), closes `#138 `_ + +Styles +^^^^^^ + + +* **pillar.example:** add line break (\ `38fe58f `_\ ) + `0.38.1 `_ (2019-08-03) -------------------------------------------------------------------------------------------------------- diff --git a/docs/README.rst b/docs/README.rst index dc8e3c1..b57c707 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -31,7 +31,7 @@ Formula to set up and configure php the final release tag before `v1.0.0 `_, which is expected to be - `v0.38.1 `_. + `v0.39.0 `_. If you are currently using ``php.ng``, there is nothing to do until `v1.0.0 `_ diff --git a/php/deprecated.sls b/php/deprecated.sls index 99e674c..b8c87f9 100644 --- a/php/deprecated.sls +++ b/php/deprecated.sls @@ -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. # diff --git a/php/ng/deprecated.sls b/php/ng/deprecated.sls index 5f6a64d..cdff658 100644 --- a/php/ng/deprecated.sls +++ b/php/ng/deprecated.sls @@ -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. #