From 86db463b4dad38a07b662c6f52d149e89836b81b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Tue, 10 Dec 2019 19:33:52 +0000 Subject: [PATCH 1/4] Fixes link in CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cde7e18e..14613ad4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,7 +24,7 @@ All notable changes to this project will be documented in this file, in reverse - [#179](https://github.com/zendframework/zend-code/pull/179) fixes exception message when invalid value provided in `Zend\Code\Generator\ValueGenerator`. -- [#180](https://github.com/zendframework/zend-code/pull/190) fixes PHP 7.4 compatibility. +- [#180](https://github.com/zendframework/zend-code/pull/180) fixes PHP 7.4 compatibility. ## 3.4.0 - 2019-10-06 From 2a1f17ec0bfbb35930099b0070a52bde9fed884c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Bundyra?= Date: Tue, 10 Dec 2019 19:34:48 +0000 Subject: [PATCH 2/4] Bumped to next dev version (3.4.2) --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14613ad4..7c806a76 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.4.2 - TBD + +### Added + +- Nothing. + +### Changed + +- Nothing. + +### Deprecated + +- Nothing. + +### Removed + +- Nothing. + +### Fixed + +- Nothing. + ## 3.4.1 - 2019-12-10 ### Added From 855ab70bb7f27682b0fe0f1a590459ca8138e18a Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Tue, 31 Dec 2019 15:14:24 -0600 Subject: [PATCH 3/4] Marking package as abandoned --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 74370770..3a8bb55c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,9 @@ # zend-code +> ## Repository abandoned 2019-12-31 +> +> This repository has moved to laminas/laminas-code. + [![Build Status](https://secure.travis-ci.org/zendframework/zend-code.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-code) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-code/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-code?branch=master) @@ -11,4 +15,4 @@ tasks: JavaScript, configuration files, apache vhosts, etc. - File issues at https://github.com/zendframework/zend-code/issues - Documentation is at https://docs.zendframework.com/zend-code/ -- Migration documentation from v2 to v3 is at https://docs.zendframework.com/zend-code/migration/ +- Migration documentation from v2 to v3 is at https://docs.zendframework.com/zend-code/migration/ \ No newline at end of file From d5a7131b5695ffdddca6b3ae76ba7e42777d3778 Mon Sep 17 00:00:00 2001 From: Matthew Weier O'Phinney Date: Mon, 20 Jan 2020 12:07:03 -0600 Subject: [PATCH 4/4] Link to new repository --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3a8bb55c..f5a37def 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > ## Repository abandoned 2019-12-31 > -> This repository has moved to laminas/laminas-code. +> This repository has moved to [laminas/laminas-code](https://github.com/laminas/laminas-code). [![Build Status](https://secure.travis-ci.org/zendframework/zend-code.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-code) [![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-code/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-code?branch=master) @@ -15,4 +15,4 @@ tasks: JavaScript, configuration files, apache vhosts, etc. - File issues at https://github.com/zendframework/zend-code/issues - Documentation is at https://docs.zendframework.com/zend-code/ -- Migration documentation from v2 to v3 is at https://docs.zendframework.com/zend-code/migration/ \ No newline at end of file +- Migration documentation from v2 to v3 is at https://docs.zendframework.com/zend-code/migration/