Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into fix/PIWOO-284
Browse files Browse the repository at this point in the history
  • Loading branch information
inpsyde-maticluznar committed Jan 9, 2024
2 parents ac6bf18 + d8e9314 commit fde6a3a
Show file tree
Hide file tree
Showing 101 changed files with 19,461 additions and 7,750 deletions.
9 changes: 9 additions & 0 deletions .distignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,14 @@ patchwork.json
*.config.*
*.md
gulpfile.js
webpack.config.js
readme.md
changelog.txt
psalm.xml
node_modules/
.babelrc
.composer_compiled_assets
.editorconfig
.env.example
.idea/
.psalm/
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ['7.2', '7.3', '7.4', '8.0']
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']

name: PHP ${{ matrix.php-versions }}
steps:
Expand Down
27 changes: 27 additions & 0 deletions .github/workflows/languages-diff.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: Languages-diff

on:
workflow_dispatch:
inputs:
PACKAGE_VERSION:
description: 'Package Version'
required: true
jobs:
languages-diff:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: "Create CSV of diff translations"
run: |
chmod +x ./convert_csv.sh
./convert_csv.sh
- name: Set artifact name
id: set-artifact-name
run: echo "artifact=mollie-payments-for-woocommerce-languages-${{ inputs.PACKAGE_VERSION }}" >> $GITHUB_OUTPUT

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: ${{ steps.set-artifact-name.outputs.artifact }}
path: languages/*
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
required: true
jobs:
create_archive:
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@main
uses: inpsyde/reusable-workflows/.github/workflows/build-plugin-archive.yml@task/build-plugin-archive-without-dep-dependencies
with:
PLUGIN_VERSION: ${{ inputs.PACKAGE_VERSION }}
PHP_VERSION: 7.2
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/tools/
/build/
/tests/e2e/Shared/default.json

package-lock.json
.env
cypress.json
test-results/
Expand Down
113 changes: 56 additions & 57 deletions .idea/WooCommerce.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fde6a3a

Please sign in to comment.