Skip to content

Commit 6742855

Browse files
Merge tag '1.0.14' into develop
1.0.14
2 parents 09b0bab + 0664bf3 commit 6742855

5 files changed

Lines changed: 58 additions & 59 deletions

File tree

.husky/commit-msg

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
3+
if [ "$SKIP_SIMPLE_GIT_HOOKS" = "1" ]; then
4+
echo "[INFO] SKIP_SIMPLE_GIT_HOOKS is set to 1, skipping hook."
5+
exit 0
6+
fi
7+
8+
if [ -f "$SIMPLE_GIT_HOOKS_RC" ]; then
9+
. "$SIMPLE_GIT_HOOKS_RC"
10+
fi
11+
12+
npx --no -- commitlint --edit "$1"

.husky/pre-commit

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
#!/bin/sh
2+
3+
if [ "$SKIP_SIMPLE_GIT_HOOKS" = "1" ]; then
4+
echo "[INFO] SKIP_SIMPLE_GIT_HOOKS is set to 1, skipping hook."
5+
exit 0
6+
fi
7+
8+
if [ -f "$SIMPLE_GIT_HOOKS_RC" ]; then
9+
. "$SIMPLE_GIT_HOOKS_RC"
10+
fi
11+
12+
npx lint-staged

CHANGELOG.md

Lines changed: 31 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,127 +1,102 @@
1-
## [1.0.13](https://github.com/yootheme/starter-utils/compare/1.0.12...1.0.13) (2025-06-23)
1+
## [1.0.14](https://github.com/yootheme/starter-utils/compare/1.0.13...1.0.14) (2026-07-15)
2+
3+
### Bug Fixes
24

