Skip to content

Commit

Permalink
release: small fixes
Browse files Browse the repository at this point in the history
### Bug Fixes
- Fixed issue with titles not always showing correct escaped characters.
- Fixed instant sharing not working correctly with scheduled posts, only published posts are now eligible.

### Improvements
- Improved compatibility with newer versions of PHP
- Updated internal dependencies
  • Loading branch information
preda-bogdan authored Apr 23, 2024
2 parents 14e9b7c + ec84a19 commit af4822c
Show file tree
Hide file tree
Showing 6 changed files with 131 additions and 92 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/build-dev-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
uses: peter-evans/find-comment@v1
with:
issue-number: ${{ steps.get-pr-number.outputs.num }}
comment-author: github-actions[bot]
comment-author: pirate-bot
body-includes: Download [build]
- name: Get comment body
id: get-comment-body
Expand All @@ -96,11 +96,13 @@ jobs:
uses: peter-evans/create-or-update-comment@v1
with:
issue-number: ${{ steps.get-pr-number.outputs.num }}
token: ${{ secrets.BOT_TOKEN }}
body: ${{ steps.get-comment-body.outputs.body }}
- name: Update comment on PR with links to plugin builds
if: ${{ steps.find-comment.outputs.comment-id != '' }}
uses: peter-evans/create-or-update-comment@v1
with:
comment-id: ${{ steps.find-comment.outputs.comment-id }}
token: ${{ secrets.BOT_TOKEN }}
edit-mode: replace
body: ${{ steps.get-comment-body.outputs.body }}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@
},
"require-dev": {
"wp-coding-standards/wpcs": "2.3.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.1",
"dealerdirect/phpcodesniffer-composer-installer": "^1.0.0",
"phpunit/phpunit": "5.*",
"yoast/phpunit-polyfills": "^1.0"
"yoast/phpunit-polyfills": "^2.0"
},
"config": {
"allow-plugins": {
Expand Down
Loading

0 comments on commit af4822c

Please sign in to comment.