Skip to content

Commit

Permalink
Merge branch 'release/1.0.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikbehncke committed Sep 18, 2024
2 parents 0a936cd + 1864890 commit ecdb910
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [1.0.6](https://github.com/yootheme/starter-utils/compare/1.0.5...1.0.6) (2024-09-18)


### Bug Fixes

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



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


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "starter-utils",
"type": "module",
"private": true,
"version": "1.0.5",
"version": "1.0.6",
"scripts": {
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"postinstall": "simple-git-hooks",
Expand Down
2 changes: 2 additions & 0 deletions src/CreateJoomlaUpdateCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ protected function toXML($metadata)
'DESCRIPTION',
'ELEMENT',
'TYPE',
'CLIENT',
'FOLDER',
'VERSION',
'DOWNLOADURL',
'STABILITY',
Expand Down
4 changes: 3 additions & 1 deletion src/stubs/plugin/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ AUTHORURL='{{AUTHORURL}}'
# Update server
UPDATEURI='{{UPDATEURI}}'

# Package information
# Plugin information for the Update Server
TYPE='plugin'
CLIENT='site'
FOLDER='system'
STABILITY='stable'
DOWNLOADURL='https://example.com/downloads'
PHPMINIMUM='7.4'
Expand Down
4 changes: 2 additions & 2 deletions src/stubs/plugin/Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,13 +167,13 @@ tasks:
vars:
cwd: build/wordpress
src: '*.php'
dest: dist/wordpress
dest: dist/wordpress/{{.NAME}}

- task: placeholder-wordpress

- task: utils:copy
vars:
cwd: dist/wordpress
cwd: dist/wordpress/{{.NAME}}
src: '**'
dest: ./

Expand Down

0 comments on commit ecdb910

Please sign in to comment.