Skip to content

Commit aa0a9ac

Browse files
committed
Merge branch '1.1-changelog-2'
2 parents 8a210f1 + 92952f4 commit aa0a9ac

File tree

4 files changed

+219
-164
lines changed

4 files changed

+219
-164
lines changed

CHANGELOG.md

Lines changed: 38 additions & 161 deletions
Original file line numberDiff line numberDiff line change
@@ -1,178 +1,55 @@
1-
# Changelog
2-
1+
Changelog 1.1
2+
=============
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to
55
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

77

8-
## [1.0.10 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.10) (2019-05-18)
9-
10-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.9...1.0.10)
11-
12-
### Fixed
13-
14-
- Phing plugin property `directory`. Issue [#304](https://github.com/php-censor/php-censor/issues/304).
15-
16-
### Removed
17-
18-
- Useless `.htaccess.dist` file from `public` directory. Issue
19-
[#305](https://github.com/php-censor/php-censor/issues/305).
20-
21-
22-
## [1.0.9 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.9) (2019-05-12)
23-
24-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.8...1.0.9)
25-
26-
### Fixed
27-
28-
Phing plugin property `directory`. Issue #304.
29-
30-
### Changed
31-
32-
- Improved default value of installation URL for support both http-protocols (`http` and `https`). Issue
33-
[#303](https://github.com/php-censor/php-censor/issues/303).
34-
8+
## [1.1.0 (Birdperson)](https://github.com/php-censor/php-censor/tree/1.1.0) (2019-05-25)
359

36-
## [1.0.8 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.8) (2019-04-26)
10+
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.10...1.1.0)
3711

38-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.7...1.0.8)
39-
40-
### Fixed
41-
42-
- [CVE-2019-10910](https://symfony.com/cve-2019-10910) and [CVE-2019-10912](https://symfony.com/cve-2019-10912) in
43-
Symfony components (Updated components versions).
44-
45-
### Changed
46-
47-
- Renamed PHPUnit config (`phpunit.xml` -> `phpunit.xml.dist`).
48-
49-
50-
## [1.0.7 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.7) (2019-03-30)
51-
52-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.6...1.0.7)
12+
**Release includes all changes from release 1.0.10 and additionally:**
5313

5414
### Added
5515

