Skip to content

Commit

Permalink
Merge tag 'v4.3.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
knit-pay committed Nov 13, 2023
2 parents 0826933 + 7bc3825 commit dbe2a8c
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
/bin export-ignore
/js/src export-ignore
/tests export-ignore
/.gitattributes export-ignore
/.github export-ignore
/.gitignore export-ignore
/.travis.yml export-ignore
/.wp-env.json export-ignore
/Gruntfile.js export-ignore
/package.json export-ignore
/phpcs.xml.dist export-ignore
/phpmd.ruleset.xml export-ignore
/phpstan.neon.dist export-ignore
/phpunit.xml.dist export-ignore
/psalm.xml.dist export-ignore
/vendor-bin/ export-ignore
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,17 @@ This projects adheres to [Semantic Versioning](http://semver.org/) and [Keep a C
## [Unreleased][unreleased]
-

## [4.3.4] - 2023-06-01

### Commits

- Switch from `pronamic/wp-deployer` to `pronamic/pronamic-cli`. ([fabf594](https://github.com/pronamic/wp-pronamic-pay-easy-digital-downloads/commit/fabf59475e50e3e870db52ade8ee11fafdd5a758))
- Updated .gitattributes ([e543b92](https://github.com/pronamic/wp-pronamic-pay-easy-digital-downloads/commit/e543b92abedb78495e530778b2c1abcc5d2b1d8c))

Full set of changes: [`4.3.3...4.3.4`][4.3.4]

[4.3.4]: https://github.com/pronamic/wp-pronamic-pay-easy-digital-downloads/compare/v4.3.3...v4.3.4

## [4.3.3] - 2023-03-30

### Commits
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
"bamarni/composer-bin-plugin": "^1.4",
"php-coveralls/php-coveralls": "^2.5",
"phpmd/phpmd": "^2.7",
"pronamic/pronamic-cli": "^1.0",
"pronamic/wp-coding-standards": "^1.3",
"pronamic/wp-deployer": "^1.2",
"roots/wordpress": "^6.0",
"wp-phpunit/wp-phpunit": "^6.1",
"wpackagist-plugin/easy-digital-downloads": "^2.11",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "easy-digital-downloads",
"version": "4.3.3",
"version": "4.3.4",
"description": "Easy Digital Downloads driver for the WordPress payment processing library.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion pronamic-pay-easy-digital-downloads.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://www.pronamic.eu/plugins/pronamic-pay-easy-digital-downloads/
* Description: Extend the Pronamic Pay plugin with Easy Digital Downloads support to receive payments through a variety of payment providers.
*
* Version: 4.3.3
* Version: 4.3.4
* Requires at least: 5.9
* Requires PHP: 7.4
*
Expand Down

0 comments on commit dbe2a8c

Please sign in to comment.