Skip to content

Latest commit

 

History

History
523 lines (314 loc) · 21.9 KB

CHANGELOG.md

File metadata and controls

523 lines (314 loc) · 21.9 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

PRs and issues are linked, so you can find more about it. Thanks to ChangelogLinker.

6.4.0 - 2024-03-18

What's Changed

Other Changes

  • Add config for nowcn gateway by @zingimmick in #272
  • Rename skipped rules on $rectorConfig->skip() are changed to different namespace by @zingimmick in #271
  • Support for PHP 8.3 by @zingimmick in #275
  • Update license copyright year(s) by @github-actions in #280
  • Support for Laravel 11 by @zingimmick in #285

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/6.3.1...6.4.0

6.3.1 - 2023-04-03

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/6.3.0...6.3.1

6.3.0 - 2023-03-13

What's Changed

Other Changes

  • 添加默认配置:创蓝云智 by @zingimmick in #262

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/6.2.0...6.3.0

6.2.0 - 2023-03-01

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/6.1.0...6.2.0

6.1.0 - 2023-02-16

What's Changed

Other Changes

  • Update license copyright year(s) by @github-actions in #260

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/6.0.0...6.1.0

6.0.0 - 2022-12-12

What's Changed

Other Changes

  • [GA] Fix input required and not supplied: token by @zingimmick in #249
  • Fix coding style by @zingimmick in #250
  • Remove ignored error pattern not matched in reported by @zingimmick in #254
  • Fix tests for new gateways by @zingimmick in #258

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/5.1.2...6.0.0

5.1.2 - 2022-06-20

What's Changed

Other Changes

  • Configuring automatically generated release notes by @zingimmick in #233
  • Add support for new ECSConfig and RectorConfig class by @zingimmick in #234
  • Report unmatched ignored errors for PHPStan by @zingimmick in #236
  • Copy Readme to docs by @zingimmick in #237
  • Use Standalone Classmap Generator instead of require composer/composer by @zingimmick in #243

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/5.1.1...5.1.2

5.1.1 - 2022-04-15

What's Changed

  • Bump shivammathur/setup-php from 2.17.1 to 2.18.0 by @dependabot in #229
  • Add homepage for authors by @zingimmick in #230
  • Bump codecov/codecov-action from 2.1.0 to 3 by @dependabot in #231
  • Bump shivammathur/setup-php from 2.18.0 to 2.18.1 by @dependabot in #232

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/5.1.0...5.1.1

5.1.0 - 2022-03-21

What's Changed

  • Add default config for maap by @zingimmick in #228

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/5.0.3...5.1.0

5.0.3 - 2022-03-17

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/5.0.2...5.0.3

5.0.0 - 2022-03-09

What's Changed

  • Enable parallel run for rector by @zingimmick in #222
  • Add Auto-Fix workflow by @zingimmick in #223
  • Bump actions/checkout from 2.4.0 to 3 by @dependabot in #224
  • Bump minimum version of PHP to 7.3 by @zingimmick in #225

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/4.3.1...5.0.0

4.3.1 - 2022-02-21

What's Changed

  • Fix branch name by @zingimmick in #221

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/4.3.0...4.3.1

4.2.1 - 2022-02-07

What's Changed

  • Bump EndBug/add-and-commit from 7.5.0 to 8 by @dependabot in #215
  • Use PHP version set instead of migration sets by @zingimmick in #216
  • Update zing/coding-standard requirement from ^5.3 to ^5.3 || ^6.0 by @dependabot in #217
  • Fix rector ci by @zingimmick in #218
  • Ignore phpstan.neon when adding to archive files by @zingimmick in #219

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/4.2.0...4.2.1

4.2.0 - 2022-01-13

What's Changed

  • Strict type by @zingimmick in #209
  • Update license copyright year(s) by @github-actions in #210
  • Fix incorrect types by @zingimmick in #211
  • Add default config for aliyunintl by @zingimmick in #212
  • Simplify ECS skip option by @zingimmick in #213
  • Support Laravel 9 by @zingimmick in #214

