Skip to content

Commit

Permalink
Merge branch 'release/8.4.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed May 30, 2022
2 parents 7ad858c + 8d82132 commit 91f7f0e
Show file tree
Hide file tree
Showing 16 changed files with 2,668 additions and 2,527 deletions.
84 changes: 84 additions & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,84 @@
name: Nightly

on:
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
phplint:
uses: pronamic/actions/.github/workflows/phplint.yml@main

phpcs:
uses: pronamic/actions/.github/workflows/phpcs.yml@main

phpstan:
uses: pronamic/actions/.github/workflows/phpstan.yml@main

psalm:
uses: pronamic/actions/.github/workflows/psalm.yml@main

phpunit:
uses: pronamic/actions/.github/workflows/phpunit.yml@main

build:
name: Build

runs-on: ubuntu-latest

needs: [phplint, phpcs, phpstan]

steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
extensions: bcmath, intl, mbstring, mysql
ini-values: memory_limit=2048M
tools: composer
coverage: none

- name: Checkout pronamic/wp-deployer
uses: actions/checkout@v2
with:
repository: pronamic/wp-deployer

- name: Install dependencies
run: composer install --prefer-dist --no-progress

- name: Build Pronamic Pay
run: bin/wp-deployer deploy pronamic-ideal https://github.com/pronamic/wp-pronamic-ideal.git --branch=develop --non-interactive -vvv

- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: pronamic-pay-nightly
path: deploy/build/**/*

- name: Rename archive
run: mv deploy/zip/pronamic-ideal/* deploy/zip/pronamic-ideal/pronamic-pay.zip

- name: Deploy nightly build
uses: WebFreak001/deploy-nightly@v1.1.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: https://uploads.github.com/repos/pronamic/wp-pronamic-pay/releases/67360977/assets{?name,label}
release_id: 67360977
asset_path: deploy/zip/pronamic-ideal/pronamic-pay.zip
asset_name: pronamic-pay-nightly.zip
asset_content_type: application/zip
max_releases: 1

update:
name: Update nightly tag

runs-on: ubuntu-latest

steps:
- name: Update nightly tag
uses: richardsimko/github-tag-action@v1.0.5
with:
tag_name: nightly
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C

## [Unreleased][unreleased]

## [8.4.0] - 2022-05-30

### Changed
- Updated WordPress core library to version [`4.2.0`](https://github.com/pronamic/wp-pay-core/releases/tag/4.2.0).
- Updated WordPress Adyen library to version [`4.0.0`](https://github.com/pronamic/wp-pronamic-pay-adyen/releases/tag/4.0.0).
- Updated WordPress Mollie library to version [`4.2.0`](https://github.com/pronamic/wp-pronamic-pay-mollie/releases/tag/4.2.0).
- Updated WordPress MultiSafepay library to version [`4.1.1`](https://github.com/pronamic/wp-pronamic-pay-multisafepay/releases/tag/4.1.1).
- Updated WordPress Contact Form 7 library to version [`3.0.2`](https://github.com/pronamic/wp-pronamic-pay-contact-form-7/releases/tag/3.0.2).
- Updated WordPress MemberPress library to version [`4.3.0`](https://github.com/pronamic/wp-pronamic-pay-memberpress/releases/tag/4.3.0).

## [8.3.0] - 2022-05-04

### Changed
Expand Down Expand Up @@ -3112,7 +3122,8 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
- Improved the feeds repository and the feed model
- Initial release

[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.3.0...HEAD
[unreleased]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.4.0...HEAD
[8.4.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.3.0...8.4.0
[8.3.0]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.2.2...8.3.0
[8.2.2]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.2.1...8.2.2
[8.2.1]: https://github.com/pronamic/wp-pronamic-ideal/compare/8.2.0...8.2.1
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,33 +59,33 @@
"roots/wordpress": "^5.2",
"woocommerce/action-scheduler": "^3.4.0",
"wp-pay-extensions/charitable": "^4.1.0",
"wp-pay-extensions/contact-form-7": "^3.0.1",
"wp-pay-extensions/contact-form-7": "^3.0",
"wp-pay-extensions/easy-digital-downloads": "^4.1.0",
"wp-pay-extensions/event-espresso": "^4.0.0",
"wp-pay-extensions/formidable-forms": "^4.1.0",
"wp-pay-extensions/give": "^4.0.0",
"wp-pay-extensions/gravityforms": "^4.1.0",
"wp-pay-extensions/memberpress": "^4.1.0",
"wp-pay-extensions/memberpress": "^4.3",
"wp-pay-extensions/ninjaforms": "^3.0.1",
"wp-pay-extensions/restrict-content-pro": "^4.1.0",
"wp-pay-extensions/woocommerce": "^4.1.1",
"wp-pay-gateways/adyen": "^3.1.1",
"wp-pay-gateways/adyen": "^4.0",
"wp-pay-gateways/buckaroo": "^4.1.0",
"wp-pay-gateways/digiwallet": "^3.1.0",
"wp-pay-gateways/ems-e-commerce": "^4.1.0",
"wp-pay-gateways/icepay": "^4.1.0",
"wp-pay-gateways/ideal": "^4.0.0",
"wp-pay-gateways/ideal-advanced-v3": "^4.1.0",
"wp-pay-gateways/ideal-basic": "^4.1.0",
"wp-pay-gateways/mollie": "^4.1.0",
"wp-pay-gateways/multisafepay": "^4.1.0",
"wp-pay-gateways/mollie": "^4.2",
"wp-pay-gateways/multisafepay": "^4.1",
"wp-pay-gateways/ogone": "^4.1.0",
"wp-pay-gateways/omnikassa-2": "^4.1.1",
"wp-pay-gateways/pay-nl": "^4.1.0",
"wp-pay-gateways/paypal": "^2.1.0",
"wp-pay-gateways/payvision": "^3.1.0",
"wp-pay-gateways/sisow": "^4.1.0",
"wp-pay/core": "^4.1.2",
"wp-pay/core": "^4.2",
"wp-pay/fundraising": "^3.0.0"
},
"require-dev": {
Expand Down
74 changes: 37 additions & 37 deletions composer.lock

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

Loading

0 comments on commit 91f7f0e

Please sign in to comment.