Skip to content

Commit 476fa42

Browse files
actions-userpierredup
authored andcommitted
Changelog update - v1.1.0
1 parent d8759a5 commit 476fa42

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

CHANGELOG.md

+12-11
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
# Changelog
22

3-
## Unreleased
3+
## [Unreleased]
4+
5+
## [1.1.0] - 2023-04-26
46

57
### Added
8+
- Support latest IntelliJ Platform
69

710
### Changed
11+
- Update plugin template to latest version
812

9-
### Deprecated
10-
11-
### Removed
12-
13-
### Fixed
14-
15-
### Security
16-
17-
## 1.0.1 - 2023-04-26
13+
## [1.0.1] - 2023-04-26
1814

1915
### Added
2016
- Add support for `partialMock` and `partMock`
2117

2218
### Fixed
2319
- Fix autocompletion when using mocks in class properties
2420

25-
## 1.0.0
21+
## [1.0.0]
2622

2723
### Added
2824
- Support autocompletion for mock classes when using Phake::mock
2925
- Support autocompletion for expectations when using Phake::when
3026
- Support autocompletion for method verification when using Phake::verify
27+
28+
[Unreleased]: https://github.com/SolidWorx/idea-php-phake-plugin/compare/v1.1.0...HEAD
29+
[1.1.0]: https://github.com/SolidWorx/idea-php-phake-plugin/compare/v1.0.1...v1.1.0
30+
[1.0.1]: https://github.com/SolidWorx/idea-php-phake-plugin/compare/v1.0.0...v1.0.1
31+
[1.0.0]: https://github.com/SolidWorx/idea-php-phake-plugin/commits/v1.0.0

0 commit comments

Comments
 (0)