Skip to content

Commit

Permalink
Merge branch 'release/4.1.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
remcotolsma committed Apr 11, 2022
2 parents 1d52978 + 5417c70 commit 3b0d67f
Show file tree
Hide file tree
Showing 96 changed files with 2,250 additions and 1,806 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: CI

on: [ push, pull_request ]

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

coverage:
uses: pronamic/actions/.github/workflows/coverage.yml@main
336 changes: 0 additions & 336 deletions .github/workflows/main.yaml

This file was deleted.

3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@
# WordPress
/wordpress/
/wp-content/

# PHPUnit
/.phpunit.result.cache
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
- Updated https://github.com/pronamic/wp-pay-logos to version `1.7.1`.

## [4.1.0] - 2022-04-11
### Added
- Added a user interface to change a subscription's next payment date.
- Added a count badge in the WordPress admin menu for the number of subscriptions on hold.

### Changed
- The next payment date is now stored in the subscription and no longer in the subscription phases.

### Removed
- The general / global gateway integration mode setting for test or live mode is removed.
- Sorting payments by customer or transaction number in the WordPress admin dashboard has been removed.

## [4.0.2] - 2022-02-16
- Changed minimum PHP version requirement to `7.4` ([pronamic/wp-pronamic-pay#274](https://github.com/pronamic/wp-pronamic-pay/issues/274)).
- Changed follow-up payments query to subscriptions which needed renewal in past 24 hours only.
Expand Down
Loading

0 comments on commit 3b0d67f

Please sign in to comment.