diff --git a/AUTHORS.md b/AUTHORS.md index dc04f949..e5c9bfbe 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -4,7 +4,7 @@ This list is sorted by the number of commits per contributor in _descending_ ord Avatar|Contributor|Contributions :-:|---|:-: -@myii|[@myii](https://github.com/myii)|68 +@myii|[@myii](https://github.com/myii)|69 @gravyboat|[@gravyboat](https://github.com/gravyboat)|52 @aboe76|[@aboe76](https://github.com/aboe76)|48 @alxwr|[@alxwr](https://github.com/alxwr)|31 @@ -59,10 +59,11 @@ Avatar|Contributor|Contributions @philpep|[@philpep](https://github.com/philpep)|1 @Cottser|[@Cottser](https://github.com/Cottser)|1 @iamseth|[@iamseth](https://github.com/iamseth)|1 +@Yoda-BZH|[@Yoda-BZH](https://github.com/Yoda-BZH)|1 @zls|[@zls](https://github.com/zls)|1 @sc250024|[@sc250024](https://github.com/sc250024)|1 @sylvainfaivre|[@sylvainfaivre](https://github.com/sylvainfaivre)|1 --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-02-27. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-04-20. diff --git a/CHANGELOG.md b/CHANGELOG.md index dc16bc80..a8e9f398 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.1](https://github.com/saltstack-formulas/php-formula/compare/v1.3.0...v1.3.1) (2020-04-20) + + +### Documentation + +* add example to use a specific php version when using multiple ones ([53068f7](https://github.com/saltstack-formulas/php-formula/commit/53068f73b0bc0e40ce80fea4eac1e8fb0f159808)) + # [1.3.0](https://github.com/saltstack-formulas/php-formula/compare/v1.2.3...v1.3.0) (2020-02-27) diff --git a/FORMULA b/FORMULA index a2799682..67353a3c 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: 1.3.0 +version: 1.3.1 release: 1 minimum_version: 2017.7 summary: Php formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index a19e6cba..dc7112a2 100644 --- a/docs/AUTHORS.rst +++ b/docs/AUTHORS.rst @@ -15,7 +15,7 @@ This list is sorted by the number of commits per contributor in *descending* ord - Contributions * - :raw-html-m2r:`@myii` - `@myii `_ - - 68 + - 69 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 52 @@ -178,6 +178,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@iamseth` - `@iamseth `_ - 1 + * - :raw-html-m2r:`@Yoda-BZH` + - `@Yoda-BZH `_ + - 1 * - :raw-html-m2r:`@zls` - `@zls `_ - 1 @@ -191,4 +194,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 2020-02-27. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2020-04-20. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 24ee07be..e62235ca 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,15 @@ Changelog ========= +`1.3.1 `_ (2020-04-20) +----------------------------------------------------------------------------------------------------- + +Documentation +^^^^^^^^^^^^^ + + +* add example to use a specific php version when using multiple ones (\ `53068f7 `_\ ) + `1.3.0 `_ (2020-02-27) -----------------------------------------------------------------------------------------------------