Skip to content

Commit a3442ff

Browse files
Release 3.3.23
1 parent 813657d commit a3442ff

File tree

184 files changed

+1045
-69749
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

184 files changed

+1045
-69749
lines changed

.github/workflows/woo-publish.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,3 +73,20 @@ jobs:
7373
SVN_PASSWORD: ${{ secrets.SVN_PASSWORD }}
7474
ASSETS_DIR: ${{ vars.WORDPRESS_ORG_SLUG }}/build-woo/src
7575
SLUG: ${{ vars.WORDPRESS_ORG_SLUG }}
76+
77+
- name: Upload Translations to WordPress.org
78+
if: ${{ vars.WORDPRESS_ORG_SLUG != 'woo-WhiteLabelGithubOwnerName' }}
79+
run: |
80+
echo "Installing WP-CLI..."
81+
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
82+
php wp-cli.phar --info
83+
84+
echo "Installing wporg-translations..."
85+
php wp-cli.phar package install wporg-cli/wporg-translations-command
86+
87+
echo "Pushing translation files..."
88+
php wp-cli.phar wporg-translations push \
89+
--slug="${{ vars.WORDPRESS_ORG_SLUG }}" \
90+
--path="build-woo/${{ vars.WORDPRESS_ORG_SLUG }}/languages" \
91+
--username="${{ secrets.SVN_USERNAME }}" \
92+
--password="${{ secrets.SVN_PASSWORD }}"

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This repository contains the PostFinance Checkout plugin that enables WooCommerc
1414

1515
## Documentation
1616

17-
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.3.22/docs/en/documentation.html)
17+
* [Documentation](https://plugin-documentation.postfinance-checkout.ch/pfpayments/woocommerce/3.3.23/docs/en/documentation.html)
1818

1919
## Support
2020

@@ -31,7 +31,7 @@ ____________________________________________________________________________
3131

3232
## License
3333

34-
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.3.22/LICENSE) for more information.
34+
Please see the [license file](https://github.com/pfpayments/woocommerce/blob/3.3.23/LICENSE) for more information.
3535

3636
## Privacy Policy
3737

assets/banner-1540x500.png

242 KB
Loading

assets/banner-1880x610.png

258 KB
Loading

assets/banner-772x250.png

104 KB
Loading

assets/icon-128x128.png

1.9 KB
Loading

assets/icon-256x256.png

4.45 KB
Loading

assets/screenshot-1.png

68.7 KB
Loading

assets/screenshot-2.png

104 KB
Loading

assets/screenshot-3.png

149 KB
Loading

0 commit comments

Comments
 (0)