Full Changelog: https://github.com/zingimmick/laravel-sms/compare/4.1.0...4.2.0

Unreleased

3.5.7 - 2021-04-13

Added

  • #160 Add return type hint
  • #156 Bump EndBug/add-and-commit from v7.1.0 to v7.1.1

Changed

  • #159 Simplify else expression
  • #157 Bump codecov/codecov-action from v1.3.1 to v1.3.2
  • #155 Generate Changelog

3.5.6 - 2021-03-26

Changed

  • #154 Apply SetList::SYMPLIFY

Added

  • #152 Bump EndBug/add-and-commit from v5.1.0 to v7.1.0

Changed

  • #153 Bump rector/rector from 0.9 to 0.10
  • #149 Bump codecov/codecov-action from v1.2.2 to v1.3.1
  • #148 Generate Changelog
  • #138 Auto rector

3.5.5 - 2021-03-15

Changed

  • #147 Clean up redundant configuration
  • #146 Generate Changelog

3.5.4 - 2021-03-14

Fixed

  • #145 Fix trigger for changelog

Changed

  • #141 Generate Changelog, Thanks to [@github-actions][bot]

Removed

  • #144 Remove renovate config

3.5.3 - 2021-03-11

Changed

  • #140 Bump codecov/codecov-action from v1.2.1 to v1.2.2
  • #139 Use ramsey/composer-install
  • #137 Generate Changelog, Thanks to [@github-actions][bot]

3.5.2 - 2021-03-07

Changed

  • #136 Automated generate changelog

Removed

  • #135 Remove kodiak and enable github auto-merge

3.5.1 - 2021-03-04

Fixed

  • #133 Fix verify when code is not number and not issued

Removed

  • #134 Remove redundant argument

3.5.0 - 2021-03-01

Added

  • #128 Add default config for moduyun
  • #121 Add renovate to auto approve

Changed

  • #125 Bump codecov/codecov-action from v1.2.0 to v1.2.1
  • #92 Support for PHP 8.0
  • #131 Bump actions/cache from v2 to v2.1.4
  • #126 Update codecov/codecov-action action to v1.2.1
  • #124 Update codecov/codecov-action action to v1.2.0
  • #120 Bump codecov/codecov-action from v1.1.0 to v1.1.1
  • #118 Bump codecov/codecov-action from v1.0.15 to v1.1.0
  • #116 Bump paambaati/codeclimate-action from v2.7.4 to v2.7.5

3.4.0 - 2020-11-25

  • #102 Bump paambaati/codeclimate-action from v2.6.0 to v2.7.1
  • #104 Bump paambaati/codeclimate-action from v2.7.2 to v2.7.3
  • #103 Bump paambaati/codeclimate-action from v2.7.1 to v2.7.2
  • #101 Gateways config schema test
  • #108 Update actions/checkout action to v2
  • #106 Bump codecov/codecov-action from v1.0.13 to v1.0.14
  • #105 Bump paambaati/codeclimate-action from v2.7.3 to v2.7.4
  • #109 Setup problem matchers for PHPUnit
  • #110 Provisional support for PHP 8.0
  • #113 Support for Smsbao and Tiniyo

Removed

  • #100 Remove Composer 2 in test

Changed

  • #97 Support for Laravel 8
  • #98 YAML to PHP

Removed

  • #99 Drop Lumen tests

3.3.0 - 2020-08-23

Changed

  • #91 Bump codecov/codecov-action from v1.0.12 to v1.0.13
  • #93 Improve coding standard config
  • #94 Improve coding standard config
  • #96 Safely instantiate class SmsMessage
  • #95 Safely instantiate class CouldNotSendNotification

