Skip to content
This repository was archived by the owner on Jan 21, 2020. It is now read-only.

Commit 44dd6b9

Browse files
committed
Merge branch 'hotfix/repo-name-change'
Close #249
2 parents 061bd4e + e6c69c0 commit 44dd6b9

49 files changed

Lines changed: 110 additions & 107 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22

33
All notable changes to this project will be documented in this file, in reverse chronological order by release.
44

5-
## 1.2.1 - TBD
5+
## 1.2.1 - 2018-04-18
66

77
### Added
88

99
- Nothing.
1010

1111
### Changed
1212

13-
- Nothing.
13+
- [#249](https://github.com/zendframework/zend-developer-tools/pull/249) changes the repository name to "zend-developer-tools", in order to make the name
14+
consistent with other repositories, as well as play nicely with existing tooling. The Packagist
15+
entry has been updated to point to the new repository name, and GitHub auto-redirects any
16+
references to the old name to the new repository, making this a non-BC-breaking change.
1417

1518
### Deprecated
1619

@@ -53,10 +56,10 @@ All notable changes to this project will be documented in this file, in reverse
5356

5457
### Added
5558

56-
- [#217](https://github.com/zendframework/ZendDeveloperTools/pull/217) adds
59+
- [#217](https://github.com/zendframework/zend-developer-tools/pull/217) adds
5760
support in the `SerializableException` for PHP 7 Throwables, including Error
5861
types.
59-
- [#220](https://github.com/zendframework/ZendDeveloperTools/pull/220) adds
62+
- [#220](https://github.com/zendframework/zend-developer-tools/pull/220) adds
6063
support for displaying matched route parameters other than just the controller
6164
and action.
6265

@@ -70,9 +73,9 @@ All notable changes to this project will be documented in this file, in reverse
7073

7174
### Fixed
7275

73-
- [#215](https://github.com/zendframework/ZendDeveloperTools/pull/215) replaces
76+
- [#215](https://github.com/zendframework/zend-developer-tools/pull/215) replaces
7477
the ZF logo to remove the "2".
75-
- [#218](https://github.com/zendframework/ZendDeveloperTools/pull/218) updates
78+
- [#218](https://github.com/zendframework/zend-developer-tools/pull/218) updates
7679
the logic for retrieving a zend-db `Adapter` to only do so if `db`
7780
configuration also exists; this ensures the toolbar does not cause a fatal
7881
error if zend-db is installed but no adapter configured.
@@ -81,7 +84,7 @@ All notable changes to this project will be documented in this file, in reverse
8184

8285
### Added
8386

84-
- [#213](https://github.com/zendframework/ZendDeveloperTools/pull/213) adds
87+
- [#213](https://github.com/zendframework/zend-developer-tools/pull/213) adds
8588
support for zend-mvc, zend-eventmanager, and zend-servicemanager v3.
8689

8790
### Deprecated

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Zend Developer Tools
22

3-
[![Build Status](https://secure.travis-ci.org/zendframework/ZendDeveloperTools.svg?branch=master)](https://secure.travis-ci.org/zendframework/ZendDeveloperTools)
4-
[![Coverage Status](https://coveralls.io/repos/github/zendframework/ZendDeveloperTools/badge.svg?branch=master)](https://coveralls.io/github/zendframework/ZendDeveloperTools?branch=master)
3+
[![Build Status](https://secure.travis-ci.org/zendframework/zend-developer-tools.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-developer-tools)
4+
[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-developer-tools/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-developer-tools?branch=master)
55

66
Module providing debug tools for use with [zend-mvc](https://docs.zendframework.com/zend-mvc) applications.
77

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
"module"
1111
],
1212
"support": {
13-
"issues": "https://github.com/zendframework/ZendDeveloperTools/issues",
14-
"source": "https://github.com/zendframework/ZendDeveloperTools",
15-
"rss": "https://github.com/zendframework/ZendDeveloperTools/releases.atom",
13+
"issues": "https://github.com/zendframework/zend-developer-tools/issues",
14+
"source": "https://github.com/zendframework/zend-developer-tools",
15+
"rss": "https://github.com/zendframework/zend-developer-tools/releases.atom",
1616
"chat": "https://zendframework-slack.herokuapp.com",
1717
"forum": "https://discourse.zendframework.com/c/questions/components"
1818
},

docs/CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ read/subscribe to the following resources:
1111
- [Code of Conduct](CODE_OF_CONDUCT.md)
1212

1313
If you are working on new features or refactoring
14-
[create a proposal](https://github.com/zendframework/ZendDeveloperTools/issues/new).
14+
[create a proposal](https://github.com/zendframework/zend-developer-tools/issues/new).
1515

1616
## RUNNING TESTS
1717

@@ -20,8 +20,8 @@ To run tests:
2020
- Clone the repository:
2121

2222
```console
23-
$ git clone git://github.com/zendframework/ZendDeveloperTools.git
24-
$ cd ZendDeveloperTools
23+
$ git clone git://github.com/zendframework/zend-developer-tools.git
24+
$ cd zend-developer-tools
2525
```
2626

2727
- Install dependencies via composer:
@@ -72,19 +72,19 @@ pull your work into the master repository. We recommend using
7272
[GitHub](https://github.com), as that is where the component is already hosted.
7373

7474
1. Setup a [GitHub account](https://github.com/), if you haven't yet
75-
2. Fork the repository (https://github.com/zendframework/ZendDeveloperTools)
75+
2. Fork the repository (https://github.com/zendframework/zend-developer-tools)
7676
3. Clone the canonical repository locally and enter it.
7777

7878
```console
79-
$ git clone git://github.com/zendframework/ZendDeveloperTools.git
80-
$ cd ZendDeveloperTools
79+
$ git clone git://github.com/zendframework/zend-developer-tools.git
80+
$ cd zend-developer-tools
8181
```
8282

8383
4. Add a remote to your fork; substitute your GitHub username in the command
8484
below.
8585

8686
```console
87-
$ git remote add {username} git@github.com:{username}/ZendDeveloperTools.git
87+
$ git remote add {username} git@github.com:{username}/zend-developer-tools.git
8888
$ git fetch {username}
8989
```
9090

@@ -147,7 +147,7 @@ Delta compression using up to 2 threads.
147147
Compression objects: 100% (18/18), done.
148148
Writing objects: 100% (20/20), 8.19KiB, done.
149149
Total 20 (delta 12), reused 0 (delta 0)
150-
To ssh://git@github.com/{username}/ZendDeveloperTools.git
150+
To ssh://git@github.com/{username}/zend-developer-tools.git
151151
b5583aa..4f51698 HEAD -> master
152152
```
153153

docs/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
- [ ] I was not able to find an [open](https://github.com/zendframework/ZendDeveloperTools/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/ZendDeveloperTools/issues?q=is%3Aclosed) issue matching what I'm seeing.
1+
- [ ] I was not able to find an [open](https://github.com/zendframework/zend-developer-tools/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-developer-tools/issues?q=is%3Aclosed) issue matching what I'm seeing.
22
- [ ] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/) ([Signup here](https://zendframework-slack.herokuapp.com/)) or our [forums](https://discourse.zendframework.com/).)
33

44
Provide a narrative description of what you are trying to accomplish.

docs/SUPPORT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Zend Framework offers three support channels:
77
- For detailed questions (e.g., those requiring examples) use our
88
[forums](https://discourse.zendframework.com/c/questions/components)
99
- To report issues, use this repository's
10-
[issue tracker](https://github.com/zendframework/ZendDeveloperTools/issues/new)
10+
[issue tracker](https://github.com/zendframework/zend-developer-tools/issues/new)
1111

1212
**DO NOT** use the issue tracker to ask questions; use chat or the forums for
1313
that. Questions posed to the issue tracker will be closed.

src/Collector/AbstractCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
3+
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
44
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
5-
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
66
*/
77

88
namespace ZendDeveloperTools\Collector;

src/Collector/AutoHideInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
3+
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
44
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
5-
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
66
*/
77

88
namespace ZendDeveloperTools\Collector;

src/Collector/CollectorInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
3+
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
44
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
5-
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
66
*/
77

88
namespace ZendDeveloperTools\Collector;

src/Collector/ConfigCollector.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
/**
3-
* @see https://github.com/zendframework/ZendDeveloperTools for the canonical source repository
3+
* @see https://github.com/zendframework/zend-developer-tools for the canonical source repository
44
* @copyright Copyright (c) 2011-2018 Zend Technologies USA Inc. (https://www.zend.com)
5-
* @license https://github.com/zendframework/ZendDeveloperTools/blob/master/LICENSE.md New BSD License
5+
* @license https://github.com/zendframework/zend-developer-tools/blob/master/LICENSE.md New BSD License
66
*/
77

88
namespace ZendDeveloperTools\Collector;

0 commit comments

Comments
 (0)