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

Release Dec 09 #1992

Merged
merged 26 commits into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
49357ff
fix: also search for coauthor posts by term slug (#1954)
leogermani Nov 18, 2024
deab4fe
chore(release): merge in release v4.3.5
matticbot Nov 18, 2024
6d41528
chore(release): merge in release v4.3.6
matticbot Nov 18, 2024
94a8e53
build(deps-dev): bump @wordpress/browserslist-config
dependabot[bot] Nov 18, 2024
c59bca2
build(deps): bump swiper from 11.1.14 to 11.1.15
dependabot[bot] Nov 18, 2024
07c591e
chore: remove dependabot pulls from changelog workflow (#1965)
leogermani Nov 19, 2024
d508b12
chore(release): merge in release v4.3.7
matticbot Nov 21, 2024
d26a7e4
feat: add Bluesky support to the Author Profile, List blocks (#1969)
laurelfulford Nov 21, 2024
46cd5f0
chore(release): merge in release v4.4.0
matticbot Nov 25, 2024
c16849e
feat: add support for Newspack Guest Contributor in HPP blocks (#1934)
leogermani Nov 26, 2024
2eeaa89
feat: merge RAS-ACC work into trunk (#1977)
laurelfulford Nov 28, 2024
8cb6ead
fix(ras-acc): remove space caused by empty divs (#1978)
laurelfulford Nov 29, 2024
b9390ef
fix(ras-acc): fix display issues with Additional Fields (#1979)
laurelfulford Nov 29, 2024
52a5c57
fix(ras-acc): correct spacing issue around saved credit cards (#1980)
laurelfulford Nov 29, 2024
450e4e3
Merge pull request #1981 from Automattic/trunk
leogermani Nov 29, 2024
b0b3678
chore(release): 4.5.0-alpha.1 [skip ci]
semantic-release-bot Nov 29, 2024
7e016d7
build(deps-dev): bump sirbrillig/phpcs-variable-analysis
dependabot[bot] Dec 2, 2024
c39b26f
build(deps-dev): bump @wordpress/browserslist-config
dependabot[bot] Dec 2, 2024
8e250eb
fix: remove reCaptcha for WooCommere code from modal checkout (#1984)
laurelfulford Dec 4, 2024
80e5b3c
Merge pull request #1987 from Automattic/trunk
laurelfulford Dec 4, 2024
4910d87
chore(release): 4.5.0-alpha.2 [skip ci]
semantic-release-bot Dec 4, 2024
9bb2b8c
fix(modal-checkout): handle paypal (#1985)
chickenn00dle Dec 6, 2024
910e6b1
feat: add CSS class to variation buttons for tracking (#1989)
laurelfulford Dec 6, 2024
e371e30
fix(modal-checkout): allow all gateway assets (#1988)
chickenn00dle Dec 6, 2024
86a5ec5
Merge pull request #1990 from Automattic/trunk
laurelfulford Dec 6, 2024
bbc3955
chore(release): 4.5.0-alpha.3 [skip ci]
semantic-release-bot Dec 6, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
labeler:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'trunk'
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'trunk' && github.event.pull_request.user.login != 'dependabot[bot]'
permissions:
contents: read
pull-requests: write
Expand All @@ -14,7 +14,7 @@ jobs:
- uses: actions/labeler@v5

comment_pr:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'trunk'
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'trunk' && github.event.pull_request.user.login != 'dependabot[bot]'
permissions:
contents: read
pull-requests: write
Expand All @@ -25,7 +25,7 @@ jobs:
uses: thollander/actions-comment-pull-request@v3
with:
message: |
Hey @${{ github.event.pull_request.assignee.login }}, good job getting this PR merged! :tada:
Hey @${{ github.event.pull_request.user.login }}, good job getting this PR merged! :tada:

Now, the `needs-changelog` label has been added to it.

Expand Down
24 changes: 12 additions & 12 deletions composer.lock

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

Loading
Loading