Fixed

  • #90 Fix wrong name of gateway
  • #89 Fix return type of DummyGateway
  • #88 Fix driver expects gateway but object provided
  • #87 Fix return type of NullGateway
  • #85 Fix return type of MeilianGateway
  • #84 Fix default arguments for routeNotificationForSms
  • #83 Fix the inherited return type is different to the implemented return type

3.2.0 - 2020-08-05

Added

  • #81 Add verification code manager

Changed

  • #77 Configure Renovate
  • #78 Ordered imports
  • #79 Configure Kodiak
  • #82 Use double pipe for OR condition

3.1.0 - 2020-07-23

Added

  • #70 Added tentative support for composer 2
  • #68 Add connection alias

Changed

  • #76 Bump codecov/codecov-action from v1.0.11 to v1.0.12
  • #74 switch config from YAML to PHP
  • #66 Psalm integration
  • #67 Revert "Psalm integration"
  • #72 Bump codecov/codecov-action from v1.0.10 to v1.0.11

Fixed

  • #73 Fix security alerts
  • #69 Fix style
  • #75 Fix security alerts

3.0.1 - 2020-07-07

Changed

  • #51 Imporve Docs
  • #65 Update .gitattributes
  • #60 Bump codecov/codecov-action from v1 to v1.0.7
  • #61 Bump actions/cache from v1 to v2
  • #62 Bump codecov/codecov-action from v1.0.7 to v1.0.10
  • #63 Bump zing/coding-standard from ^1.0 to ^1.2.3

Fixed

Removed

  • #59 Remove useless extensions

3.0.0 - 2020-06-20

Added

  • #38 Add license scan report and status

Changed

  • #37 Documentation improvement
  • #34 Improve github action cache
  • #33 Revert pest integration
  • #24 Test with pest.

Removed

  • #27 Remove PhoneNumber.

2.3.0 - 2020-06-20

Added

  • #43 Add environment generator

Changed

  • #48 Complexity decrease
  • #46 Environment tests improvement
  • #45 Upgrade Lumen framework minimum version

Fixed

  • #50 Fix style
  • #47 Fix type issues
  • #44 Apply fixes from StyleCI

2.2.0 - 2020-06-13

Added

  • #40 Add qiniu channel config
  • #41 Add overtrue/easy-sms integration test

Changed

  • #42 Minimum require composer/composer
  • #39 Default config improvement

2.1.1 - 2020-06-09

  • #32 Downgrade dependencies

2.1.0 - 2020-06-01

  • #30 Support Lumen

2.0.1 - 2020-05-21

Deprecated

  • #25 Marking class PhoneNumber as deprecated.
  • #21 Remove usages of deprecated method.

Fixed

  • #23 FIx style.
  • #22 Fix style.

Removed

  • #14 Remove useless method.

Changed

  • #49 Thanks to JetBrains

1.1.5 - 2020-06-09

  • #31 Downgrade dependencies

1.1.4 - 2020-05-28

  • #29 Code Climate
  • #28 Update README.md

1.1.3 - 2020-05-21

Deprecated

  • #26 Marking class PhoneNumber as deprecated.

1.1.1 - 2020-05-05

  • #20 Deprecated useless method.

1.1.0 - 2020-05-05

Added

  • #17 Add sms events.

Changed

  • #16 test alias.

Deprecated

  • #13 Marking class Message as deprecated.

1.0.2 - 2020-04-30

Removed

  • #10 remove unused dependencies.

1.0.1 - 2020-04-30

Changed

  • #9 coding standard.

1.0.0 - 2020-04-24

  • #8 complete usage docs.

0.1.2 - 2020-04-24

  • #7 Make PhoneNumber notifiable.

0.1.1 - 2020-04-23

Removed

  • #6 Remove useless dependencies.
  • #5 remove duplicate code.

0.1.0 - 2020-04-22

Changed

  • #4 use easy-sms instead.

0.0.9 - 2020-04-17

Added

  • #2 add message tests.
  • #3 add message/channel/driver tests.

[0.0.1] - 2020-04-10

Changed

  • #1 coding based on overtrue/easy-sms.