diff --git a/AUTHORS.md b/AUTHORS.md index 27ed7242..03fe66d0 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)|99 +@myii|[@myii](https://github.com/myii)|101 @gravyboat|[@gravyboat](https://github.com/gravyboat)|52 @aboe76|[@aboe76](https://github.com/aboe76)|48 @alxwr|[@alxwr](https://github.com/alxwr)|31 @@ -51,6 +51,7 @@ Avatar|Contributor|Contributions @aidanharris|[@aidanharris](https://github.com/aidanharris)|1 @sarcastic-coder|[@sarcastic-coder](https://github.com/sarcastic-coder)|1 @alinefr|[@alinefr](https://github.com/alinefr)|1 +@baby-gnu|[@baby-gnu](https://github.com/baby-gnu)|1 @dseira|[@dseira](https://github.com/dseira)|1 @johnccfm|[@johnccfm](https://github.com/johnccfm)|1 @johnkeates|[@johnkeates](https://github.com/johnkeates)|1 @@ -67,4 +68,4 @@ Avatar|Contributor|Contributions --- -Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2020-12-23. +Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2021-01-14. diff --git a/CHANGELOG.md b/CHANGELOG.md index fbb74b2e..8b4cdf1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.3.5](https://github.com/saltstack-formulas/php-formula/compare/v1.3.4...v1.3.5) (2021-01-14) + + +### Bug Fixes + +* **_mapdata:** ensure map data is directly under `values` ([579a613](https://github.com/saltstack-formulas/php-formula/commit/579a61371a59db75971ecd6e0526125e7388198d)) + + +### Tests + +* **_mapdata:** update for `_mapdata/init.sls` change ([b30f514](https://github.com/saltstack-formulas/php-formula/commit/b30f5146d0dcf546d6ce26dcb9eafbc462a00fe0)) + ## [1.3.4](https://github.com/saltstack-formulas/php-formula/compare/v1.3.3...v1.3.4) (2020-12-23) diff --git a/FORMULA b/FORMULA index 076043bf..affc3e81 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.4 +version: 1.3.5 release: 1 minimum_version: 2017.7 summary: Php formula diff --git a/docs/AUTHORS.rst b/docs/AUTHORS.rst index 39e44e6d..62803303 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 `_ - - 99 + - 101 * - :raw-html-m2r:`@gravyboat` - `@gravyboat `_ - 52 @@ -154,6 +154,9 @@ This list is sorted by the number of commits per contributor in *descending* ord * - :raw-html-m2r:`@alinefr` - `@alinefr `_ - 1 + * - :raw-html-m2r:`@baby-gnu` + - `@baby-gnu `_ + - 1 * - :raw-html-m2r:`@dseira` - `@dseira `_ - 1 @@ -197,4 +200,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-12-23. +Auto-generated by a `forked version `_ of `gaocegege/maintainer `_ on 2021-01-14. diff --git a/docs/CHANGELOG.rst b/docs/CHANGELOG.rst index 0a569c26..4974a828 100644 --- a/docs/CHANGELOG.rst +++ b/docs/CHANGELOG.rst @@ -2,6 +2,21 @@ Changelog ========= +`1.3.5 `_ (2021-01-14) +----------------------------------------------------------------------------------------------------- + +Bug Fixes +^^^^^^^^^ + + +* **_mapdata:** ensure map data is directly under ``values`` (\ `579a613 `_\ ) + +Tests +^^^^^ + + +* **_mapdata:** update for ``_mapdata/init.sls`` change (\ `b30f514 `_\ ) + `1.3.4 `_ (2020-12-23) -----------------------------------------------------------------------------------------------------