Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 1.3.4 #170

Open
wants to merge 51 commits into
base: main
Choose a base branch
from
Open

Version 1.3.4 #170

wants to merge 51 commits into from

Conversation

soup-bowl
Copy link
Owner

No description provided.

soup-bowl and others added 30 commits October 12, 2023 22:05
Bumps the dev-dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) | `8.5.33` | `9.6.15` |
| [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) | `6.8.0` | `6.9.1` |
| [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv) | `5.5.0` | `5.6.0` |
| [dealerdirect/phpcodesniffer-composer-installer](https://github.com/Dealerdirect/phpcodesniffer-composer-installer) | `0.7.2` | `1.0.0` |
| [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards) | `2.3.0` | `3.0.1` |


Updates `phpunit/phpunit` from 8.5.33 to 9.6.15
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.15/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@8.5.33...9.6.15)

Updates `phpmailer/phpmailer` from 6.8.0 to 6.9.1
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](PHPMailer/PHPMailer@v6.8.0...v6.9.1)

Updates `vlucas/phpdotenv` from 5.5.0 to 5.6.0
- [Release notes](https://github.com/vlucas/phpdotenv/releases)
- [Commits](vlucas/phpdotenv@v5.5.0...v5.6.0)

Updates `dealerdirect/phpcodesniffer-composer-installer` from 0.7.2 to 1.0.0
- [Release notes](https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases)
- [Changelog](https://github.com/PHPCSStandards/composer-installer/blob/main/.github_changelog_generator)
- [Commits](PHPCSStandards/composer-installer@v0.7.2...v1.0.0)

Updates `wp-coding-standards/wpcs` from 2.3.0 to 3.0.1
- [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases)
- [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md)
- [Commits](WordPress/WordPress-Coding-Standards@2.3.0...3.0.1)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: phpmailer/phpmailer
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: vlucas/phpdotenv
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: dealerdirect/phpcodesniffer-composer-installer
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
- dependency-name: wp-coding-standards/wpcs
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…encies-e669f76228

Bump the dev-dependencies group with 5 updates
Bumps the dev-dependencies group with 1 update: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `phpunit/phpunit` from 9.6.15 to 9.6.16
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.16/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.15...9.6.16)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…encies-0dd5e1819a

Bump the dev-dependencies group with 1 update
Pipeline replacement for asset upload
Bumps the dev-dependencies group with 2 updates: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) and [wp-coding-standards/wpcs](https://github.com/WordPress/WordPress-Coding-Standards).


Updates `phpunit/phpunit` from 9.6.16 to 9.6.18
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.18/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.16...9.6.18)

Updates `wp-coding-standards/wpcs` from 3.0.1 to 3.1.0
- [Release notes](https://github.com/WordPress/WordPress-Coding-Standards/releases)
- [Changelog](https://github.com/WordPress/WordPress-Coding-Standards/blob/develop/CHANGELOG.md)
- [Commits](WordPress/WordPress-Coding-Standards@3.0.1...3.1.0)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: wp-coding-standards/wpcs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
soup-bowl and others added 14 commits April 1, 2024 18:14
…encies-670cbe7ac8

Bump the dev-dependencies group with 2 updates
Thanks to @kebbet for pointing this out.
Bumps the dev-dependencies group with 1 update: [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit).


Updates `phpunit/phpunit` from 9.6.18 to 9.6.19
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.19/ChangeLog-9.6.md)
- [Commits](sebastianbergmann/phpunit@9.6.18...9.6.19)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
…encies-1e4a911f2b

Bump phpunit/phpunit from 9.6.18 to 9.6.19 in the dev-dependencies group
Change log expiry via hook & expiry visibility
…es-old-posts-from-custom-post-type

Verify post type before executing delete
dependabot bot and others added 2 commits July 22, 2024 13:28
Bumps the dev-dependencies group with 1 update: [vlucas/phpdotenv](https://github.com/vlucas/phpdotenv).


Updates `vlucas/phpdotenv` from 5.6.0 to 5.6.1
- [Release notes](https://github.com/vlucas/phpdotenv/releases)
- [Commits](vlucas/phpdotenv@v5.6.0...v5.6.1)

---
updated-dependencies:
- dependency-name: vlucas/phpdotenv
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@soup-bowl
Copy link
Owner Author

daf458a - has this... ever worked?

@soup-bowl
Copy link
Owner Author

soup-bowl commented Aug 31, 2024

Just got back from holiday straight into life-admin, and still need to verify the changes to the pipeline will not cause disruptions. If anyone is in urgent need of this release, you can try this.

simple-smtp-1.3.4.zip

I'd appreciate any testing anyone can do on this. Most interested that the auto-pruning logs works as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants