CHANGELOG.md in workarea-gift_cards-3.4.11 vs CHANGELOG.md in workarea-gift_cards-4.0.0.beta.1
- old
+ new
@@ -1,75 +1,4 @@
-Workarea Gift Cards 3.4.11 (2020-12-02)
---------------------------------------------------------------------------------
-
-* Allow v3.4 use with this gem
-
-
- Ben Crouse
-
-
-
-Workarea Gift Cards 3.4.10 (2020-02-04)
---------------------------------------------------------------------------------
-
-* Fix the Gemfile
-
- Tom Scott
-
-* Remove ESLint from Gift Cards build
-
- Tom Scott
-
-* Fix rubocop config for 2.4
-
- Tom Scott
-
-* Use the same ruby version on static analysis as we use in tests
-
- Tom Scott
-
-* Use the same env var everywhere
-
- Tom Scott
-
-* Backport Missing `:via` Param
-
- The `:via` param was not included on the gift card template, causing a
- test in base to fail and subsequently block other plugin development
- that depends on this gem. This change is from a later version of
- Workarea, but was not backported to earlier versions. Additionally, this
- commit adds the test workflow and ensures the correct version of
- Workarea is being loaded to ensure accurate testing.
-
- GIFTCARDS-7
- Tom Scott
-
-
-
-Workarea Gift Cards 3.4.9 (2020-01-21)
---------------------------------------------------------------------------------
-
-* Fix Tests for 2020
-
- Update all tests so that they no longer depend on the year 2020 as an
- expiration year. Instead, use the method provided by Workarea.
-
- GIFTCARDS-6
- Tom Scott
-
-
-
-Workarea Gift Cards 3.4.7 (2019-09-04)
---------------------------------------------------------------------------------
-
-* Always Use Configured Currency For Default Values (#1)
-
- When specifying a `default:` for a Mongoid `Money` field, use an Integer
- type like `0` instead of converting it to a Money type, as this will get
- evaluated at compile-time rather than at runtime. Doing so preserves
- the currency configuration specified by the application at runtime.
-
-
Workarea Gift Cards 3.4.6 (2019-08-21)
--------------------------------------------------------------------------------
* Open Source!