From 4df9884213006b3fedb5c4cdb39ca5e68b6bada5 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 28 Aug 2018 16:36:14 -0500 Subject: [PATCH 1/6] Bumped to next dev version (3.2.2) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26c5e792a..d3c5ffb44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,28 @@ All notable changes to this project will be documented in this file, in reverse chronological order by release. +## 3.2.2 - TBD + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 3.2.1 - 2018-08-28 ### Added From 00b31a6ac96cf4c4b974f558bcab8e1c67673dcf Mon Sep 17 00:00:00 2001 From: Denny Brandes Date: Fri, 25 Jan 2019 21:28:39 +0100 Subject: [PATCH 2/6] add php73 lowest,locked and latest support to travis config --- .travis.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8406c9c97..dbbe1b6ad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,6 +57,15 @@ matrix: - php: nightly env: - DEPS=latest + - php: 7.3 + env: + - DEPS=lowest + - php: 7.3 + env: + - DEPS=locked + - php: 7.3 + env: + - DEPS=latest before_install: - if [[ $TEST_COVERAGE != 'true' ]]; then phpenv config-rm xdebug.ini || return 0 ; fi From 2a1c78c1119bf09f144db10190d7879ee95f9a62 Mon Sep 17 00:00:00 2001 From: Denny Brandes Date: Fri, 25 Jan 2019 21:42:55 +0100 Subject: [PATCH 3/6] remove nightly php73 build from travis config --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index dbbe1b6ad..fd41f105d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,9 +54,6 @@ matrix: - php: 7.2 env: - DEPS=latest - - php: nightly - env: - - DEPS=latest - php: 7.3 env: - DEPS=lowest From fb89a5ea4a0f0cca588384eb2706665dcbba9f96 Mon Sep 17 00:00:00 2001 From: Aleksei Khudiakov Date: Thu, 7 Feb 2019 15:33:44 +1000 Subject: [PATCH 4/6] Add CHANGELOG for #96 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c5ffb44..45c94f66e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ All notable changes to this project will be documented in this file, in reverse ### Added -- Nothing. +- [#96](https://github.com/zendframework/zend-stdlib/pull/96) Added PHP 7.3 support ### Changed From 7c4033facca2d10a1b25ffdcea2feabcafc80d4b Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 31 Dec 2019 16:26:48 -0600 Subject: [PATCH 5/6] Marking package as abandoned --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d9ff96cc..a6e7a801f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # zend-stdlib +> ## Repository abandoned 2019-12-31 +> +> This repository has moved to laminas/laminas-stdlib. + [![Build Status](https://secure.travis-ci.org/zendframework/zend-stdlib.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-stdlib) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-stdlib/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-stdlib?branch=master) @@ -26,4 +30,4 @@ To execute the benchmarks you can run the following command: ```bash $ vendor/bin/phpbench run --report=aggregate -``` +``` \ No newline at end of file From 1e72740fc96c72ec97bb047bca9408eabff2d5b9 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 20 Jan 2020 14:19:15 -0600 Subject: [PATCH 6/6] Link to new repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6e7a801f..67fe719cb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > ## Repository abandoned 2019-12-31 > -> This repository has moved to laminas/laminas-stdlib. +> This repository has moved to [laminas/laminas-stdlib](https://github.com/laminas/laminas-stdlib). [![Build Status](https://secure.travis-ci.org/zendframework/zend-stdlib.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-stdlib) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-stdlib/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-stdlib?branch=master) @@ -30,4 +30,4 @@ To execute the benchmarks you can run the following command: ```bash $ vendor/bin/phpbench run --report=aggregate -``` \ No newline at end of file +```