Skip to content

Commit f26380e

Browse files
committed
chore: updated changelog
1 parent b5f0cc7 commit f26380e

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to the "magento-toolbox" extension will be documented in thi
44

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

7+
## [1.1.3] - 3/12/2025
8+
9+
- Fixed: Block, observer, plugin and preference class generation fails if class name includes backslashes
10+
- Fixed: Composer.json license is not capitalized
11+
- Fixed: Module generation module.xml sequence elements are not added
12+
- Fixed: Observer XML generation fails if file header comment is not configured
13+
- Fixed: Preference type attribute does not include full class namespace
14+
- Chore: added unit tests for generator commands
15+
716
## [1.1.2] - 2/27/2025
817

918
- Fixed: Module generator creates an invalid registration.php file

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Magento 2 code generation, inspection and utility tools",
55
"publisher": "magebit",
66
"icon": "resources/logo.jpg",
7-
"version": "1.1.3",
7+
"version": "1.1.2",
88
"engines": {
99
"vscode": "^1.93.1"
1010
},

0 commit comments

Comments
 (0)