Skip to content

Commit

Permalink
release: 1.1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
kokororin committed Sep 4, 2023
1 parent 87d999e commit 9c8f9ef
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 1.1.20

- Just bump version

### 1.1.19

- Remove command `upgradeFmt`
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-phpfmt",
"displayName": "phpfmt - PHP formatter",
"version": "1.1.19",
"version": "1.1.20",
"description": "Integrates phpfmt into VS Code",
"main": "./out/src/extension",
"scripts": {
Expand Down

3 comments on commit 9c8f9ef

@driade
Copy link

@driade driade commented on 9c8f9ef Sep 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you'd like to bump fmt.stub.php to version 998, which include php 8.3 support

@kokororin
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you'd like to bump fmt.stub.php to version 998, which include php 8.3 support

Yes, now fmt.stub.php is auto-updated by github actions.

@driade
Copy link

@driade driade commented on 9c8f9ef Sep 5, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks. The plugin also supports PHP 5.6, for if you want to update the docs.

Please sign in to comment.