5+
- relative file path on Windows in create-plugin command ([716d030](https://github.com/yootheme/starter-utils/commit/716d030b3822bfd601114e85085c4887cfc40e5a))
36

47
### Features
58

6-
* add autoloading to plugin files ([e8ec987](https://github.com/yootheme/starter-utils/commit/e8ec987e78598f7703d2002bda0a91db2c71cac3))
9+
- add id, class and attributes options to multiple items element according to YOOtheme 5 ([59b6312](https://github.com/yootheme/starter-utils/commit/59b63125aedfd45951646148a66ff1a586e8353c))
10+
- element configs to use PHP instead of JSON files ([e36a2d6](https://github.com/yootheme/starter-utils/commit/e36a2d642d8d83099b7d632ef206c37f992584b5))
11+
- update elements according to YOOtheme 5 ([aca4249](https://github.com/yootheme/starter-utils/commit/aca4249c3d13c83b6c6f21c8662aa499ec057d4a))
12+
13+
## [1.0.13](https://github.com/yootheme/starter-utils/compare/1.0.12...1.0.13) (2025-06-23)
714

15+
### Features
816

17+
- add autoloading to plugin files ([e8ec987](https://github.com/yootheme/starter-utils/commit/e8ec987e78598f7703d2002bda0a91db2c71cac3))
918

1019
## [1.0.11](https://github.com/yootheme/starter-utils/compare/1.0.10...1.0.11) (2024-12-05)
1120

12-
1321
### Bug Fixes
1422

15-
* inserting TranslationListener into bootstrap.php in CreateModuleCommand ([8946edc](https://github.com/yootheme/starter-utils/commit/8946edce4dbf43d6168f4d9c5f177d3c5d954752))
16-
* throw json error ([0ee8175](https://github.com/yootheme/starter-utils/commit/0ee81752a632198903ee9f6f4c484ce18f80903c))
17-
18-
23+
- inserting TranslationListener into bootstrap.php in CreateModuleCommand ([8946edc](https://github.com/yootheme/starter-utils/commit/8946edce4dbf43d6168f4d9c5f177d3c5d954752))
24+
- throw json error ([0ee8175](https://github.com/yootheme/starter-utils/commit/0ee81752a632198903ee9f6f4c484ce18f80903c))
1925

2026
## [1.0.10](https://github.com/yootheme/starter-utils/compare/1.0.9...1.0.10) (2024-10-17)
2127

22-
2328
### Bug Fixes
2429

25-
* creating class name containing underscore ([5decc73](https://github.com/yootheme/starter-utils/commit/5decc73a908defb702852dcd2412f8aa28ffc885))
26-
30+
- creating class name containing underscore ([5decc73](https://github.com/yootheme/starter-utils/commit/5decc73a908defb702852dcd2412f8aa28ffc885))
2731

2832
### Features
2933

30-
* use SubscriberInterface in Joomla plugin ([3bf7463](https://github.com/yootheme/starter-utils/commit/3bf7463a89ff9dc5eecdca5cbe1c400d21c02c44))
31-
32-
34+
- use SubscriberInterface in Joomla plugin ([3bf7463](https://github.com/yootheme/starter-utils/commit/3bf7463a89ff9dc5eecdca5cbe1c400d21c02c44))
3335

3436
## [1.0.9](https://github.com/yootheme/starter-utils/compare/1.0.8...1.0.9) (2024-10-04)
3537

36-
3738
### Bug Fixes
3839

39-
* copy wordpress module to plugin folder ([f260f33](https://github.com/yootheme/starter-utils/commit/f260f330dd112ba2fcd4d727e8ce430044816253)), closes [yootheme/starter-plugin#4](https://github.com/yootheme/starter-plugin/issues/4)
40-
41-
40+
- copy wordpress module to plugin folder ([f260f33](https://github.com/yootheme/starter-utils/commit/f260f330dd112ba2fcd4d727e8ce430044816253)), closes [yootheme/starter-plugin#4](https://github.com/yootheme/starter-plugin/issues/4)
4241

4342
## [1.0.8](https://github.com/yootheme/starter-utils/compare/1.0.7...1.0.8) (2024-10-02)
4443

45-
4644
### Bug Fixes
4745

48-
* Error in post-update-cmd when creating new project (Fixes yootheme/starter-plugin[#3](https://github.com/yootheme/starter-utils/issues/3)) ([ce5f263](https://github.com/yootheme/starter-utils/commit/ce5f263119c4ca9241fa358f892b98e4f84c8800))
49-
50-
46+
- Error in post-update-cmd when creating new project (Fixes yootheme/starter-plugin[#3](https://github.com/yootheme/starter-utils/issues/3)) ([ce5f263](https://github.com/yootheme/starter-utils/commit/ce5f263119c4ca9241fa358f892b98e4f84c8800))
5147

5248
## [1.0.7](https://github.com/yootheme/starter-utils/compare/1.0.6...1.0.7) (2024-09-27)
5349

54-
5550
### Bug Fixes
5651

57-
* stability in joomla update server ([466efe7](https://github.com/yootheme/starter-utils/commit/466efe7d561ee9e32b9e4a8ea9c2a6c37053ebf1))
58-
* update empty check in element examples ([af8d240](https://github.com/yootheme/starter-utils/commit/af8d2400370dd1ca47f6d9f14499fdc97b5042f2))
59-
52+
- stability in joomla update server ([466efe7](https://github.com/yootheme/starter-utils/commit/466efe7d561ee9e32b9e4a8ea9c2a6c37053ebf1))
53+
- update empty check in element examples ([af8d240](https://github.com/yootheme/starter-utils/commit/af8d2400370dd1ca47f6d9f14499fdc97b5042f2))
6054

6155
### Features
6256

63-
* add default .gitignore when creating a plugin ([040e4f7](https://github.com/yootheme/starter-utils/commit/040e4f76f7657a5d2f54315694d371bc70815ca4))
64-
* add element transform example ([cfdb3c3](https://github.com/yootheme/starter-utils/commit/cfdb3c3614197192daa9341b1899960ab0e370a5))
65-
* update Taskfile in composer post-update-cmd event ([33e4cda](https://github.com/yootheme/starter-utils/commit/33e4cda0bd1259699b1ad7241b0f9ca0b6bd9cbd))
66-
67-
57+
- add default .gitignore when creating a plugin ([040e4f7](https://github.com/yootheme/starter-utils/commit/040e4f76f7657a5d2f54315694d371bc70815ca4))
58+
- add element transform example ([cfdb3c3](https://github.com/yootheme/starter-utils/commit/cfdb3c3614197192daa9341b1899960ab0e370a5))
59+
- update Taskfile in composer post-update-cmd event ([33e4cda](https://github.com/yootheme/starter-utils/commit/33e4cda0bd1259699b1ad7241b0f9ca0b6bd9cbd))
6860

6961
## [1.0.6](https://github.com/yootheme/starter-utils/compare/1.0.5...1.0.6) (2024-09-18)
7062

71-
7263
### Bug Fixes
7364

74-
* required keys for the joomla update server ([4159ffb](https://github.com/yootheme/starter-utils/commit/4159ffb3ccf26a203480c9b2fe505d3323c43e30))
75-
* wrong path in setup-wordpress task ([a557a42](https://github.com/yootheme/starter-utils/commit/a557a42642dd7d0b3607f7d866c2ac7a8db8c941))
76-
77-
65+
- required keys for the joomla update server ([4159ffb](https://github.com/yootheme/starter-utils/commit/4159ffb3ccf26a203480c9b2fe505d3323c43e30))
66+
- wrong path in setup-wordpress task ([a557a42](https://github.com/yootheme/starter-utils/commit/a557a42642dd7d0b3607f7d866c2ac7a8db8c941))
7867

7968
## [1.0.5](https://github.com/yootheme/starter-utils/compare/1.0.4...1.0.5) (2024-09-13)
8069

81-
8270
### Bug Fixes
8371

84-
* copy translation file example ([68f2d2b](https://github.com/yootheme/starter-utils/commit/68f2d2ba675b4f8802f7b24225e4c90992d17149))
85-
72+
- copy translation file example ([68f2d2b](https://github.com/yootheme/starter-utils/commit/68f2d2ba675b4f8802f7b24225e4c90992d17149))
8673

8774
### Features
8875

89-
* ask for group in create element command ([a67437d](https://github.com/yootheme/starter-utils/commit/a67437dbea2fb384a43f09f8d667ff6e97ae4c9f))
90-
91-
76+
- ask for group in create element command ([a67437d](https://github.com/yootheme/starter-utils/commit/a67437dbea2fb384a43f09f8d667ff6e97ae4c9f))
9277

9378
## [1.0.4](https://github.com/yootheme/starter-utils/compare/1.0.3...1.0.4) (2024-09-03)
9479

95-
9680
### Bug Fixes
9781

98-
* lowercase node names and duplicates in update.xml ([508f4e6](https://github.com/yootheme/starter-utils/commit/508f4e6705805da068c7031429e8cc33b0a341f8))
99-
82+
- lowercase node names and duplicates in update.xml ([508f4e6](https://github.com/yootheme/starter-utils/commit/508f4e6705805da068c7031429e8cc33b0a341f8))
10083

10184
### Features
10285

103-
* add wordpress update command ([8d23351](https://github.com/yootheme/starter-utils/commit/8d2335124a54df97d0ec90e94d72f8f737d5de5f))
104-
* build task creates plugin update files ([b1014a5](https://github.com/yootheme/starter-utils/commit/b1014a5681cf0f624f5dda0fc4e5e5a179749228))
105-
106-
86+
- add wordpress update command ([8d23351](https://github.com/yootheme/starter-utils/commit/8d2335124a54df97d0ec90e94d72f8f737d5de5f))
87+
- build task creates plugin update files ([b1014a5](https://github.com/yootheme/starter-utils/commit/b1014a5681cf0f624f5dda0fc4e5e5a179749228))
10788

10889
## [1.0.3](https://github.com/yootheme/starter-utils/compare/1.0.2...1.0.3) (2024-08-30)
10990

110-
11191
### Bug Fixes
11292

113-
* generating file hashes ([3b17e76](https://github.com/yootheme/starter-utils/commit/3b17e764910fdbf5a02c12ba39115f86f5b8e084))
114-
115-
93+
- generating file hashes ([3b17e76](https://github.com/yootheme/starter-utils/commit/3b17e764910fdbf5a02c12ba39115f86f5b8e084))
11694

11795
## [1.0.2](https://github.com/yootheme/starter-utils/compare/1.0.1...1.0.2) (2024-08-30)
11896

119-
12097
### Features
12198

122-
* add create update xml command ([fc013f7](https://github.com/yootheme/starter-utils/commit/fc013f77241f144755ef46d40c0bf61ab1fea2df))
123-
124-
99+
- add create update xml command ([fc013f7](https://github.com/yootheme/starter-utils/commit/fc013f77241f144755ef46d40c0bf61ab1fea2df))
125100

126101
# [1.0.0](https://github.com/yootheme/starter-utils/compare/497aa24b246fb9f0f867768094e8945dd55590e8...1.0.0) (2024-08-20)
127102

package-lock.json

Lines changed: 2 additions & 2 deletions
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
@@ -2,7 +2,7 @@
22
"name": "starter-utils",
33
"type": "module",
44
"private": true,
5-
"version": "1.0.13",
5+
"version": "1.0.14",
66
"scripts": {
77
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
88
"postinstall": "simple-git-hooks",

0 commit comments

Comments
 (0)