Skip to content

Releases: line/line-bot-sdk-php

9.11.0 New age groups in Insight

05 Sep 03:29
f9ed0a6
Compare
Choose a tag to compare

What's Changed

#608

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/line-openapi#68

line-openapi updates

  • Codes are generated by openapi generator by @github-actions in #608

Dependency updates

  • chore(deps): update line-openapi digest to 57487b6 by @renovate in #609

Other Changes

New Contributors

Full Changelog: 9.9.1...9.10.0

9.10.0 New age groups in Narrowcast

26 Aug 02:25
2df6ef7
Compare
Choose a tag to compare

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

  • chore(deps): update line-openapi digest to 57487b6 by @renovate in #609

Other Changes

New Contributors

Full Changelog: 9.9.1...9.10.0

9.9.1 Fix php artisan vendor:publish

22 Jul 01:20
4e5d4bd
Compare
Choose a tag to compare

What's Changed

  • fix: php artisan vendor:publish command not working in Laravel application by @nick-lai in #600

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

17 Apr 08:50
3278ace
Compare
Choose a tag to compare

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/

loading-animation 7aad3d6c

line/line-openapi#54

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

03 Apr 05:40
c85ea46
Compare
Choose a tag to compare

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

02 Apr 01:20
ecc54b7
Compare
Choose a tag to compare

What's Changed

line-openapi updates

  • chore(deps): update line-openapi digest to 4c9ddf3 by @renovate in #577

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

06 Feb 06:06
a56b11a
Compare
Choose a tag to compare

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.

News: https://developers.line.biz/en/news/2024/02/06/add-friends-and-unblock-friends-can-now-be-determined-by-webhook/

  • 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

05 Feb 08:38
2b4f0ef
Compare
Choose a tag to compare

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

05 Feb 08:31
d472cff
Compare
Choose a tag to compare

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

9.5.0

27 Dec 07:21
7a7529e
Compare
Choose a tag to compare

What's Changed

There are several keywords that can be used for the properties of Template Messages and Flex Messages.

Starting from this version, these keywords are provided. In addition to keywords, you can use strings that specify percentages or pixels, so please convert the keywords to strings if necessary. The original definitions are also written in Flex Message layout and line/line-openapi#46.

line-openapi updates

  • chore(deps): update line-openapi digest to 13b314a by @renovate in #564
  • chore(deps): update line-openapi digest to 16f6311 by @renovate in #565
  • Codes are generated by openapi generator by @github-actions in #566

Other Changes

  • Enhance Documentation for Response and Error Handling in SDK by @Yang-33 in #557

Full Changelog: 9.4.4...9.5.0