Skip to content

Commit

Permalink
Merge pull request #73 from akunzai/release/1.9.6000
Browse files Browse the repository at this point in the history
Update manifest for version 1.9.6000
  • Loading branch information
akunzai authored Apr 20, 2024
2 parents dc3a33d + adc9002 commit 52bca1a
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: Build Docker images

on:
push:
branches:
- main
paths:
- '.devcontainer/**'
pull_request:
branches:
- main
paths:
- '.devcontainer/**'
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Build

on:
push:
branches:
branches:
- main
paths-ignore:
- '.devcontainer/**'
pull_request:
branches:
branches:
- main
paths-ignore:
- '.devcontainer/**'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@ name: 'Linting PHP'

on:
push:
branches:
- main
paths:
- '**.php'
- '**.phtml'
pull_request:
branches:
- main
paths:
- '**.php'
- '**.phtml'
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/lint-xml.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ name: 'Linting XML'

on:
push:
branches:
- main
paths:
- '**.xml'
pull_request:
branches:
- main
paths:
- '**.xml'
# Allow manually triggering the workflow.
Expand Down
6 changes: 3 additions & 3 deletions manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<element>pkg_magebridge</element>
<type>package</type>
<client>site</client>
<version>1.9.5500</version>
<infourl title="MageBridge">https://github.com/akunzai/MageBridgeCore/releases/1.9.5500</infourl>
<version>1.9.6000</version>
<infourl title="MageBridge">https://github.com/akunzai/MageBridgeCore/releases/1.9.6000</infourl>
<downloads>
<downloadurl type="full" format="zip">https://github.com/akunzai/MageBridgeCore/releases/download/1.9.5500/pkg_magebridge.zip</downloadurl>
<downloadurl type="full" format="zip">https://github.com/akunzai/MageBridgeCore/releases/download/1.9.6000/pkg_magebridge.zip</downloadurl>
</downloads>
<targetplatform name="joomla" version="3" />
</update>
Expand Down

0 comments on commit 52bca1a

Please sign in to comment.