Skip to content

Commit 1916c6d

Browse files
committed
new release
1 parent 91d4c1e commit 1916c6d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ All notable changes to the "php-skeleton-generator" extension will be documented
44

55
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
66

7+
## [0.2.3]
8+
- fix namespace creation at the psr4 root folder with multiple slashes
9+
- fix skeleton of trait, type of files is interface and must be a trait
710

811
## [0.2.2]
912
- fix return type for equals() method on skeleton for class

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "php-skeleton-generator",
33
"displayName": "PHP Skeleton Generator",
44
"description": "With just a few steps, you can create PHP classes, interfaces, traits, and enums with all the properties and methods you need. (PSR-4 compatible)",
5-
"version": "0.2.2",
5+
"version": "0.2.3",
66
"keywords": [
77
"php",
88
"generate",

0 commit comments

Comments
 (0)