56-
- Optional port for queue (`Pheanstalk`) and fixed documentation about worker setting up. Issue
57-
[#288](https://github.com/php-censor/php-censor/issues/288).
58-
59-
### Fixed
60-
61-
- Config path for PHPCodeSniffer config. Issue [#287](https://github.com/php-censor/php-censor/issues/287).
62-
- GitHub sources links for errors with only one line.
63-
64-
### Changed
65-
66-
- Improved code style.
67-
- Improved documentation (About configuring projects).
68-
69-
70-
## [1.0.6 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.6) (2019-03-06)
71-
72-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.5...1.0.6)
73-
74-
### Added
75-
76-
- Information about actual releases and release branches to `README.md`.
77-
78-
### Fixed
79-
80-
- Validation for fields `project.access_information` and `build.extra` in models `Project` and `Build`.
81-
82-
### Changed
83-
84-
- Improved code style.
85-
86-
87-
## [1.0.5 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.5) (2019-02-10)
88-
89-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.4...1.0.5)
90-
91-
### Fixed
92-
93-
- Overload for plugin options: "directory" and "binary_path". Issue
94-
[#270](https://github.com/php-censor/php-censor/issues/270).
95-
- Models creation for cases when we have more columns in DB then model fields (Case: new feature with new columns in
96-
the another branch). Issue [#270](https://github.com/php-censor/php-censor/issues/270).
97-
- Guzzle version for correct Slack plugin working. Issue [#270](https://github.com/php-censor/php-censor/issues/270).
98-
- Behavior of application config option `email_settings.from_address` for case when `from_address` like
99-
`[email protected]` without user name (Now the addresses like `[email protected]` will be transform automatically to format:
100-
`PHP Censor <[email protected]>`). Issue [#270](https://github.com/php-censor/php-censor/issues/270).
101-
102-
### Changed
103-
104-
- Improved documentation for plugins. Issue [#271](https://github.com/php-censor/php-censor/issues/271). Pull requests
105-
[#275](https://github.com/php-censor/php-censor/pull/275), [#273](https://github.com/php-censor/php-censor/pull/273),
106-
[#274](https://github.com/php-censor/php-censor/pull/274). Thanks to [@benr77](https://github.com/benr77).
107-
108-
109-
## [1.0.4 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.4) (2019-02-02)
110-
111-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.3...1.0.4)
112-
113-
### Fixed
114-
115-
- Calls of the `chdir` command in plugins. Issue [#264](https://github.com/php-censor/php-censor/issues/264).
116-
- Errors trend for the first build.
16+
- Phlint plugin. Pull request [#280](https://github.com/php-censor/php-censor/pull/280). Thanks to
17+
[@panosru](https://github.com/panosru).
18+
- Phpstan plugin. Pull request [#279](https://github.com/php-censor/php-censor/pull/279). Thanks to
19+
[@panosru](https://github.com/panosru).
20+
- Pahout plugin. Pull request [#278](https://github.com/php-censor/php-censor/pull/278). Thanks to
21+
[@panosru](https://github.com/panosru).
22+
- Psalm plugin. Pull request [#277](https://github.com/php-censor/php-censor/pull/277). Thanks to
23+
[@panosru](https://github.com/panosru).
24+
- BitbucketNotify plugin. Pull request [#302](https://github.com/php-censor/php-censor/pull/302). Thanks to
25+
[@EugenGanshorn](https://github.com/EugenGanshorn).
26+
- BitBucket Server project source (Like Github, Bitbucket, etc.). Pull request
27+
[#286](https://github.com/php-censor/php-censor/pull/286). Thanks to [@fejal](https://github.com/fejal).
28+
- PostgreSQL `SSLMODE` connection option. Pull request [#283](https://github.com/php-censor/php-censor/pull/283).
29+
Thanks to [@mikebronner](https://github.com/mikebronner).
30+
- New build sources for rebuild from WEB and CLI with pointer to parent build.
31+
[#272](https://github.com/php-censor/php-censor/issues/272).
32+
- Some additional types for Github (Git type) and Bitbucket (Git and Hg types) webhooks. Issue
33+
[#284](https://github.com/php-censor/php-censor/issues/284).
34+
35+
### Fixed
36+
37+
- Webhook for private Bitbucket repositories. Pull request [#281](https://github.com/php-censor/php-censor/pull/281).
38+
Thanks to [@EduardMalik](https://github.com/EduardMalik).
39+
- Environment variables for child processes. Issue [#212](https://github.com/php-censor/php-censor/issues/212),
40+
[#261](https://github.com/php-censor/php-censor/issues/261). Pull requests
41+
[#269](https://github.com/php-censor/php-censor/pull/269), [#250](https://github.com/php-censor/php-censor/pull/250).
42+
Thanks to [@jwmwalrus](https://github.com/jwmwalrus).
11743

11844
### Changed
11945

120-
- Improved documentation. Pull request [#267](https://github.com/php-censor/php-censor/pull/267). Thanks to
121-
[@ptejada](https://github.com/ptejada).
122-
123-
124-
## [1.0.3 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.3) (2019-01-27)
125-
126-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.2...1.0.3)
127-
128-
### Fixed
129-
130-
- Errors trend processing (total errors count and previous build errors count).
131-
- Rebuild without debug for builds with debug.
132-
- PhpCodeSniffer and PhpMessDetector plugins output for non-debug mode.
133-
- Codeception plugin config (codeception.yml) path. Issue [#262](https://github.com/php-censor/php-censor/issues/262).
134-
- Paths with symlinks for plugins.
135-
- Arrow icon for build errors trend for pending/running builds (Arrow removed).
136-
- Method `getDiffLineNumber` for case errors without file (`$file = NULL`).
137-
138-
139-
## [1.0.2 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.2) (2019-01-13)
140-
141-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.1...1.0.2)
142-
143-
### Fixed
144-
145-
- MySQL column types after updating Phinx version. Issue [#239](https://github.com/php-censor/php-censor/issues/239).
146-
147-
148-
## [1.0.1 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.1) (2019-01-09)
149-
150-
[Full Changelog](https://github.com/php-censor/php-censor/compare/1.0.0...1.0.1)
151-
152-
### Fixed
153-
154-
- Migrations for MySQL. Issue [#249](https://github.com/php-censor/php-censor/issues/249).
155-
156-
157-
## [1.0.0 (Morty Smith)](https://github.com/php-censor/php-censor/tree/1.0.0) (2019-01-08)
158-
159-
[Full Changelog](https://github.com/php-censor/php-censor/compare/0.25.0...1.0.0)
160-
161-
### Added
162-
163-
- Total errors trend to the dashboard for builds.
164-
- `PHP_CENSOR_*` env variables (Like `PHPCI_*`).
165-
- Several missing interpolation variables (`%PHPCI_BRANCH%`, `%PHPCI_BRANCH_URI%`, `%PHPCI_ENVIRONMENT%`).
166-
- **A lot of notices about deprecated features for version 1.0 (It will be delete in version 2.0): cronjob worker
167-
(Use worker instead), `phpci.yml`/`.phpci.yml` configs (Use `.php-censor.yml` instead), a lot of plugin options,
168-
`PHPCi_*` interpolation and env variables etc.**
169-
170-
### Fixed
171-
172-
- Wrong namespace in BuildInterpolator for PHP version 5.6.
173-
- Wrong namespace in PHPSpec plugin constructor.
46+
- Flushing errors before executing stage `complete` to make them available for `complete` stage plugins. Pull request
47+
[#294](https://github.com/php-censor/php-censor/pull/294). Thanks to [@EugenGanshorn](https://github.com/EugenGanshorn).
48+
- **Configuration section `b8.database` is deprecated. Use instead section `php-censor.database`. Issue
49+
[#289](https://github.com/php-censor/php-censor/issues/289)**.
17450

17551

17652
## Other versions
17753

178-
- [0.x change log](/docs/CHANGELOG_0.x.md)
54+
- [0.x Changelog](/docs/CHANGELOG_0.x.md)
55+
- [1.0 Changelog](/docs/CHANGELOG_1.0.md)

VERSION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.10
1+
1.1.0

docs/CHANGELOG_0.x.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# Change Log
2-
1+
Changelog 0.x
2+
=============
33

44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to
55
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).

0 commit comments

Comments
 (0)