From c0f88b7ffa53249eaf36d3e93a655cf8aadf8830 Mon Sep 17 00:00:00 2001 From: Arne Hartherz Date: Wed, 12 Feb 2020 10:00:34 +0100 Subject: [PATCH] Version 2.4.0 --- CHANGELOG.md | 4 ++++ lib/spreewald_support/version.rb | 2 +- tests/rails-3_capybara-1/Gemfile.lock | 2 +- tests/rails-3_capybara-2/Gemfile.lock | 2 +- tests/rails-4_capybara-3/Gemfile.lock | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f02cfa4..d94863e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.4.0 + +- Fix "I follow the ... link in the email" step for HTML e-mails to only follow URLs from `` links. + ## 2.3.0 - Deprecate two steps: - (Given) the file ... was attached to the ... above diff --git a/lib/spreewald_support/version.rb b/lib/spreewald_support/version.rb index 5229ed9..0cfac9f 100644 --- a/lib/spreewald_support/version.rb +++ b/lib/spreewald_support/version.rb @@ -1,3 +1,3 @@ module Spreewald - VERSION = '2.3.0' + VERSION = '2.4.0' end diff --git a/tests/rails-3_capybara-1/Gemfile.lock b/tests/rails-3_capybara-1/Gemfile.lock index 55abc7d..ee421cc 100644 --- a/tests/rails-3_capybara-1/Gemfile.lock +++ b/tests/rails-3_capybara-1/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - spreewald (2.3.0) + spreewald (2.4.0) cucumber cucumber_priority (>= 0.3.0) rspec (>= 2.13.0) diff --git a/tests/rails-3_capybara-2/Gemfile.lock b/tests/rails-3_capybara-2/Gemfile.lock index cfa99d1..983bf00 100644 --- a/tests/rails-3_capybara-2/Gemfile.lock +++ b/tests/rails-3_capybara-2/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - spreewald (2.3.0) + spreewald (2.4.0) cucumber cucumber_priority (>= 0.3.0) rspec (>= 2.13.0) diff --git a/tests/rails-4_capybara-3/Gemfile.lock b/tests/rails-4_capybara-3/Gemfile.lock index 299ed98..08a89e2 100644 --- a/tests/rails-4_capybara-3/Gemfile.lock +++ b/tests/rails-4_capybara-3/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - spreewald (2.3.0) + spreewald (2.4.0) cucumber cucumber_priority (>= 0.3.0) rspec (>= 2.13.0)