Skip to content

Commit 715e4ac

Browse files
committed
Remove v6 migration notes
They’ve been moved to the release page for v6.0.0.
1 parent e5adf93 commit 715e4ac

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -34,18 +34,6 @@ gem "webmention"
3434

3535
See [USAGE.md](USAGE.md) for documentation of webmention-client-ruby's features.
3636

37-
## Migrating to version 6
38-
39-
webmention-client-ruby was completely rewritten for version 6 to better support new features and future development. Some notes on migrating to the new version:
40-
41-
♻️ **Renamed:** for clarity and consistency, the `Webmention.send_mention` method has been renamed `Webmention.send_webmention`. Both methods use the same interface.
42-
43-
**Removed:** the `Webmention.client` method has been removed in favor of the additional module methods [noted above](#usage). While the underlying `Webmention::Client` class still exists, its interface has changed and its direct usage is generally unnecessary.
44-
45-
**Removed:** `Webmention::Client#send_all_mentions` has been removed in favor of `Webmention.send_webmentions`. Combine `Webmention.mentioned_urls` and `Webmention.send_webmentions` to achieve similar results.
46-
47-
🛠 **Refactored:** Exception handling has been greatly improved [as noted above](#exception-handling).
48-
4937
## Contributing
5038

5139
See [CONTRIBUTING.md](https://github.com/indieweb/webmention-client-ruby/blob/main/CONTRIBUTING.md) for more on how to contribute to webmention-client-ruby. Your help is greatly appreciated!

0 commit comments

Comments
 (0)