Releases: line/line-bot-sdk-php
9.12.0 Bot mention
What's Changed
Support bot mention features:
- https://developers.line.biz/ja/news/2024/10/30/messaging-api-webhook/
- https://developers.line.biz/ja/news/2024/10/30/text-message-v2/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #621
Dependency updates
- chore(deps): update dependency squizlabs/php_codesniffer to v3.10.3 by @renovate in #614
- chore(deps): update line-openapi digest to 4d9979b by @renovate in #616
- chore(deps): update line-openapi digest to 571a258 by @renovate in #618
- chore(deps): update line-openapi digest to 62e345e by @renovate in #620
Full Changelog: 9.11.0...9.12.0
9.11.0 New age groups in Insight
What's Changed
In the Messaging API, we've added the following values as the percentage of each age group of your LINE Official Account's friends that you can get by using the Get friend demographics endpoint:
from50to54
from55to59
from60to64
from65to69
from70
Previously, we've aggregated the percentage of friends who are 50 and older as a single value, from50. With this change, you can now get statistics on the percentage of friends between the ages of 50 and 70.
We'll continue to include from50 in the response as a value that aggregates the percentage of friends who are 50 and older.
News: https://developers.line.biz/en/news/2024/09/05/age-percentage-subdivision/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #608
Dependency updates
Other Changes
- Support PHP 8.3 by @Yang-33 in #606
- Add get followers test by @eucyt in #604
- Add issueStatelessChannelToken test by @eucyt in #607
New Contributors
Full Changelog: 9.9.1...9.10.0
9.10.0 New age groups in Narrowcast
What's Changed
#608
In the Messaging API, we've added the following values as conditions for filtering the age range of recipients in the demographic filter objects of narrowcast messages:
age_55
age_60
age_65
age_70
Until now, the upper limit was age_50
, so it wasn't possible to filter ages over 50 in detail. By specifying the added age ranges, you can now filter recipients more flexibly than before.
news: https://developers.line.biz/en/news/2024/08/26/age-filter-subdivision/
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #608
Dependency updates
Other Changes
- Support PHP 8.3 by @Yang-33 in #606
- Add get followers test by @eucyt in #604
- Add issueStatelessChannelToken test by @eucyt in #607
New Contributors
Full Changelog: 9.9.1...9.10.0
9.9.1 Fix php artisan vendor:publish
What's Changed
line-openapi updates
- chore(deps): update line-openapi digest to c14fa72 by @renovate in #590
- chore(deps): update line-openapi digest to eb2bf14 by @renovate in #592
- Codes are generated by openapi generator by @github-actions in #593
- Codes are generated by openapi generator by @github-actions in #594
- chore(deps): update line-openapi digest to f976f52 by @renovate in #595
- Codes are generated by openapi generator by @github-actions in #603
Dependency updates
- chore(deps): update dependency squizlabs/php_codesniffer to v3.9.2 by @renovate in #591
- chore(deps): update dependency squizlabs/php_codesniffer to v3.10.0 by @renovate in #597
- chore(deps): update dependency squizlabs/php_codesniffer to v3.10.1 by @renovate in #598
- chore(deps): update dependency squizlabs/php_codesniffer to v3.10.2 by @renovate in #601
New Contributors
Full Changelog: 9.9.0...9.9.1
9.9.0 Loading animation
What's Changed
In the Messaging API, we've added a new endpoint that allows you to display a loading animation. After your LINE Official Account receives a message from a user, the response may takes some time due to message preparation or reservation processing. In such cases, you can visually tell the user that you want them to wait by displaying a loading animation.
news: https://developers.line.biz/en/news/2024/04/17/loading-indicator/
line-openapi updates
- chore(deps): update line-openapi digest to f985992 by @renovate in #588
- Codes are generated by openapi generator by @github-actions in #589
Full Changelog: 9.8.0...9.9.0
9.8.0 Membership API
What's Changed
We're excited to announce that the Membership API is now available in the Messaging API.
With this update, our SDK also supports the use of this API. For more details, check out the announcement: https://developers.line.biz/en/news/2024/03/28/re-release-endpoints-for-membership
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #584
- chore(deps): update line-openapi digest to 1ca4640 by @renovate in #585
- Codes are generated by openapi generator by @github-actions in #586
Full Changelog: 9.7.1...9.8.0
9.7.1
What's Changed
line-openapi updates
Dependency updates
- chore(deps): update dependency squizlabs/php_codesniffer to v3.9.0 by @renovate in #578
- chore(deps): update actions/configure-pages action to v5 by @renovate in #580
- chore(deps): update dependency squizlabs/php_codesniffer to v3.9.1 by @renovate in #582
Other Changes
Full Changelog: 9.7.0...9.7.1
9.7.0
What's Changed
line-openapi updates
In the Messaging API, you can now determine whether a user has added your LINE Official Account as a friend or unblocked by a webhook follow event.
- chore(deps): update line-openapi digest to c1ad5ed by @renovate in #574
- Codes are generated by openapi generator by @github-actions in #573
- Codes are generated by openapi generator by @github-actions in #575
Full Changelog: 9.6.1...9.7.0
9.6.1
What's Changed
In the Messaging API, we've added the clipboard action for users to copy text to the clipboard. This new feature allows users to more easily copy coupon codes and other text.
news: https://developers.line.biz/en/news/2024/02/05/messaging-api-updated/
Note only the latest app(version >= 14.0.0
) supports this feature. Please update your LINE app to try this feature.
I made a mistake in the release procedure. In the version before the correction, you cannot use the clipboard action.(in 9.6.0)
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #572
Full Changelog: 9.6.0...9.6.1
9.6.0
What's Changed
In the Messaging API, we've added the clipboard action for users to copy text to the clipboard. This new feature allows users to more easily copy coupon codes and other text.
news: https://developers.line.biz/en/news/2024/02/05/messaging-api-updated/
Note only the latest app(version >= 14.0.0
) supports this feature. Please update your LINE app to try this feature.
line-openapi updates
- Codes are generated by openapi generator by @github-actions in #568
- chore(deps): update line-openapi digest to 310a504 by @renovate in #569
Dependency updates
- chore(deps): update dependency squizlabs/php_codesniffer to v3.8.1 by @renovate in #567
- chore(deps): update actions/cache action to v4 by @renovate in #570
Full Changelog: 9.5.0...9.6.0